search for: odbc_sql

Displaying 2 results from an estimated 2 matches for "odbc_sql".

Did you mean: odbc_mssql
2008 Jan 30
2
func_odbc - trouble
...sk 1.2 to Elastix 0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that consults a remote sybase database, using ODBC and freetds. On the new server I am able to connect to the database using isql without problems. When I try to connect from asterisk logs show: pbx.c: Function ODBC_SQL not registered Indeed I can find this function in /var/lib/asterisk/modules As far as I understand asterisk needs to be recompiled to include the function. Recompiling asterisk-1.4.17 I get even into more trouble: make menuselect shows XXX 4. res_config_odbc XXX 13. res_odbc ODBC Resource D...
2013 Oct 20
1
error cant write to function ODBC_DEVICES
Hi all asterisk 1.8.23 I have odbc all setup to mysql but cant figure out why the dialplan wont write to the odbc function fubc_odbc.conf [DEVICES] dsn=device-conn ;dsn in res_odbc not odbc.ini readsql=SELECT call.callNum, call.city, devices.callId, devices.id FROM call INNER JOIN devices ON call.id = devices.callId WHERE deviceNumber = '${ SQL_ESC(${ARG1})}'