hi to all
i want to add a UK country code in my vicidial,but i dont know how,
im tried to put this
exten => _944.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _944.,2,Dial(sip/${EXTEN:1}@AsiaPacific_1,55,o)
exten => _944.,3,Hangup
but this is the result when im test a call to UK
in new stack
-- Called 442890610658@AsiaPacific_1
-- Got SIP response 503 "NoCircuitChannelAvailable" back from ***.**.**.***
-- SIP/AsiaPacific_1-09f957d0 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("SIP/eric-09f88208", "") in new stack
== Spawn extension (default, 9442890610658, 3) exited non-zero on 'SIP/eric-09f88208'
-- Executing DeadAGI("SIP/eric-09f88208", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----34-----CONGESTION----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----3
please help me guys
thanks[/b]