____________________________________________________________________________________
____________________________________________________________________________________
TAU-4M.IP Subscriber gateway
59
If activation command is not received, 'Hot Line' service will be disabled.
XCAP name for Call Transfer
- XML element name in Notify message body, used for transmission
of commands to enable/disable 'Call Transfer' service. Example: if service name has 'call-transfer'
value, activation command will appear as:
< call-transfer active="true"/>
and deactivation command:
< call-transfer active="false"/>
If activation command is not received all listed above services will be deactivated by default.
Dialplan
To define the numbering schedule, use regular expressions in the 'Dialplan Configuration' field.
The structure and format of regular expressions that enable different dialling features are listed below.
Regular expression structure:
Sxx, Lxx ( ),
where
xx
-
random values of S and L timers;
()
-
dialplan limits.
The basis is the designations for recording a sequence of dialed digits. Dialed digits sequence is recording
using several designations: digits, dialed by phone keyboard: 0, 1, 2, 3, …, 9, # and *.
Symbol '#' usage in dialplan
can block end of dial by this key!
Digit sequence enclosed in square brackets corresponds to any of the characters enclosed in
brackets.
–
Example: ([1239]) - corresponds to any of this digits: 1, 2, 3 and 9.
Symbol range may be set through the dash. Most often used inside square brackets.
–
Example 1: (1-5) - any digit from 1 to 5.
–
Example 2: ([1-39]) - example from previous paragraph with other record format.
Symbol 'X' corresponds to any digit from 0 to 9.
–
Example: (1XX) - any three-digit number, starting at 1.
'.' - Previous symbol repeating from 0 to infinity.
'+' - Previous symbol repeating from 1 to infinity.
{a,b} - Previous symbol repeating from 'a' to 'b' times;
{a,} - Previous symbol repeating less than 'a' times;
{,b} - Previous symbol repeating less than 'b' times.
Example: (810X.) - international number with any digits amount.
Settings that affect dialplan processing:
Interdigit Long Timer
('L' digit in dialplan entry)
- next digit input waiting time, if there are no
patterns that appropriate for dialed combination;