View Single Post
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