PreSales questions

<< < (2/2)

dvijen:
Quote from: RonR on March 29, 2011, 09:58:37 pm

Quote from: neftv on March 29, 2011, 08:23:10 pm

Since Voip Provider A is my main provider I would not need to do anything special dialing out my 10 digit numbers for domestic calls, however can I have an outbound routing rule so that whenever the 011 is seen it goes out Voip provider B?  

Yes, it's a trivial change.

Default ITSPA DigitMap:

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


Modified ITSPA DigitMap:

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




RonR, can you explain how this change in ITSPA would route calls with 011xxx to sp2?
Thanks
dvijen

RonR:
PrimaryLine = SP1

SP1 is using ITSPA.

Therefore, (Mpli) refers to the ITSPA DigitMap.

When 011xx. is dialed, the DigitMap Processor evaluates the PHONE Port DigitMap.  The only match will be the 011xx. rule in the ITSPA DigitMap via the (Mpli) reference.  The value returned by the DigitMap Processor will be the number dialed with **2 prepended.

Then the OutboundCallRoute will be evaluated using the number returned by theDigitMap Processor.  The first matching rule will be {(<**2:>(Msp2)):sp2}, sending the call to SP2 after first removing the **2.

dvijen:
Very clever
Thanks
Dvijen

Navigation

[0] Message Index

[*] Previous page