Hi,
I have trouble placing international calls. If I connect to asterisk and set verbosity to 3 I get the following output when placing the call
== Using SIP RTP CoS mark 5
[2014-03-24 20:18:07] NOTICE[2009]: pbx_realtime.c:371 realtime_exec: No such application 'Meetme' for extension '000NNNNNNNNNNN' in context 'from-lmce-custom'
== Spawn extension (from-internal, 000NNNNNNNNNNN, 1) exited non-zero on 'SIP/202-00000029'
-- Executing [h@from-internal:1] Macro("SIP/202-00000029", "hangupcall") in new stack
-- Executing [s@macro-hangupcall:1] ResetCDR("SIP/202-00000029", "w") in new stack
-- Executing [s@macro-hangupcall:2] NoCDR("SIP/202-00000029", "") in new stack
-- Executing [s@macro-hangupcall:3] GotoIf("SIP/202-00000029", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,6)
-- Executing [s@macro-hangupcall:6] GotoIf("SIP/202-00000029", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] GotoIf("SIP/202-00000029", "1?theend") in new stack
-- Goto (macro-hangupcall,s,11)
-- Executing [s@macro-hangupcall:11] Hangup("SIP/202-00000029", "") in new stack
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'SIP/202-00000029' in macro 'hangupcall'
== Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/202-00000029'
the first 0 is the prefix I set for the phone line and the following 00 is my normal international prefix. NNNNNNNNN is the phone number (including country code).
I place the call from a SIP phone connected directly to the lmce subnet. National calls work both fix and mobile. I haven't done enough testing to say for sure that the problem is related to international calls only, but it seems like it. Maybe the three 0's mean something to asterisk, so it does something I did not intend?
Any solutions or further troubleshooting ideas are highly appreciated!
Regards
Rikard