by ramindia » Mon Dec 04, 2006 3:56 pm
Hi
when iam on call, try to increase the volume from agc
in the cli i get the following error
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing AGI("Local/148600051@default-aaf1,2", "call_log.agi|148600051") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("Local/148600051@default-aaf1,2", "SIP/148600051@mysip|70|Ttor") in new stack
-- Called 148600051@mysip
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
-- Got SIP response 486 "Busy Here" back from providerip
-- SIP/mysip-006d5ae0 is busy
== Everyone is busy/congested at this time (1:1/0/0)
-- Executing Hangup("Local/148600051@default-aaf1,2", "") in new stack
== Spawn extension (default, 148600051, 3) exited non-zero on 'Local/148600051@default-aaf1,2'
-- Executing DeadAGI("Local/148600051@default-aaf1,2", "agi://127.0.0.1:4577/call_log") in new stack
Dec 5 02:22:02 WARNING[4331]: res_agi.c:210 launch_netscript: Connect to 'agi://127.0.0.1:4577/call_log' failed: Connection refused
== Spawn extension (default, h, 1) exited non-zero on 'Local/148600051@default-aaf1,2'
I have added in the extension.conf as recomended in the examples
exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
exten => _X48600XXX,2,Hangup
exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
exten => _X38600XXX,2,Hangup
any suggestion, i dont see the volume is increasing and decreasing.
Ram