Call Details from Obitalk

<< < (2/2)

Hortoristic:
I think something like this - appended to what's might already be there?:

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

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

<**2>011xx.|xx.|(Mipd)|[^*]@@.

So any number beginning with 011 on SP1 will be dialed out through on SP2 - right?

RonR:
If you're trying to automatically redirect 011 calls from SP1 to SP2, try this:


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

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

where aaa is your local area code.

Hortoristic:
This is what I had already:
(1xxxxxxxxxx|<1360>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*]@@.)

Combining your snippet with what I already had, I get, right?:
(1xxxxxxxxxx|<1360>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|<**2>011xx.|(Mipd)|[^*#]@@.'@'@@.)


Are the pipe symbals "|" the delmitter between rules?  Does this break down as 6 rules?

1) must dial 10 digits: 1xxxxxxxxxx|
2) If 1360 dialed - must also dial 7 more digits: <1360>[2-9]xxxxxx|
3) If 1 dialed - must also dial 10 more digits: <1>[2-9]xxxxxxxxx|
4) Any number beginning with 011 should dial out on SP2: <**2>011xx.|
5) Not sure what this rule is: (Mipd)|
6) Not sure what this rule is: [^*#]@@.'@'@@.



RonR:
Quote from: Hortoristic on December 28, 2011, 02:09:11 pm

Are the pipe symbals "|" the delmitter between rules?


Yes

Quote from: Hortoristic on December 28, 2011, 02:09:11 pm

1) 1xxxxxxxxxx


This rule matches if 11 digits are dialed beginning with 1.

Quote from: Hortoristic on December 28, 2011, 02:09:11 pm

2) <1360>[2-9]xxxxxx


This rule matches if 7 digits are dialed beginning with 2-9.  1360 will be added.

Quote from: Hortoristic on December 28, 2011, 02:09:11 pm

4) <**2>011xx.


This rule matches any number beginning with 011.  **2 will be added, causing the OutboundCallRoute to send the call to SP2.

Quote from: Hortoristic on December 28, 2011, 02:09:11 pm

5) (Mipd)


This rule allows IP dialing : 18005551212*w*x*y*z   (denoting 18005551212@w.x.y.z)

Quote from: Hortoristic on December 28, 2011, 02:09:11 pm

6) [^*#]@@.'@'@@.


This rule allows SIP URI dialing : 18005551212@sip.tollfreegateway.com

Navigation

[0] Message Index

[*] Previous page