by n8 » Thu Nov 02, 2006 10:56 am
I am using hardware sip phones I believe all of them are made by Polycom.
dial number manually by phone
executing AGI("SIP-6101-08BE368",call_log.agi|95320429") in new stack
launched AGI script /var/lib/asterisk/agi-bin/call_log.agi
(1st call)DBI connect('asterisk:localhost:3306','cron',....) failed: Lost connection to mysql server during query at /var/lib/asterisk/agi-bin/call_log.agi line 88.
couldn't connect to database: lost connection to database during query
-- Executing Dial("SIP/6101-081b8b28", "IAX2/vicidial:#####@192.168.1.232:4569/95320429||tTo") in new stack
-- Called vicidial:######@192.168.1.232:4569/95320429
-- Call accepted by 192.168.1.232 (format ulaw)
-- Format for call is ulaw
-- IAX2/192.168.1.232:4569-4 is ringing
-- IAX2/192.168.1.232:4569-4 is making progress passing it to SIP/6101-081b8b28
-- Hungup 'IAX2/192.168.1.232:4569-4'
== Spawn extension (default, 95320429, 2) exited non-zero on 'SIP/6101-081b8b28'
-- Executing DeadAGI("SIP/6101-081b8b28", "call_log.agi|h") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing DeadAGI("SIP/6101-081b8b28", "VD_hangup.agi|PRI-----NODEBUG-----0-----CANCEL----------")
(1st call)
(2nd call)
-- Executing AGI("SIP/6101-081b8b28", "call_log.agi|95320429") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("SIP/6101-081b8b28", "IAX2/vicidial:#####@192.168.1.232:4569/95320429||tTo") in new stack
-- Called vicidial:######@192.168.1.232:4569/95320429
-- Call accepted by 192.168.1.232 (format ulaw)
-- Format for call is ulaw
-- IAX2/192.168.1.232:4569-4 is ringing
-- IAX2/192.168.1.232:4569-4 is making progress passing it to SIP/6101-081b8b28
-- Hungup 'IAX2/192.168.1.232:4569-4'
== Spawn extension (default, 95320429, 2) exited non-zero on 'SIP/6101-081b8b28'
-- Executing DeadAGI("SIP/6101-081b8b28", "call_log.agi|h") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing DeadAGI("SIP/6101-081b8b28", "VD_hangup.agi|PRI-----NODEBUG-----0-----CANCEL----------")
I seem to get a lot of DBI connect('asterisk:localhost:3306','cron',...)failed: lost connection to MySQL server during query at (files listed below)
AST_vm_update.ph
AST_conf_update.pl
AST_manager_kill_hung_congested.pl
I had 9 of those messages in a 3 and a half hour period.