Displaying 2 results from an estimated 2 matches for "app_dbmysql".
Did you mean:
app_cbmysql
2004 May 14
4
app_dbmysql and ODBC Voicemail
I have done a little work on asterisk and database integration. Below is
a link to app_dbmysql, modeled after Brian's app_dbodbc but for pure
MySQL.
I also ported the mysql-vm-routines.h to ODBC in case anyone is
interested.
You can get both of these from:
http://www.cheapnet.net/~mike/asterisk
They were working as of yesterday CVS, but today CVS will not compile
and I have not loo...
2004 Apr 30
6
app_dbodbc segfault
...The data is
going in and out of the database with 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(Or...