How to setup local calls via line port (OBi110)

<< < (4/4)

JTravers:
Wow! Thank you so much for your help. It is greatly appreciated.

One question. What does @@.'@'@@. do vs @@. (that's what was originally in my DigitMap)?

Thanks again!


Quote from: RonR on September 05, 2011, 04:16:11 pm

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

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>xxxxxxx|<**8>xxxxxxxxxxxxx.|
<**8>[2-9]11|<**8>011xx.|(Mipd)|[^*]@@.'@'@@.)

where aaa is your local area code


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

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>xxxxxxx|011xx.|(Mipd)|[^*]@@.'@'@@.)

where aaa is your local area code


Physical Interfaces -> LINE Port -> DigitMap:

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

where aaa is your local area code


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



Default:

7/10/11 digits  ->  SP1 Service
      12+ digits  ->  PSTN Line
         [2-9]11  ->  PSTN Line
            011+  ->  PSTN Line

**2:

7/10/11 digits  ->  SP2 Service
            011+  ->  SP2 Service

**8:

7/10/11 digits  ->  PSTN Line
      12+ digits  ->  PSTN Line
         [2-9]11  ->  PSTN Line
            011+  ->  PSTN Line



If 7-digit numbers through the LINE Port are not supposed to be extended to 11-digits, remove <1aaa> from the last rule in the LINE Port DigitMap.


RonR:
Quote from: JTravers on September 05, 2011, 08:24:29 pm

One question. What does @@.'@'@@. do vs @@. (that's what was originally in my DigitMap)?


It's for matching SIP URI's (for example, 18005551212@tf.callwithus.com).  @@. matches anything, which is too general and interferes with certain other patterns.

MB..:
Quote from: kenth on August 24, 2011, 11:54:30 am

BTW, could the pattern be simplified to just use "<**8>[2-9]x." as the first phrase & let the
telco switch sort it out?


RonR's  suggestion has another benefit he didn't mention.

When a rule is completely matched the call is routed immediately. The x. at the end of a rule would mean that the Obi has to wait for a 10 second timeout to expire to determine that there are no more digits expected.  Only when it has all the digits will it proceed with routing.

 911 and no delay feels a lot better than 911 followed by 10 seconds before something happens.

MB..:
... and called something like "Common Dial Plan Setups"

Navigation

[0] Message Index

[*] Previous page