I can't make the pbxExtension Application work with Obi110's
RonR:
This PHONE Port DigitMap rule:
<2*>(xx.)
matches one or more digits and prepends 2* to the dialed number.
This PHONE Port OutboundCallRoute rule:
{([1-9]x?*@@.):pp}
matches one or two digits followed by an * followed by anything and sends the call to the OBiTALK trunk. The OBiTALK trunk removes the one or two digits preceding the * (and the * also) and sends the call to the OBiTALK number stored in the Speed Dial addressed by the digit(s) that preceded the *.
BTW, the <2*>(xx.) DigitMap rule can actually be written : <2*>xx.
The parenthesis around the xx. are unnecessary (they're ignored, just superfluous).
acsscott:
Quote
No, Hookflash can only be initiated from the PHONE Port of the OBi local to the LINE Port (i.e. it cannot be passed or simulated across a bridged connection).
Wow, this would make it impossible to answer call waiting from the remote Obi or Android/Apple/PC? I might have to make something that watches for the # DTMF tones, and open and close a relay in series with the line connection bewtween the Obi and the ATA. How long will the Office Obi hang on the line when it sees the voltage go away? Long enough for a hookflash?
Scott
acsscott:
Quote from: acsscott on September 27, 2011, 01:58:39 pm
9 dials out.
Could we make it if the number started with 8, and was followed by two digits, strip the 8, and send the two digits?
I've been reading the book, but can't see where to strip/mask digits.
How do I change the digit map to strip the 8 if it starts with 8?
RonR:
Quote from: acsscott on September 27, 2011, 02:55:37 pm
Wow, this would make it impossible to answer call waiting from the remote Obi or Android/Apple/PC?
That's correct.
Quote from: acsscott on September 27, 2011, 02:55:37 pm
I might have to make something that watches for the # DTMF tones, and open and close a relay in series with the line connection bewtween the Obi and the ATA. How long will the Office Obi hang on the line when it sees the voltage go away? Long enough for a hookflash?
I don't know the answer to that.
RonR:
Quote from: acsscott on September 27, 2011, 02:57:21 pm
How do I change the digit map to strip the 8 if it starts with 8?
Change the last rule:
<2*>xx.
to:
<2*>(<8:>xx.|xx.)
This should unconditionally strip any leading 8.
If this is for calling two-digit extensions, you might want to only strip the 8 from 2-digit numbers:
<2*>(<8:>xx|xx.)
Navigation
[0] Message Index
[#] Next page
[*] Previous page