View Single Post
Unread 07-14-2007, 10:38 AM   #4
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

Quote:
Originally Posted by majo View Post
By the way you have fritzbox, how do you dail like *031519146 from your telephone set attached with fritz box?
I have created a set of dialing rules to choose the provider just like "call-by-call" prefixes.
Code:
10  	_99910.  	${EXTEN:5}  	Provider A
11  	_99911.  	${EXTEN:5}  	Provider B
12  	_99912.  	${EXTEN:5}  	Provider C
...
31  	_99931.  	${EXTEN:5}  	SIP Broker
So I would dial 99931519146 and the dial plan would remove the trailing 99931 and hand over 519146 to be dialed by SIP Broker.

If you need to prefix the *031 again just edit the rule like follows:

Code:
31  	_99931.  	*031${EXTEN:5}  	SIP Broker
This works with all brands of hardware, including FritzBox.

gambrinus
gambrinus is offline   Reply With Quote