Need help in OutboundCallRoute

(1/2) > >>

eli_OBi:
Current configuration:
sp1- Google Voice
sp2 - CallCentric

OutboundCallRoute:
{([1-9]x?*(Mpli)):pp},{911:sp2},{(<#:>):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}


Questions:
1. how do I setup my international long distance (011.....) to go to sp2 (CallCentric)?
2. did I setup my 911 to go to sp2(CallCentric) correctly?

thanks in advance.
 
eli
  

RonR:
Your OutboundCallRoute appears to be correct.

Physical Interfaces -> PHONE Port -> OutboundCallRoute:

{([1-9]x?*(Mpli)):pp},{(<#:>):li},{911:sp2},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},
{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}

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

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

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

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

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

where aaa is your local area code.

Obvdobi:
Quote from: RonR on October 19, 2011, 06:09:55 pm


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

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

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

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

where aaa is your local area code.




 I thought "**2" is associated with ITSP Profile B only. You showed me that it can be put in anywhere. Very intersting. Does it mean:  when **2 011 is dialed, it will go pick ITSP A (google voice) instead of ITSP B (default: callcentric), or ITSP A simply redirect **2 dialing to ITSP B?

So when the OutboundCallRoute includes <**1:>(Msp1) where Msp1 includes <**2>, this rule does not conflict with the later route <**2:>(Msp2)?

RonR:
With the PrimaryLine set to SP1 Service, when you simply dial 011+, **2 will be added in the ITSP A DigitMap (creating **2011+), which will cause the call to be routed to SP2 by virtue of the {(<**2:>(Msp2)):sp2} rule in the OutboundCallRoute.

SPx can be associated with either ITSP A or ITSP B based on:

Voice Services -> SPx Service -> X_ServProvProfile : (A or B)

infin8loop:
And to really mess with our minds, with the "Default" check box checked (at this writing) setting for both SP1 and SP2 Service is X_ServProvProfile = A.  Perhaps there is a good reason for this, but I can't think of one.   

Navigation

[0] Message Index

[#] Next page