View Single Post
Unread 08-04-2007, 09:14 AM   #3
wmp
Member
 
Join Date: Mar 2006
Posts: 65
Thanks: 11
Thanked 11 Times in 9 Posts
wmp is on a distinguished road
Default

smz, I know i linked this in another thread but take a look at this thread for numerous dial plans. Here is my updated dial plan:
Code:
Priority  Pattern  		Replacement	Provider
1	_911			${EXTEN}	Callcentric	
30  	_0114[479]800.  	*${EXTEN:3}  	FWD     (International Toll Free ) 
31 	_01131800. 		*${EXTEN:3} 	FWD
32 	_01144500. 		*${EXTEN:3} 	FWD
33 	_01144808. 		*${EXTEN:3} 	FWD
34 	_01149130. 		*${EXTEN:3} 	FWD
40 	_011XX. 		00${EXTEN:3} 	VoipDiscount
51 	_#1XX. 		         ${EXTEN:2} 	Callcentric
52 	_#2XX. 		         ${EXTEN:2} 	Vbuzzer
411 	_411 			*18004664411  	SIP Broker     (Google 411)
800  	_1800.  		*${EXTEN}  	SIP Broker     (ENUM Lookup disabled)
866 	_1866. 		        *${EXTEN} 	SIP Broker
877 	_1877. 		        *${EXTEN} 	SIP Broker
888 	_1888. 		        *${EXTEN} 	SIP Broker
999 	_1NXXNXXXXXX 	        00${EXTEN} 	VoipDiscount
I am also in the US but I let my SPA2000 handle 7 and 10 digit dialing. In my SPA2000 Dial Plan I have the following:
Quote:
(911S0|#x<:1253>[2-9]xxxxxx|#x<:1>[2-9]xx[2-9]xxxxxxS0|#x1[2-9]xx[2-9]xxxxxxS0|<:1253>[2-9]xxxxxx|<:1>[2-9]xx[2-9]xxxxxxS0|1[2-9]xx[2-9]xxxxxxS0|[x*][x*].)
Which breaks down like this, using my 253 area code:
( required
911S0| Immediately send out 911.
#x<:1253>[2-9]xxxxxx| send any 7 digit number prefixed with a # and number (such as #2 + 123-4567) will be sent out as #1-1-253-123-4567.
#x<:1>[2-9]xx[2-9]xxxxxxS0| Similar to above except for 10 digits.
#x1[2-9]xx[2-9]xxxxxxS0| Again similar to the above except the 1 is included (1-555-123-4567 will be prefixed with a #1+1-555-123-4567)
<:1253>[2-9]xxxxxx| Send any 7 digit number as 1-253-123-4567.
<:1>[2-9]xx[2-9]xxxxxxS0| Prefix any 10 digit number with a 1.
1[2-9]xx[2-9]xxxxxxS0| Any 11 digit number is sent as is.
[x*][x*]. Anything else dialed is valid using this pattern.
) required

You will have to change 253 to your area code. You will also need to change 911 as VoipCheap does not handle 911. The S0 (that's an S as is snake and 0 as in zero). The entry's that begin with #x allows me to route calls via a different provider in VoXaLot. Notice in the VoXaLot Smart Call list I have a #1XX. pattern that routes through Callcentric.
wmp is offline   Reply With Quote