View Single Post
Unread 06-09-2008, 10:53 PM   #17
wmp
Member
 
Join Date: Mar 2006
Posts: 65
Thanks: 11
Thanked 11 Times in 9 Posts
wmp is on a distinguished road
Default

You will have to use 4 different checks. ENUM should be catching toll free numbers if it's enabled, but to force free toll free calls I have the following in my dial plan:
Code:
#  	Pattern  Replacement  	Provider
800  	_1800.    *${EXTEN}     SIP Broker
866 	_1866. 	  *${EXTEN} 	SIP Broker
877 	_1877. 	  *${EXTEN} 	SIP Broker
888 	_1888. 	  *${EXTEN} 	SIP Broker
Just make sure these are ranked before your regular calls.
wmp is offline   Reply With Quote