Chapter 5 - Web Interface – Telephony
Digit Maps
74
Mediatrix 1204
A Mediatrix 1204 that detects digits or timers applies the current dial string to the digit map, attempting a match
to each regular expression in the digit map in lexical order.
If the result is under-qualified (partially matches at least one entry in the digit map), waits for
more digits.
If the result matches, dials the number.
If the result is over-qualified (i.e., no further digits could possibly produce a match), sends a fast
busy signal.
Special Characters
Digit maps use specific characters and digits in a particular syntax. Those characters are:
How to Use a Digit Map
Let’s say you are in an office and you want to call a co-worker’s 3-digits extension. You could build a digit map
that says “after the user has entered 3 digits, make the call”. The digit map could look as follows:
xxx
You could refine this digit map by including a range of digits. For instance, you know that all extensions in your
company either begin with 2, 3, or 4. The corresponding digit map could look as follows:
[2-4]xx
If the number you dial begins with anything other than 2, 3, or 4, the call is not placed and you get a busy signal.
Combining Several Expressions
You can combine two or more expressions in the same digit map by using the “|” operator, which is equal to
OR.
Let’s say you want to specify a choice: the digit map is to check if the number is internal (extension), or external
(a local call). Assuming that you must first dial “9” to make an external call, you could define a digit map as
follows:
([2-4]xx|9[2-9]xxxxxx)
The digit map checks if:
the number begins with 2, 3, or 4
and
the number has 3 digits
If not, it checks if:
the number begins with 9
and
the second digit is any digit between 2 and 9
and
the number has 7 digits
Table 46:
Digit Map Characters
Character
Use
Digits (0, 1, 2... 9) Indicates specific digits in a telephone number expression.
T
The Timer indicates that if users have not dialed a digit for the time defined, it is likely
that they have finished dialing and the SIP Server can make the call.
x
Matches any digit, excluding “#” and “*”.
|
Indicates a choice of matching expressions (OR).
.
Matches an arbitrary number of occurrences of the preceding digit, including 0.
[
Indicates the start of a range of characters.
]
Indicates the end of a range of characters.
Note:
Enclose the digit map in parenthesis when using the “|” option.
Summary of Contents for Mediatrix 1204
Page 6: ...Mediatrix Telecom a Division of Media5 Corporation Reference Manual...
Page 26: ...Preface About this Manual End User Technical Support xxvi Mediatrix 1204...
Page 27: ...Installation and Web Page Configuration...
Page 28: ...Page Left Intentionally Blank...
Page 50: ...Chapter 1 Installation Verifying the Installation 24 Mediatrix 1204...
Page 98: ...Chapter 4 Web Interface SIP Parameters SIP Authentication 72 Mediatrix 1204...
Page 127: ...SNMP Configuration...
Page 128: ...Page Left Intentionally Blank...
Page 162: ...Chapter 8 IP Address and Network Configuration Ethernet Connection Speed 136 Mediatrix 1204...
Page 170: ...Chapter 9 SIP Servers Presence Compositor Server 144 Mediatrix 1204...
Page 174: ...Chapter 10 DNS SRV Configuration DNS SRV Oriented Settings 148 Mediatrix 1204...
Page 196: ...Chapter 12 Configuration File Download Configuration File Example 170 Mediatrix 1204...
Page 220: ...Chapter 14 Gateway Configuration Detecting a Far End Disconnect 194 Mediatrix 1204...
Page 240: ...Chapter 16 Voice Transmissions User Gain 214 Mediatrix 1204...
Page 288: ...Chapter 23 Telephony Attributes Delayed Hot Line 262 Mediatrix 1204...
Page 294: ...Chapter 25 Quality of Service QoS VLAN 268 Mediatrix 1204...
Page 298: ...Chapter 26 Syslog Daemon Syslog Daemon Configuration 272 Mediatrix 1204...
Page 302: ...Chapter 27 Statistics RTP Statistics 276 Mediatrix 1204...
Page 319: ...Appendices...
Page 320: ...Page Left Intentionally Blank...
Page 332: ...Appendix B Standard Hardware Information Warranty 306 Mediatrix 1204...
Page 336: ...Appendix C Cabling Considerations RJ 11 Telephone Cable 310 Mediatrix 1204...
Page 372: ...Appendix E Glossary Wide Area Network WAN 346 Mediatrix 1204...
Page 390: ...Index W 364 Mediatrix 1204...