Two PhonePower Problems: Latency & Call Setup Delay (solved)

<< < (3/3)

zorlac:
Quote from: johnmeyer on May 05, 2014, 06:05:27 pm

OK, I got it to work. I put the area code append logic before the logic which appends "1" if the person dials a USA number without that prefix. The order appears to be important.
From
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1831>[2-9]xxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

To ? ? ?
Thanks

johnmeyer:
Quote from: jlynnwatts on May 06, 2014, 07:15:20 pm

A question to johnmeyer:

Is this the final string that you used to get the numbers in your area code to dial quicker?
I put in my area code -  "530".

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

No, that is not the string. Instead, this is the string I am using. I just now copied/pasted it directly from the ObiTalk "Expert" dashboard:

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

As I noted above, it didn't seem to work correctly until I moved the seven digit rule prior to the "append 1 if only ten digits are used" rule. Replace "831" in my string above with your "530" area code.

John Meyer

Shale:
If you are looking for speed, I suggest you get rid of the xx. item.

PeteMoss:
Quote from: johnmeyer on May 07, 2014, 11:16:27 am

Quote from: jlynnwatts on May 06, 2014, 07:15:20 pm

A question to johnmeyer:

Is this the final string that you used to get the numbers in your area code to dial quicker?
I put in my area code -  "530".

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

No, that is not the string. Instead, this is the string I am using. I just now copied/pasted it directly from the ObiTalk "Expert" dashboard:

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

As I noted above, it didn't seem to work correctly until I moved the seven digit rule prior to the "append 1 if only ten digits are used" rule. Replace "831" in my string above with your "530" area code.

John Meyer


Without the *xx rule, how do you check your voice mail using *21?

GH-UpNorth:
I was going to modify my PhonePower DigitMap entry as described in the johnmeyer posting, but found that my entry was much like it with two exceptions ( which I don't understand ).  I thought someone might have some explanation of the difference between the recommended digitmap setting and mine ...

johnmeyer recommended :
(1xxxxxxxxxx|<1831>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

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

Note that mine has and extra  *xx| at the beginning, and johnmeyer's recommended one has the hashtag symbol  #  which is not present in mine.  Can anyone give me some explanation or tips about these two differences ? 

Thanks

Navigation

[0] Message Index

[*] Previous page