PROBLEM WITH THE CALLS FROM CONFRENCE
Posted: Mon Sep 07, 2009 3:07 am
Hello,
I am facing a problem with the calls when they go out of confrence in pridictive dialing. when i make a call from my softphone ie xlite using the extension 201 i made i can do the call but when it enters into the confrence ie 8600051 the call doesnt get connnected .I am using the viciserver.
I am posting my asterisk cli when making a call from sip phone .
Executing NoOp("SIP/201-081c01e8", "CALEERID===> 33686511214") in new stack
-- Executing Dial("SIP/201-081c01e8", "SIP/voiptalk/33686511214|30") in new stack
-- Called voiptalk/33686511214
== Spawn extension (default, 33686511214, 2) exited non-zero on 'SIP/201-081c01e8'
-- Executing DeadAGI("SIP/201-081c01e8", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
when i am using the confrence the calls output is
Executing MeetMeAdmin("Local/55558600051@default-5ccb,2", "8600051|K") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
Sep 7 04:03:12 NOTICE[29583]: app_meetme.c:2210 admin_exec: Conference Number not found
-- Executing Hangup("Local/55558600051@default-5ccb,2", "") in new stack
== Spawn extension (default, 55558600051, 2) exited non-zero on 'Local/55558600051@default-5ccb,2'
-- Executing DeadAGI("Local/55558600051@default-5ccb,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
> Channel SIP/201-081c01e8 was answered.
-- Executing MeetMe("SIP/201-081c01e8", "8600051|F") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing MeetMe("Local/8600051@default-ed28,2", "8600051|F") in new stack
> Channel Local/8600051@default-ed28,1 was answered.
-- Executing NoOp("Local/8600051@default-ed28,1", "CALEERID===> ") in new stack
-- Executing Dial("Local/8600051@default-ed28,1", "SIP/voiptalk/|30") in new stack
-- Called voiptalk/
-- SIP/voiptalk-08213d48 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("Local/8600051@default-ed28,1", "") in new stack
== Spawn extension (default, 033686767523, 3) exited non-zero on 'Local/8600051@default-ed28,1'
-- Executing DeadAGI("Local/8600051@default-ed28,1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CONGESTION----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-ed28,2'
-- Executing DeadAGI("Local/8600051@default-ed28,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
my sip carrier conf are
[voiptalk]
type=friend
username=user
secret=pass
fromuser=user
host=ipaddservice_provider
context=arsh
insecure=very
for my dial entry is
exten => _X.,1,Noop(CALEERID===> ${CALLERID(dnid)})
exten => _X.,2,Dial(SIP/voiptalk/${CALLERID(dnid)},30)
exten => _X.,3,Hangup
I have not made any changes in the extensions.conf and sip.conf
Please help me as i m having a big problem.
I am facing a problem with the calls when they go out of confrence in pridictive dialing. when i make a call from my softphone ie xlite using the extension 201 i made i can do the call but when it enters into the confrence ie 8600051 the call doesnt get connnected .I am using the viciserver.
I am posting my asterisk cli when making a call from sip phone .
Executing NoOp("SIP/201-081c01e8", "CALEERID===> 33686511214") in new stack
-- Executing Dial("SIP/201-081c01e8", "SIP/voiptalk/33686511214|30") in new stack
-- Called voiptalk/33686511214
== Spawn extension (default, 33686511214, 2) exited non-zero on 'SIP/201-081c01e8'
-- Executing DeadAGI("SIP/201-081c01e8", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
when i am using the confrence the calls output is
Executing MeetMeAdmin("Local/55558600051@default-5ccb,2", "8600051|K") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
Sep 7 04:03:12 NOTICE[29583]: app_meetme.c:2210 admin_exec: Conference Number not found
-- Executing Hangup("Local/55558600051@default-5ccb,2", "") in new stack
== Spawn extension (default, 55558600051, 2) exited non-zero on 'Local/55558600051@default-5ccb,2'
-- Executing DeadAGI("Local/55558600051@default-5ccb,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
> Channel SIP/201-081c01e8 was answered.
-- Executing MeetMe("SIP/201-081c01e8", "8600051|F") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing MeetMe("Local/8600051@default-ed28,2", "8600051|F") in new stack
> Channel Local/8600051@default-ed28,1 was answered.
-- Executing NoOp("Local/8600051@default-ed28,1", "CALEERID===> ") in new stack
-- Executing Dial("Local/8600051@default-ed28,1", "SIP/voiptalk/|30") in new stack
-- Called voiptalk/
-- SIP/voiptalk-08213d48 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("Local/8600051@default-ed28,1", "") in new stack
== Spawn extension (default, 033686767523, 3) exited non-zero on 'Local/8600051@default-ed28,1'
-- Executing DeadAGI("Local/8600051@default-ed28,1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CONGESTION----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-ed28,2'
-- Executing DeadAGI("Local/8600051@default-ed28,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
my sip carrier conf are
[voiptalk]
type=friend
username=user
secret=pass
fromuser=user
host=ipaddservice_provider
context=arsh
insecure=very
for my dial entry is
exten => _X.,1,Noop(CALEERID===> ${CALLERID(dnid)})
exten => _X.,2,Dial(SIP/voiptalk/${CALLERID(dnid)},30)
exten => _X.,3,Hangup
I have not made any changes in the extensions.conf and sip.conf
Please help me as i m having a big problem.