Displaying 1 result from an estimated 1 matches for "dialplan_data".
2010 Apr 13
0
[asterisk users] asterisk realtime - database driven dialplan
...bodbcpsql.so
Setup = /usr/lib/odbc/libodbcpsqlS.so
FileUsage = 1
/etc/asterisk/res_odbc.conf -- following lines were included,
[postgres]
enabled = yes
dsn = banking
pre-connect = yes
/etc/asterisk/func_odbc.conf -- following lines were included,
[DUMMY]
dsn=postgres
read=select name from dialplan_data where ext='${SQL_ESC(${ARG1})}'
writesql=UPDATE dialplan_data SET name='${SQL_ESC(${VAL1})}' WHERE
ext='${SQL_ESC(${ARG1})}'
then i searched and there is no file available with name libodbcpsql.so.
How do can i make it possible to work ?
Thanks in Advance,
Balakrishnan M...