Hello,
I Installed new server and got following error :
-- Executing AGI("SIP/cc101-08a0b8e0", "agi://127.0.0.0:4577/call_log") in new stack
Aug 24 07:29:41 WARNING[14185]: res_agi.c:189 launch_netscript: Connect failed with unexpected error: Network is unreachable
== Spawn extension (default, 12127773456, 1) exited non-zero on 'SIP/cc101-08a0b8e0'
-- Executing DeadAGI("SIP/cc101-08a0b8e0", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
I am using this dial Plan
exten => _X.,1,AGI(
agi://127.0.0.0:4577/call_log)
exten => _X.,2,Dial(${TRUNK}/${EXTEN:1},,tTor)
exten => _X.,3,Hangup
I want to dial for multiple countries...
and want to dial as follows
for US 1+number
for UK 44+number
for Australia 61+number
for India 91+number
so what should be the dial plan for such dialing ?
any suggestions ?
Thanks