Click Here To Visit SIP Broker  

Go Back   Voxalot / SIP Broker Support Forums > Voxalot Forums > Voxalot Support

Voxalot Support Support for the Voxalot service.

 
 
Reply
Thread Tools Display Modes
Unread 06-08-2007, 02:29 AM   #1
voip2007
Member
 
Join Date: Jun 2007
Posts: 64
Thanks: 14
Thanked 2 Times in 2 Posts
voip2007 is on a distinguished road
Default Dial plan problem

Hi, everyboby,
I have a problem in my dialplan. when I made international call, the call become the local call. my IDD code is 011, NDD code is 1,country code is 1.

my dial plan is as below.
Priority Pattern Replacement Provider ENUM Replacement
50 _ZXXXXXX 1514${EXTEN} voipbuster 1514${EXTEN}
60 _ZXXXXXXXXX 1${EXTEN} voipbuster 1${EXTEN}
80 _011. ${EXTEN} voipbuster ${EXTEN:3}

50 local call in montreal, no problem
60 national call in canada, no problem
80 internation call without dial 011, but not sucessful. I don't understand why it become local call. just like I dial 862012345678, and the call became 15148620123.

Is there anybody can help me?
voip2007 is offline   Reply With Quote
Unread 06-08-2007, 04:49 AM   #2
Tony
 
Join Date: Jan 2007
Location: Sydney
Posts: 221
Thanks: 64
Thanked 106 Times in 49 Posts
Tony is a jewel in the roughTony is a jewel in the roughTony is a jewel in the rough
Default

Hi,

As far as I understand it VoIP buster patterns for international calls is 00 followed by country code and number and not 011.

Tony.
Tony is offline   Reply With Quote
Unread 06-08-2007, 11:47 AM   #3
gambrinus
Member
 
Join Date: Apr 2007
Location: Augsburg, GERMANY
Posts: 84
Thanks: 28
Thanked 19 Times in 15 Posts
gambrinus is on a distinguished road
Send a message via ICQ to gambrinus Send a message via MSN to gambrinus Send a message via Skype™ to gambrinus
Default

Hi!

Quote:
Originally Posted by voip2007 View Post
80 _011. ${EXTEN} voipbuster ${EXTEN:3}
Try changing this to:
Code:
Priority Pattern     Replacement   Provider        ENUM Replacement
80 	 _011. 	     00${EXTEN:3}  voipbuster      ${EXTEN:3}
Hope that helps. VoipBuster requires the country code with leading 00.
This rule drops the first three digits (011) and adds the required 00. For an ENUM lookup neither 011 nor 00 is required.

Example: To dial to Germany (CC = 49) you would dial 01149xxx and the dial plan would make it the correct 0049xxx format.

You should add the "00" to your other dialplans as well, just to be on the safe side.
Code:
Priority Pattern       Replacement     Provider    ENUM Replacement
50       _ZXXXXXX      001514${EXTEN}  voipbuster  1514${EXTEN}
60       _ZXXXXXXXXX   001${EXTEN}     voipbuster  1${EXTEN}
Assuming that "1" is your country code...

gambrinus
gambrinus is offline   Reply With Quote
Unread 06-08-2007, 01:38 PM   #4
voip2007
Member
 
Join Date: Jun 2007
Posts: 64
Thanks: 14
Thanked 2 Times in 2 Posts
voip2007 is on a distinguished road
Default

Quote:
Originally Posted by gambrinus View Post
Hi!



Try changing this to:
Code:
Priority Pattern     Replacement   Provider        ENUM Replacement
80 	 _011. 	     00${EXTEN:3}  voipbuster      ${EXTEN:3}
Hope that helps. VoipBuster requires the country code with leading 00.
This rule drops the first three digits (011) and adds the required 00. For an ENUM lookup neither 011 nor 00 is required.

Example: To dial to Germany (CC = 49) you would dial 01149xxx and the dial plan would make it the correct 0049xxx format.

You should add the "00" to your other dialplans as well, just to be on the safe side.
Code:
Priority Pattern       Replacement     Provider    ENUM Replacement
50       _ZXXXXXX      001514${EXTEN}  voipbuster  1514${EXTEN}
60       _ZXXXXXXXXX   001${EXTEN}     voipbuster  1${EXTEN}
Assuming that "1" is your country code...

gambrinus
Thanks gambrinus and Tony.
Do you mean that to dial to Germany (CC = 49) I need dial 01149Xxx , instead of 49XXXXX, How could I escape dialing 011? I changed my dial plan to
_011. 00${EXTEN:3} voipbuster ${EXTEN:3}
I used this dial plan to enter number 49XXXXXXXXXX, but it just dial 49XXXXX,instead of 011 or 001 49XXXXXXX, it is the same as
_011. ${EXTEN:3} voipbuster ${EXTEN:3}

And if I removed
50 _ZXXXXXX 001514${EXTEN} voipbuster 1514${EXTEN}
60 _ZXXXXXXXXX 001${EXTEN} voipbuster 1${EXTEN}
and only keep
_011. 00${EXTEN:3} voipbuster ${EXTEN:3}
when I dial 49XXXXXXXXXX, it doesn't work at all.

Jessica

Last edited by voip2007; 06-08-2007 at 07:27 PM.
voip2007 is offline   Reply With Quote
Unread 06-14-2007, 02:32 PM   #5
gambrinus
Member
 
Join Date: Apr 2007
Location: Augsburg, GERMANY
Posts: 84
Thanks: 28
Thanked 19 Times in 15 Posts
gambrinus is on a distinguished road
Send a message via ICQ to gambrinus Send a message via MSN to gambrinus Send a message via Skype™ to gambrinus
Default

Hi Jessica,

it seems to me you didn't really understand what a "dialling pattern" is... :-)

Quote:
Originally Posted by voip2007 View Post
And if I removed
50 _ZXXXXXX 001514${EXTEN} voipbuster 1514${EXTEN}
60 _ZXXXXXXXXX 001${EXTEN} voipbuster 1${EXTEN}
and only keep
_011. 00${EXTEN:3} voipbuster ${EXTEN:3}
when I dial 49XXXXXXXXXX, it doesn't work at all.
Let me explain:
_011. means: Every number that starts with "011", followed by any other digits (".") will be treated as defined in the "replacement" section.
In that case the first 3 digits will get dropped (thats what ${EXTEN:3} does) and a "00" will be prepended.

So if you dial 49XXXXXXXXXX this rule will NOT be applied and therefor it doesn't work since voipbuster requires the "00".

If you dial 01149XXXXXXXXXX this rule will be applied, the leading 011 will be dropped and 00 will be prefixed. Thats how voipbuster wants the number to be formatted.

Somehow you have to distinguish if you want to dial a local, long distance or international number. I don't know exactly how the numbers are formatted in Canada, so I can't really advise you, but the dial plan in my last post should work provided you use "011" as the international access number.

Example:
Provided you want to call someone in Kitzbühel, Austria, his number could be 4353561234. (43= Austria, 5356= Kitzbühel).

BUT: It could be someone in Utah (435) 356-1234 as well.

So by placing 011 in front of the number you are "telling" you want to call international, not Utah...

gambrinus
gambrinus is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dial Plan Problem belchie Voxalot Support 4 03-26-2007 03:32 PM
Dial plan problems with FaktorTel and VoXaLoT Hally Voxalot Support 1 01-06-2007 09:21 AM
Norway toll free number dial plan ? shezad Voxalot Support 1 11-11-2006 12:09 AM
dial plan help please muzzza Voxalot Support 0 09-01-2006 11:38 AM
Voxalot as Provider in Dial Plan vpsaini Voxalot Support 2 06-27-2006 09:36 AM


All times are GMT. The time now is 06:26 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.