22
Digital Map is based on some rules to judge when user end their dialing and send the
number to the server. 3300IP-TRM support following digital map:
----End With “#”: Use # as the end of dialing.
----Fixed Length: When the length of the dialing match, the call will be sent.
----Timeout:
Specify the timeout of the last dial digit. The call will be sent after
timeout
----Prefix: User define digital map:
[ ] represents the range of digit, can be a range such as [1-4], or use comma
such as [1,3,5], or use a list such as [234]
x represents any one digit between 0~9
Tn represents the last digit timeout. n represents the time from 0~9 second, it
is necessary. Tn must be the last two digit in the entry. If Tn is not included in the
entry, we use T0 as default, it means system will sent the number immediately if the
number matches the entry.
Example:
8[2-8]xxx xx All number from 8200000 to 8899999 will be sent
immediately.
955xx 5 digits numbers begin with 9 will be sent immediately.
10060
Number 10060 will be sent will be immediately
22xxxxxT1
7 digits numbers begin with 22 will be sent after one
second
39[3,9]xxxx, 7 digits numbers begin with 393 or 399 will be sent
immediately.