Thread: dial pan info
View Single Post
Unread 10-29-2007, 07:49 AM   #5
chatalot
Senior Member
 
Join Date: Oct 2007
Posts: 141
Thanks: 10
Thanked 15 Times in 14 Posts
chatalot is on a distinguished road
Default

I would use the following

For local numbers try Pattern = _NXXXXX with Replacement = 44208${EXTEN}
For other numbers you could try Pattern = 0[19]. with replacement 44${EXTEN:1}

The first will prefix all local 6 digit numbers with 44208
The second will take of the 0 when you dial a national number or mobile, etc and will put 44 in instead. Dont forget to use the dial plan test to make sure they are working how you want.

So if you dial xxxxxx it will send 44208xxxxxx to your provider
if you dial 0209xxxxxx it will sent 44209xxxxxx to your provider
if you dial 07970xxxxxx it would send 447970xxxxxx to your provider, etc

Last edited by chatalot; 10-29-2007 at 07:51 AM.
chatalot is offline   Reply With Quote