Hello everyone,
my configuration is
ViciBox Redux v.5.0.2-130821| VERSION: 2.8-432a BUILD: 140404-1007 | asterisk-1.8.3 | Single Server |4 port allo gsm card | No Extra Software After Installation | Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
I want to transfer incoming call to my mobile(09971407XXX).
for this i make a did 874591511, select DID Route as EXTEN, and put Extension value 09971407XXX.
when i tried to make call to my server, the call got disconnect after tow ring leaving cli> message
[Jun 3 14:17:05] -- Executing [s@trunkinbound:1] Answer("GSM/2", "") in new stack
[Jun 3 14:17:05] event=OK
[Jun 3 14:17:06] -- Executing [s@trunkinbound:2] Goto("GSM/2", "trunkinbound,874591511,1") in new stack
[Jun 3 14:17:06] -- Goto (trunkinbound,874591511,1)
[Jun 3 14:17:06] -- Executing [874591511@trunkinbound:1] AGI("GSM/2", "agi-DID_route.agi") in new stack
[Jun 3 14:17:06] -- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
[Jun 3 14:17:06] -- <GSM/2>AGI Script agi-DID_route.agi completed, returning 0
[Jun 3 14:17:06] -- Executing [09971407XXX@default:1] Answer("GSM/2", "") in new stack
[Jun 3 14:17:06] -- Executing [09971407XXX@default:2] Dial("GSM/2", "GSM/2/09971407XXX,,To") in new stack
[Jun 3 14:17:06] DEBUG[13610]: chan_gsm.c:3878 gsm_request: [ALLO_GSM] gsm_data '2/09971407XXX'
[Jun 3 14:17:06] portstr:'2' ext:'09971407XXX' gsm_data '2/09971407XXX'
[Jun 3 14:17:06] WARNING[13610]: chan_gsm.c:3839 check_and_fetch_port: There is already a call on port :2
[Jun 3 14:17:06] ERROR[13610]: chan_gsm.c:3920 gsm_request: [ALLO_GSM] port may be invalid !!!!!!!!!!!
[Jun 3 14:17:06] WARNING[13610]: app_dial.c:2345 dial_exec_full: Unable to create channel of type 'GSM' (cause 0 - Unknown)
[Jun 3 14:17:06] == Everyone is busy/congested at this time (1:0/0/1)
[Jun 3 14:17:06] -- Executing [09971407XXX@default:3] Hangup("GSM/2", "") in new stack
[Jun 3 14:17:06] == Spawn extension (default, 09971407XXX, 3) exited non-zero on 'GSM/2'
[Jun 3 14:17:06] -- Executing [h@default:1] AGI("GSM/2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----CHANUNAVAIL----------") in new stack
[Jun 3 14:17:06] -- <GSM/2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
please let me know if i miss any information.
Thank you