Hi evrebody, I’m newbie and I try to configure an Asterisk server with FreePBX 2.4.0 and a sangoma card 101D
I have created a Zap trunk g1 and outgoing calls are working well. The zap trunk is conected to a Siemens PBX with extention 8200.
But inbound call is not working, maybe is 'a inbound routing issue ( maybe not correctly configured in Freepbx panel)
I have an inbound route without DID with set destination an extention (1001). The asterisk log, when a call from 8318 (a phone attached to Siemens pbx) is received is here:
-- Accepting call from '8318' to '8200' on channel 0/30, span 1
-- Executing [[email protected]:1] ResetCDR("Zap/30-1", "") in new stack
-- Executing [[email protected]:2] NoCDR("Zap/30-1", "") in new stack
-- Executing [[email protected]:3] Wait("Zap/30-1", "1") in new stack
-- Executing [[email protected]:4] Playback("Zap/30-1", "silence/1&cannot-complete-as-dialed&check-number-dial-again|noanswer") in new stack
-- <Zap/30-1> Playing 'silence/1' (language 'en')
-- <Zap/30-1> Playing 'cannot-complete-as-dialed' (language 'en')
-- <Zap/30-1> Playing 'check-number-dial-again' (language 'en')
-- Executing [[email protected]:5] Wait("Zap/30-1", "1") in new stack
-- Executing [[email protected]:6] Congestion("Zap/30-1", "20") in new stack
-- Channel 0/30, span 1 got hangup request, cause 16
== Spawn extension (from-internal, 8200, 6) exited non-zero on ‘Zap/30-1’
– Executing [[email protected]:1] Macro(“Zap/30-1”, “hangupcall”) in new stack
– Executing [[email protected]:1] ResetCDR(“Zap/30-1”, “w”) in new stack
– Executing [[email protected]:2] NoCDR(“Zap/30-1”, “”) in new stack
– Executing [[email protected]:3] GotoIf(“Zap/30-1”, “1?skiprg”) in new stack
– Goto (macro-hangupcall,s,6)
– Executing [[email protected]:6] GotoIf(“Zap/30-1”, “1?skipblkvm”) in new stack
– Goto (macro-hangupcall,s,9)
– Executing [[email protected]:9] GotoIf(“Zap/30-1”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,11)
– Executing [[email protected]:11] Hangup(“Zap/30-1”, “”) in new stack
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on ‘Zap/30-1’ in macro ‘hangupcall’
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on ‘Zap/30-1’
– Hungup ‘Zap/30-1’
Any help will be apreciated to undersand why the call is not routed to the 1001 extention.
Thank you.