Single-Stage Dialing Through Any OBi Trunk

<< < (2/9) > >>

facaletz:
RonR!! You ,,regular'' users should get some slices from the bread!!!I thought you're promoting your own product.
It is ,,trendy'' now to trow the unfinished product on the market and put clever minds to finish it off for you!!
If u buy a computer you don't program it,just use it . Have a nice working week ahead...the weekend is just around the corner!

earthtoobi:
Ron: Quick question on the digitmap:

You mentioned change Phone/AutoAttendant:
{([1-9]x?*(Mpli)):pp} to {([1-9]x?*@@.):pp}

if my understanding is right, the above means: No digit or single digit(starts with a  digit in the range 1-9) with a * after that and anything after the *.

if my understanding of the above is correct, then Obi speed dial references(gateway) can only be from 2-9 and cannot be 2 thru 99.

RonR:
Quote from: earthtoobi on August 02, 2011, 11:34:55 am

You mentioned change Phone/AutoAttendant:
{([1-9]x?*(Mpli)):pp} to {([1-9]x?*@@.):pp}


([1-9]x?*@@.)

[1-9]x? matches one- or two-digits in the range 1 - 99

* matches an *

@@. matches anything

earthtoobi:
thanks Ron.


1. [1-9] in itself is a digit that can be from 1-9.
2. x?:zero or one digit between 0-9.

effectively the above give a range of 1-99.

RonR:
Quote from: earthtoobi on August 02, 2011, 12:30:21 pm

1. [1-9] in itself is a digit that can be from 1-9.
2. x?:zero or one digit between 0-9.

effectively the above give a range of 1-99.


That's it!

Navigation

[0] Message Index

[#] Next page

[*] Previous page