News:

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

Main Menu

011852 via line port, other numbers and 011xx. via SP1 with google voice

Started by snoopy, November 28, 2012, 02:55:39 AM

Previous topic - Next topic

snoopy

Hi,

I just got my new obi110 device, and tried to configure the line port for handling 011852xxxxxxxx incoming and outgoing call only. Other incoming and outgoing call should go through my google voice. Below is my physical obi setup.

SP1 -> my google voice for US local and international call except (852 Hong Kong)
Line port -> connecting to my Hong Kong VOIP device which is serving my Hong kong incoming and outgoing call. Note: For outgoing call, I just need to dial the 8 digit local Hong Kong number (without 011852).

Here is my digimap setting:

Physical Interfaces -> PHONE Port -> PrimaryLine : SP1 Service
Physical Interfaces -> LINE Port -> DigitMap : (011852xx.)
Service Providers -> ITSP Profile A -> General -> DigitMap:
(<**8>011852xx.|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1415>[2-9]xxxxxx|011xx.|(Mipd)|[^*#]@@.'@'@@.)

My digimap doesn't work. Line port doesn't make any call to hong kong voip device. I guessed that the issue is caused b the 011852. The 011852 is sent along with the 8 digit HK local number to the VOIP device. However, the 011852 shouldn't be sent to the VOIP device since the 011852 is not required. How do I strip out the 011852 from the dialing string before the 8 digit local number sends to the HK VOIP device. Can somebody review and verify my digit map?

Thanks.


ianobi

snoopy,

Welcome to the forum   :)

This will do what you want:

Physical Interfaces -> LINE Port -> DigitMap : (xx.)
Service Providers -> ITSP Profile A -> General -> DigitMap:
(<011852:**8>xx.|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1415>[2-9]xxxxxx|011xx.|(Mipd)|[^*#]@@.'@'@@.)

If the numbers are always 011852 followed by exactly eight digits, then this will speed up dialling a little:

Physical Interfaces -> LINE Port -> DigitMap : (xxxxxxxx)
Service Providers -> ITSP Profile A -> General -> DigitMap:
(<011852:**8>xxxxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1415>[2-9]xxxxxx|011xx.|(Mipd)|[^*#]@@.'@'@@.)

snoopy


snoopy

Quote from: ianobi on November 28, 2012, 08:32:03 AM
snoopy,

Welcome to the forum   :)

This will do what you want:

Physical Interfaces -> LINE Port -> DigitMap : (xx.)
Service Providers -> ITSP Profile A -> General -> DigitMap:
(<011852:**8>xx.|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1415>[2-9]xxxxxx|011xx.|(Mipd)|[^*#]@@.'@'@@.)

If the numbers are always 011852 followed by exactly eight digits, then this will speed up dialling a little:

Physical Interfaces -> LINE Port -> DigitMap : (xxxxxxxx)
Service Providers -> ITSP Profile A -> General -> DigitMap:
(<011852:**8>xxxxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1415>[2-9]xxxxxx|011xx.|(Mipd)|[^*#]@@.'@'@@.)


Thanks ianobi. It is working great. Thanks for your great help.