News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Simple Dialplan

Started by lavarock7@gmail.com, April 15, 2012, 02:21:27 PM

Previous topic - Next topic

lavarock7@gmail.com

I am setting up an OBi110 for my sister. I thought it was all working correctly until I found she had not installed it correctly.

I have GV as SP1 and UKDDI inbound on SP2. She has a phone plugged into Phone and her current phone provider (ATT) on LINE.

All inbound are working and going to the PHONE port.

I want to have 3 digit and 7 digit go out LINE and long distance go out google voice. OBI to OBI will dtill go out through Obi network). I need the dialplan for this and whether I should set LINE as default or GV as default. I have turned 7 digit dialing in the area code box for GV config.

Thanks. I thought I had dial plans and so on figured out but it seems not.

RonR

Service Providers -> ITSP Profile A -> General -> DigitMap:

(<**8>([2-9]11S0|[2-9]xxxxxx)|<1>[2-9]xxxxxxxxx|1xxxxxxxxxx|011xx.)


Physical Interfaces -> PHONE Port -> PrimaryLine : SP1 Service


Choose from the following the LINE Port DigitMap that fits your PSTN line dialing characteristics:


LINE Port DigitMap for areas with 7- and 11-digit dialing:
(10-digit numbers will be extended to 11-digits by adding a leading 1)

Physical Interfaces -> LINE Port -> DigitMap:

([2-9]11S0|[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|1xxxxxxxxxx|011xx.)



LINE Port DigitMap for areas with 7-, 10-, and 11-digit dialing:

Physical Interfaces -> LINE Port -> DigitMap:

([2-9]11S0|[2-9]xxxxxx|[2-9]xxxxxxxxx|1xxxxxxxxxx|011xx.)



LINE Port DigitMap for areas with 10- and 11-digit dialing:

Physical Interfaces -> LINE Port -> DigitMap:

([2-9]11S0|[2-9]xxxxxxxxx|1xxxxxxxxxx|011xx.)



LINE Port DigitMap for areas with 10-digit dialing:

Physical Interfaces -> LINE Port -> DigitMap:

([2-9]11S0|[2-9]xxxxxxxxx|011xx.)



LINE Port DigitMap for areas with 11-digit dialing:
(10-digit numbers will be extended to 11-digits by adding a leading 1)

Physical Interfaces -> LINE Port -> DigitMap:

([2-9]11S0|<1>[2-9]xxxxxxxxx|1xxxxxxxxxx|011xx.)

lavarock7@gmail.com

#2
Thanks, I'll give that a try. I expected the Line dialplan to be something like this

([2-9]11S0|[2-9]xxxxxxs0)

as only 3 digit and 7 digit calls go out there. All other calls go out GoogleVoice.

RonR

Quote from: lavarock7@gmail.com on April 15, 2012, 02:45:52 PM
Thanks, I'll give that a try. I expected the Line dialplan to be something like this

([2-9]11S0|[2-9]xxxxxxs0)

as only 3 digit and 7 digit calls go out there. All other calls go out GoogleVoice.

You could do that if you want to ensure that nothing else can ever possibly go out the LINE Port, but if you ever wanted to dial a 10- or 11-digit number or make an international call through the LINE Port by using **8 + number, you won't be able to do so.

Also, the second s0 is not needed in the DigitMap above.