View Single Post
Unread 07-25-2007, 03:56 AM   #5
stebie
Junior Member
 
Join Date: Jul 2007
Posts: 11
Thanks: 5
Thanked 3 Times in 2 Posts
stebie is on a distinguished road
Default

Quote:
Originally Posted by xvaiox View Post
Thank you for helping :-) Do I put the string at the beginning or end of my original string? If you could maybe cut and paste my string and then show me where to put in the new dial plan in mine that would be great!
The dial plan suggested can replace your entire dial plan. That's why the entire line was provided for you:

Quote:
Try:
VoIP_Digit_Map_String="[x*][x*]."

If that doesn't work, add a T at the end:
VoIP_Digit_Map_String="[x*][x*].T"

I'm also a Sunrocket refugee, and have a different thread going to get my AC-211-SR gizmo dialplan working. Here is what I ended up with:
(>#|[*x]x.T)
Looking at your original dial plan, *600 works as it is handled by ...|*6X.T|....

My suggestion would be to try the following dial plans in this order, testing the next if the current one doesn't work as expected:

VoIP_Digit_Map_String="(>#|[*x]x.T)"
VoIP_Digit_Map_String="[*x]x.T"
VoIP_Digit_Map_String="[x*][x*].T"
VoIP_Digit_Map_String="[x*][x*]."

If all else fails, you can go back to your original dial plan (the one you stated in your initial post).

Good luck!
stebie is offline   Reply With Quote