Displaying 2 results from an estimated 2 matches for "mysqlput".
Did you mean:
mysqlbug
2004 Jun 17
2
BT Caller ID - From Patch ?
...uld not get it to work.
Any help.
Here are the logs:
-- Starting simple switch on 'Zap/1-1'
Jun 17 18:22:31 NOTICE[426000]: chan_zap.c:4811 ss_thread: Got event 2
(Ring/Answered)...
Jun 17 18:22:34 NOTICE[426000]: chan_zap.c:4811 ss_thread: Got event 2
(Ring/Answered)...
-- Executing MySQLput("Zap/1-1", "cid/cid=s") in new stack
-- mysqlput: family=cid, key=cid, value=s
-- Executing Dial("Zap/1-1", "SIP/12345|20|tr") in new stack
-- Called 12345
-- SIP/12345-c377 is ringing
== Spawn extension (default, s, 2) exited non-zero on ...
2004 Apr 30
6
app_dbodbc segfault
...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(OrigNum=${ARG1})...