Vitor Carlos Flausino
2011-Jan-21 10:24 UTC
[asterisk-users] Unable to receive calls (inbound)
Hello all. I have installed AsteriskNow 1.7.1 with all updates. I'm able to make outbound calls without any problem (the external calls are made via an analog line, and the receiver see the CID). However I'm unable to forward incoming calls to the destination I want. What happens is when I make an internal call I ear a "bye". Bellow is the log of the internal call: -- Starting simple switch on 'DAHDI/1-1' == Starting DAHDI/1-1 at ,s,1 failed so falling back to exten 's' == Starting DAHDI/1-1 at ,s,1 still failed so falling back to context 'default' -- Executing [s at default:1] Playback("DAHDI/1-1", "vm-goodbye") in new stack -- <DAHDI/1-1> Playing 'vm-goodbye.ulaw' (language 'en') -- Executing [s at default:2] Macro("DAHDI/1-1", "hangupcall") in new stack -- Executing [s at macro-hangupcall:1] GotoIf("DAHDI/1-1", "1?skiprg") in new stack -- Goto (macro-hangupcall,s,4) -- Executing [s at macro-hangupcall:4] GotoIf("DAHDI/1-1", "1?skipblkvm") in new stack -- Goto (macro-hangupcall,s,7) -- Executing [s at macro-hangupcall:7] GotoIf("DAHDI/1-1", "1?theend") in new stack -- Goto (macro-hangupcall,s,9) -- Executing [s at macro-hangupcall:9] Hangup("DAHDI/1-1", "") in new stack == Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'DAHDI/1-1' in macro 'hangupcall' == Spawn extension (default, s, 2) exited non-zero on 'DAHDI/1-1' -- Executing [h at default:1] Macro("DAHDI/1-1", "hangupcall,") in new stack -- Executing [s at macro-hangupcall:1] GotoIf("DAHDI/1-1", "1?skiprg") in new stack -- Goto (macro-hangupcall,s,4) -- Executing [s at macro-hangupcall:4] GotoIf("DAHDI/1-1", "1?skipblkvm") in new stack -- Goto (macro-hangupcall,s,7) -- Executing [s at macro-hangupcall:7] GotoIf("DAHDI/1-1", "1?theend") in new stack -- Goto (macro-hangupcall,s,9) -- Executing [s at macro-hangupcall:9] Hangup("DAHDI/1-1", "") in new stack == Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'DAHDI/1-1' in macro 'hangupcall' == Spawn extension (default, h, 1) exited non-zero on 'DAHDI/1-1' -- Hungup 'DAHDI/1-1' Can you help me debug the problem? TIA, -vcf
On Friday 21 Jan 2011, Vitor Carlos Flausino wrote:> I have installed AsteriskNow 1.7.1 with all updates. > I'm able to make outbound calls without any problem (the external calls are > made via an analog line, and the receiver see the CID). However I'm unable > to forward incoming calls to the destination I want. What happens is when I > make an internal call I ear a "bye".From the log info (which I snipped) it sounds as though you have a context mismatch: the default context for incoming calls in your chan_dahdi.conf does not seem to exist in your extensions.conf . -- AJS Answers come *after* questions.