Can't dial International numbers

<< < (2/5) > >>

RonR:
Does the provider on SP2 want international calls to start with 011?  Many want you to simply send them CountryCode + number.

RonR:
I assume you're aware that 883510008268993 is an iNum number.  Does the provider on SP2 accept iNum numbers?

RonR:
Also, why are you dialing **2 + number?  Your rule matches 011xx. not **2011xx.

N7AS:
I tried just the country code without the 011... same results.
I know that's an iNum number... it's mine.
I am dialing **2 to force SP2 (Localphone is my SP2 provider and is where I got my iNum)
Like I said before, I can call my own iNum number using a voice gateway through sip.inum.net and it works ok. I use *2 as the trunk identifier.

RonR:
I think you're confused about the workings the PHONE Port DigitMap/OutboundCallRoute.

Given an OutboundCallRoute of:

{(011xx.):sp2},{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},
{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}

Dialing **2 + 011 + number will NOT match the first (bolded) rule.  It will match the {(<**2:>(Msp2)):sp2} rule, which strips the **2 and sends the call to SP2.  This is clearly the path that's being taken based on your Call History and none of this has anything to do with your new OutboundCallRoute rule.

Using sip.inum.net is guaranteed to work as that's iNum itself.  How LocalPhone handles iNum numbers may be another matter.

Navigation

[0] Message Index

[#] Next page

[*] Previous page