Author Topic: Can not place international calls in 10.04  (Read 3234 times)

willow3

  • Veteran
  • ***
  • Posts: 56
    • View Profile
Can not place international calls in 10.04
« on: March 24, 2014, 08:38:16 pm »
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

Code: [Select]
  == 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

maverick0815

  • Administrator
  • wants to work for LinuxMCE
  • *****
  • Posts: 858
    • View Profile
Re: Can not place international calls in 10.04
« Reply #1 on: August 10, 2014, 12:15:42 pm »
I recently found out, that I have the exact same problem. International calls via lmce are not possible. I have another sip-phone directly connected to my fritzbox and I can place Calls to anywhere.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Can not place international calls in 10.04
« Reply #2 on: August 11, 2014, 04:46:08 pm »
Am guessing the dial plan is colliding somewhere, can somebody look into this, and fix it? (after making a ticket)

-Thom

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Can not place international calls in 10.04
« Reply #3 on: August 13, 2014, 02:02:46 pm »
Hi ,

i found a dial plan colliding. 

if you change your prefix  to "9"  i think  than you  can  make  international calls .

i will talk to  Serge and Thom  about change this .

willow3

  • Veteran
  • ***
  • Posts: 56
    • View Profile
Re: Can not place international calls in 10.04
« Reply #4 on: October 17, 2014, 08:36:18 pm »
Hi,

Yes, I too figured out that the prefix was the problem. If I set the prefix to anything else than 0, I can place international calls.

regards