Displaying 3 results from an estimated 3 matches for "config_odbc".
Did you mean:
config_db
2004 Jul 07
1
res_odbc not working
...dbc.c:132 load_odbc_config: registered database handle 'mysql' dsn->[MySQL-asterisk]
Jul 7 20:11:32 NOTICE[-1084915040]: res_odbc.c:369 odbc_obj_connect: res_odbc: Connected to mysql [MySQL-asterisk]
Jul 7 20:11:32 NOTICE[-1084915040]: res_odbc.c:402 load_module: res_odbc loaded.
[res_config_odbc.so] => (Odbc Configuration)
Jul 7 20:11:32 NOTICE[-1084915040]: config.c:880 ast_config_register: Registered Config Engine odbc
== Parsing '/etc/asterisk/extconfig.conf': Found
Jul 7 20:11:32 NOTICE[-1084915040]: res_config_odbc.c:233 load_module: res_config_odbc loaded.
These are...
2004 Dec 31
1
Help With Configuration From Odbc
...t * from ast_config where filename='iax.conf' and commented=0 order by filename,cat_metric desc,var_metric asc,category,var_name,var_val,id" | isql Asterisk
<lot of output from table>
SQLRowCount returns 39
39 rows fetched
So the odbc thingy works!
root@pbx:# cat res_config_odbc.conf
[settings]
table = ast_config
connection = myconn
root@pbx:# cat res_odbc.conf
[myconn]
dsn=Asterisk
username=XXXXX
password=XXXXX
preconnect=yes
root@pbx:# cat extconfig.conf
[settings]
agents.conf => odbc
enum.conf => odbc
extensions.conf => odbc
iax.conf => odbc
iax...
2004 Aug 07
1
res_config_odbc not working
Hi,
Can somebody tell me what I've been doing wrong for the res_config_odbc not to work properly. I
already looked on the mailing list for some answer but I can't find one. The closes subject I
found is "res_odbc not working". Btw, I already followed BKW reply on that subject. I guessed the
log below can tell us res_odbc.so is succefully loaded, so it easy to...