Hi
I have an Inbound already working, it's working great. But today I've been asked if it's posible to transfer the call to a mobile phone, so this is what I tried
In /etc/asterisk/extensions.conf I changed the line:
exten => 8001000001,1,AGI(agi-DID_route.agi)
to
exten => 8001000001,1,Dial(${SIPtrunk}/XXXXXXXXXX,60,o)
What i get is this:
[Nov 20 13:25:25] -- Executing [8001000001@default:1] Dial("SIP/xx.xxx.xxx.xx-00000038", "SIP/trunkgrn/XXXXXXXXXX|60|o") in new stack
[Nov 20 13:25:25] -- Called trunkgrn/XXXXXXXXXX
[Nov 20 13:25:25] WARNING[3133]: chan_sip.c:13482 handle_response_invite: Received response: "Forbidden" from '"15595158391" <sip:15595158391@xxx.xx.xxx.xxx>;tag=as232463b8'
[Nov 20 13:25:25] -- SIP/trunkgrn-00000039 is circuit-busy
[Nov 20 13:25:25] == Everyone is busy/congested at this time (1:0/1/0)
[Nov 20 13:25:25] == Auto fallthrough, channel 'SIP/xx.xxx.xxx.xx-00000038' status is 'CONGESTION'
[Nov 20 13:25:25] -- Executing [h@default:1] DeadAGI("SIP/xx.xxx.xxx.xx-00000038", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------") in new stack
[Nov 20 13:25:25] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
Hope you can help me!