Ok, I am going to try this post in the trunks section. I think it fits better.
I am trying to test an inbound DID from didww. I have SIP working fine, but would rather use IAX2. The call comes in, but is sent directly to "hangupcall" even though I have an inbound route for all calls. Does anybody have an idea?
Here is the console logs.
-- Accepting UNAUTHENTICATED call from 204.11.194.35:
> requested format = ulaw,
> requested prefs = (),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
-- Executing [s@from-internal:1] Macro("IAX2/from-trunk-11733", "hangupcall") in new stack
-- Executing [s@macro-hangupcall:1] ResetCDR("IAX2/from-trunk-11733", "w") in new stack
-- Executing [s@macro-hangupcall:2] NoCDR("IAX2/from-trunk-11733", "") in new stack
-- Executing [s@macro-hangupcall:3] GotoIf("IAX2/from-trunk-11733", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,6)
-- Executing [s@macro-hangupcall:6] GotoIf("IAX2/from-trunk-11733", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] GotoIf("IAX2/from-trunk-11733", "1?theend") in new stack
-- Goto (macro-hangupcall,s,11)
-- Executing [s@macro-hangupcall:11] Hangup("IAX2/from-trunk-11733", "") in new stack
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'IAX2/from-trunk-11733' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'IAX2/from-trunk-11733'
-- Hungup 'IAX2/from-trunk-11733'
Thanks!!
I am trying to test an inbound DID from didww. I have SIP working fine, but would rather use IAX2. The call comes in, but is sent directly to "hangupcall" even though I have an inbound route for all calls. Does anybody have an idea?
Here is the console logs.
-- Accepting UNAUTHENTICATED call from 204.11.194.35:
> requested format = ulaw,
> requested prefs = (),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
-- Executing [s@from-internal:1] Macro("IAX2/from-trunk-11733", "hangupcall") in new stack
-- Executing [s@macro-hangupcall:1] ResetCDR("IAX2/from-trunk-11733", "w") in new stack
-- Executing [s@macro-hangupcall:2] NoCDR("IAX2/from-trunk-11733", "") in new stack
-- Executing [s@macro-hangupcall:3] GotoIf("IAX2/from-trunk-11733", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,6)
-- Executing [s@macro-hangupcall:6] GotoIf("IAX2/from-trunk-11733", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] GotoIf("IAX2/from-trunk-11733", "1?theend") in new stack
-- Goto (macro-hangupcall,s,11)
-- Executing [s@macro-hangupcall:11] Hangup("IAX2/from-trunk-11733", "") in new stack
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'IAX2/from-trunk-11733' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'IAX2/from-trunk-11733'
-- Hungup 'IAX2/from-trunk-11733'
Thanks!!