Displaying 1 result from an estimated 1 matches for "mysqldel".
Did you mean:
mysqld
2004 Apr 30
6
app_dbodbc segfault
...ith no problems. I compared the code
to app_db.c, and its very similar. I cannot see anything that would be
causing it.
I am using latest CVS as of an hour ago. ODBC connection is to a mysql
database.
For what its worth, I ported app_dbodbc.c to a new app_dbmysql.c and
created MySQLget, MySQLput, MySQLdel and MySQLdeltree, and experience
the exact same problem. If anyone wants the app_dbmysql.c, let me know.
I am using this to implement the call forward examples found at
voip-info.org. extensions.conf snippit:
[macro-sipexten]
exten => s,1,SetVar(OrigNum=${ARG1})...