manual
ESTOS CallControlGateway 4.0.0.21648
30
number as 50xxx
9](.*)
Remove all numbers from internal extension (3 digits)
^[0-9][0-9][0-9]$
Add an external dialing code code (leading 0) for all numbers with
more then 3 digits
^([0-9][0-9][0-
9].+)
0\1
Add the phone system base number (03012345) to all internal
numbers (1 to 3 digits in length)
^([0-9][0-9]?[0-
9]?)$
03012345\1
Add your own area code to all numbers not starting with '0' and
having at least 4 digits (i.e. not internal numbers)
^([^0][0-9][0-
9][0-9].*)
08151\1
6.6.9 Formatting rules
You can change and individually format phone numbers with special rules.
Regular expressions are used for this.
A differentiation is made between categories:
Incoming
Phone numbers for incoming calls which are reported to the PC by the phone system are
formatted with these rules.
These phone numbers come directly from the phone system as dialable digits. They consist
exclusively of digits and also * and #. The phone number can, however, contain an external
dialing code and be an international, national, local or internal number.
Observe the sequence of Phone number formatting.
Outgoing
Numbers for outgoing calls which are reported to the PC by the phone system are formatted
with these rules.
These phone numbers come directly from the phone system as dialable digits. They consist
exclusively of digits and also * and #. The phone number can, however, contain an external
dialing code and be an international, national, local or internal number.
Observe the sequence of Phone number formatting.
PC dialing
Phone numbers for outgoing calls which are dialed from the PC are formatted with these
rules.
These phone numbers are formatted as Supercanonical phone numbers (e.g.
+49309999999).
Note the order of Dialing rules.
PC dialing final
Phone numbers for outgoing calls which are dialed from the PC are formatted with these
rules.
These rules are applied directly before the phone number is sent to the phone system. The
phone number is already formatted in dialable form.
Note the order of Dialing rules.
Syntax:
Modification is done by search/replace, which works with regular expressions.
If the search for expression is found the result is read out as replace with;
otherwise the phone number is signalled unchanged. The entries are worked
through sequentially. If a hit is found, the remaining lines are no longer
processed.
See Regular expressions.
Check:
You can check your entry directly here. Enter a phone number in the phone
number field which you wish to test with the search/replace expression. The