View Single Post
Unread 10-09-2006, 12:26 PM   #13
ptruman
Member
 
Join Date: Sep 2006
Posts: 94
Thanks: 1
Thanked 8 Times in 8 Posts
ptruman is on a distinguished road
Default

Quote:
Originally Posted by 441516 View Post
"0[12578]x.<:@gw0> = Anything starting 01, 02, 05, 07 or 08 will dial that number over PSTN (national/regional calls)" I tried to add and it says its invalid plan. Do you think there is an error?
There is no error - paste my whole dialplan into your unit, and it will work. I suspect you have missed a | character.

The whole dialplan needs to be wrapped in brackets (), so if you're just testing it on it's own, you'd need :

Code:
(0[12578]x.<:@gw0>)
If you're testing it with other rules, the rules are | separated, so you'd get

Code:
(rule 1 here|0[12578]x.<:@gw0>|rule 2 here)
ptruman is offline   Reply With Quote