Alcazar setup problem and Peer RTP Address
Phillip:
Thanks for the heads up on the 1 800 problem, Felix. I do appreciate it. Since my cell service doesn't require a 1, I have gotten into that habit. You may have just saved me a chunk of change! Thanks!
Phillip:
I don't think I have this correct. ???
The following SHOULD require a '1' before any 8xx number and will direct the call to sp2, but the subsequent rules will allow 10 digit dialing and international calls out sp1, right? But what happens when a 10 digit 8xx number is dialed? I would want to prepend a '1' in that case and sent it to sp2, but I'm don't know if this gets it done. HELP!
Service Providers>ITSP Profile A General>DigitMap> <**2>(Msp2)|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1281>[2-9]xxxxxxS4|011xx.)
Service Providers>ITSP Profile B General>DigitMap> (18(00|88|77|66|55)[2-9]xxxxxx)
ianobi:
This should work:
Service Providers>ITSP Profile B General>DigitMap>
(18(00|88|77|66|55)xxxxxxx|<1>8(00|88|77|66|55)xxxxxxx)
If you dial 800..., 888... etc the sp2 digit map should match it and prepend the "1". The rule in sp1 digit map <1>[2-9]xxxxxxxxx is a worse match and therefore should not be chosen by the Digit Map Processor.
Try it and check using Status > Call History to make sure it is working as you want.
Phillip:
First I made an 8xx (800free411) call sans the '1' and with the old configuration (See post #2):
Service Providers>ITSP Profile A General>DigitMap>
(<**2>(1800|1888|1877|1866|1855)[2-9]xxxxxx|<**2>(800|888|877|866|855)[2-9]xxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1281>[2-9]xxxxxxS4|011xx.)
Service Providers>ITSP Profile B General>DigitMap>
((1800|1888|1877|1866|1855)[2-9]xxxxxx|(800|888|877|866|855)[2-9]xxxxxx)
<CallHistory date="2/26/2013" time="07:39:20">
<Terminal id="PHONE1" dir="Outbound">
<Peer name="" number="**28003733411"/>
<Event time="07:39:20">New Call</Event>
<Event time="07:39:34">End Call</Event>
</Terminal>
<Terminal id="SP2" dir="Outbound">
<Peer name="" number="8003733411"/>
<Event time="07:39:22">Call Connected</Event>
</Terminal>
</CallHistory>
As you can see, it went to sp2 and was connected. Next I made the following changes:
Service Providers>ITSP Profile A General>DigitMap> (<**2>(Msp2)|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1281>[2-9]xxxxxxS4|011xx.)
Service Providers>ITSP Profile B General>DigitMap> ((1800|1888|1877|1866|1855)[2-9]xxxxxx)
<CallHistory date="2/26/2013" time="08:48:31">
<Terminal id="PHONE1" dir="Outbound">
<Peer name="" number="18003733411"/>
<Event time="08:48:31">New Call</Event>
<Event time="08:48:40">End Call</Event>
</Terminal>
<Terminal id="GoogleVoice1" dir="Outbound">
<Peer name="" number="18003733411"/>
<Event time="08:48:33">Call Connected</Event>
</Terminal>
</CallHistory>
8xx numbers without a '1' are routed to sp2 and fail with a busy signal. The call is not recorded in the call log. But the 8xx calls made with a '1' now go out through sp1 (my GV account).
OK found one problem and fixed it! No open parenthesis in ITSP Profile A General>DigitMap. I guess I didn't select the entire line when I did the cut and paste. So I did another round of call with and without the '1'.
WITH a '1' I get the desired result.
<CallHistory date="2/26/2013" time="09:16:35">
<Terminal id="PHONE1" dir="Outbound">
<Peer name="" number="**218003733411"/>
<Event time="09:16:35">New Call</Event>
<Event time="09:16:44">End Call</Event>
</Terminal>
<Terminal id="SP2" dir="Outbound">
<Peer name="" number="18003733411"/>
<Event time="09:16:36">Call Connected</Event>
</Terminal>
</CallHistory>
WITHOUT a '1' the call is routed to Google Voice on sp1. Then I get a recorded message repeating the number dialed and a notice that the provider rejected the call; reason: error 404.
<CallHistory date="2/26/2013" time="09:16:55">
<Terminal id="PHONE1" dir="Outbound">
<Peer name="" number="18003733411"/>
<Event time="09:16:55">New Call</Event>
</Terminal>
<Terminal id="GoogleVoice1" dir="Outbound">
<Peer name="" number="**218003733411"/>
<Event time="09:16:57">End Call</Event>
</Terminal>
</CallHistory>
So what is actually happening here? I am lost and I really need some help.
What I would like to do is have all 8xx calls go throught sp2. I want all 8xx without a '1' to prepend a '1' to the 8xx numbers so that the call goes through to Alcazar for Toll Free termination and not GV. Am I getting any closer to that goal? I can't tell.
Phillip:
Oh! Hi Ian, :)
I'll try your solution, make a couple of calls and post the results.
Thanks!
Navigation
[0] Message Index
[#] Next page
[*] Previous page