View Single Post
Unread 01-04-2008, 12:34 PM   #3
ozimarco
Senior Member
 
Join Date: May 2006
Location: Lower Chittering, about an hour from Perth, Western Australia
Posts: 229
Thanks: 61
Thanked 42 Times in 28 Posts
ozimarco is on a distinguished road
Send a message via Skype™ to ozimarco
Default

Quote:
Originally Posted by addo62 View Post
I currently have several dial plans using 3 VSP's & 1 of those plans uses Pennytel specifically for mobile calls.

_04. [$EXTEN] Pennytel ENUM $[EXTEN] Yes

I wanted to know how to put an override plan in place in case Pennytel goes down (unreliable @ the moment) so I can use MNF instead.
Actually, the number presented to ENUM should always be in full international format, so your example should read:

_04. [$EXTEN] Pennytel ENUM 61${EXTEN:1} Yes

This means the number presented to ENUM would now be 614etc., the full international format of the mobile number.

As kurun indicated, you could simply prefix the mobile number with any other number, for example 2, to make the call via MNF.

_204. [$EXTEN:1] MyNetFone ENUM 61${EXTEN:2} Yes

This dial plan will present the normal mobile number to MNF and the full international number to ENUM if you prefix the mobile number with the number 2.
__________________
ISP: Internode Easy Reach 60: 60GB for AUD60
VSPs: Pennytel and others via SIPSorcery
Hardware:
Billion 7800VDPX + Siemens Gigaset A580IP and Yealink T22P.
ozimarco is offline   Reply With Quote