In bound callroute question. Bridging incoming calls to home number.
RonR:
Quote from: RJDB on December 29, 2011, 07:25:41 pm
However, I do not understand why the voice prompt on the *72 did not.
There's not supposed to be a voice prompt.
The OBi presents a tone prompt after dialing Star Codes that require input.
RonR:
Quote from: larrybob on December 29, 2011, 10:06:15 am
I am not sure if the digit maps work the same as from the phone. If entering a number that only matches xx., this is an indefinitely matched value. Will the long timer be put into play?
All DigitMaps work the same. xx. matches any numeric string. The DMP starts the short interdigit timer if there is at least one rule in the Exactly Matched state, otherwise it starts the long interdigit timer.
Quote from: larrybob on December 29, 2011, 10:06:15 am
I am guessing the digitmap used for sending calls to SP2 is ITSPB.
To be totally accurate SP2 uses ITSP Profile x, where x is defined at:
Voice Services -> SP2 Service -> X_ServProvProfile
Quote from: larrybob on December 29, 2011, 10:06:15 am
So.... I am not sure what is going on.... and why things worked with the original rule? it seems the problem would not have been the long timer kicking in, but 1 being appended to the number??
If there were no Exactly Matched rules after you entered the last digit, the long timer would be used. If there was at least one Exactly Matched rule after you entered the last digit, the short timer would be used.
Also keep in mind that the [^*]@@. rule is also an indefinite match rule that matches any string that doesn't start with an asterisk. I recommend you use [^*#]@@.'@'@@. instead. This rule is to support dialing SIP URI's from Speed Dials.
larrybob:
Ron,
default digit map for sp2 is :
(1xxxxxxxxxx|<1415>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*]@@.)
Quote
Also keep in mind that the [^*]@@. rule is also an indefinite match rule that matches any string that doesn't start with an asterisk. I recommend you use [^*#]@@.'@'@@. instead. This rule is to support dialing SIP URI's from Speed Dials.
you suggest this instead?
(1xxxxxxxxxx|<1415>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.'@'@@.)
Also:
Quote
If there were no Exactly Matched rules after you entered the last digit, the long timer would be used. If there was at least one Exactly Matched rule after you entered the last digit, the short timer would be used.
55 xx xxxx xxxx is the number (12 digits) which would be passed to the sp2 digitmap.
This would be an indefinite match with the digitmap, so the long timer would come into play. (10 seonds)
(I made an error in my last post thinking it would match |<1>[2-9]xxxxxxxxx|. It does not)
I would think that there would be a 10 second delay before the ringing starts? However, I hear the ringing start immediately.
I was able to verify, that if I am hearing 4 rings this is not mirrored in Brazil. There, only 2 rings are heard before the call is answered.
(This is about a 10 second difference!) Coincidence?? Perhaps the ringing I hear is generated form the obi, and continues for 10 extra seconds during the long digit timer, before the call is passed on to Brazil.
I will change the digit map to:
(55xxxxxxxxxx|1xxxxxxxxxx|<1415>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.'@'@@.)
Now there will be an exactly matched rule, and the short timer will be used instead of the long timer. Perhaps the number of rings I hear will match, or will more closely match what is heard in Brazil. This hopefully will give the person in Brazil more time to answer the call before it is intercepted by the Google voice answering system!
I will post my results of this little experiment tomorrow...
Larry
P.S. I tried to find a way to turn off the answering service of Google voice. I believe this is not possibe.. if anyone know differently, let me know.
RonR:
Quote from: larrybob on December 29, 2011, 11:07:49 pm
you suggest this instead?
(1xxxxxxxxxx|<1415>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.'@'@@.)
No. I don't like to use a 'catch-all' rule like xx. unless it's absolutely necessary. I would get rid of it:
(1xxxxxxxxxx|<1415>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|(Mipd)|[^*#]@@.'@'@@.)
Quote from: larrybob on December 29, 2011, 11:07:49 pm
55 xx xxxx xxxx is the number (12 digits) which would be passed to the sp2 digitmap.
I will change the digit map to:
(55xxxxxxxxxx|1xxxxxxxxxx|<1415>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.'@'@@.)
Now there will be an exactly matched rule, and the short timer will be used instead of the long timer.Larry
If you get rid of the xx. rule, the 55xxxxxxxxxx rule will be an Exactly Matched rule with no other candidates and the DMP will exit immediately with no short or long timer.
If SP2 is a Google Voice account, you should be dialing international numbers as 011 + country code + number.
Quote from: larrybob on December 29, 2011, 11:07:49 pm
P.S. I tried to find a way to turn off the answering service of Google voice. I believe this is not possibe.. if anyone know differently, let me know.
There's no way to disable Google Voice voicemail. It answers after 25 seconds and cannot be changed.
Many of the issues you're struggling with are explained beginning on page 119 of the OBi Device Administration Guide.
larrybob:
Thanks Ron!
Made your suggested change. All of this is finally starting to make sense! Larry
I am using a betamax voip account for SP2 it works with out any international code.
I makes sense that it should be in there. I even believe that the their instructions specify, an international code should be used.
It appears that the voip provider of my sp2 must be adding the international code themselves, as the calls are going through.
Larry
Navigation
[0] Message Index
[#] Next page
[*] Previous page