Page 1 of 1

AMD NOT WORKING

PostPosted: Fri Nov 07, 2008 11:06 am
by advanceuser
AMD ?

PostPosted: Fri Nov 07, 2008 12:40 pm
by gardo
What kind of trunks are you using?

PostPosted: Fri Nov 07, 2008 3:03 pm
by advanceuser
thanks

PostPosted: Sun Nov 09, 2008 11:15 am
by gardo
Looks like you havent' configured your system. Those are the default settings in extensions.conf. You need to modify them to your carrier (SIP, IAX or ZAP).

circuit-busy

PostPosted: Tue Feb 03, 2009 5:32 am
by sibteabbas
I did the settings,

outbound2=SIP/57425:2583ak@217.69.172.46 ; SIP trunk

and


exten => _44XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _44XXXXXXXXXX,2,Dial(SIP/${EXTEN}@outbound2,50,tTo)
exten => _44XXXXXXXXXX,3,Hangup

but I'm getting this on CLI.

-- SIP/outbound2-09d7db98 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("Local/441942322288@default-82eb,2", "") in new stack
== Spawn extension (default, 441942322288, 3) exited non-zero on 'Local/441942322288@default-82eb,2'
-- Executing DeadAGI("Local/441942322288@default-82eb,2", "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
-- SIP/outbound2-09d874b0 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("Local/442083400094@default-c24e,2", "") in new stack
== Spawn extension (default, 442083400094, 3) exited non-zero on 'Local/442083400094@default-c24e,2'
-- Executing DeadAGI("Local/442083400094@default-c24e,2", "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
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
vici*CLI>



gardo wrote:Looks like you havent' configured your system. Those are the default settings in extensions.conf. You need to modify them to your carrier (SIP, IAX or ZAP).