User`s manual

-fxs create routing table for incoming call from FXS TELs.
(route –fxs dst “destination port type” e164 “SIP number
of port”)
-fxo create routing table for incoming call from FXO Lines.
(route –fxo dst “destination port type” e164 “SIPnumber
of port”)
prefix prefix of dialed number
dst destination port, 0 means FXS TELs, 1 means FXO Lines, 2
means IP side, x means no determinate number.
e164 destination SIP number. This only need to be set when routed
port is FXS TELs or FXO Lines to determine which port will
this call be routed to.
min minimum digits needed.
max maximum digits needed.
hunt set hunt method for busy forward. 0 means no hunting, 1
means hunting method follows the rule of [line], 2 means
hunting method is to hunt between all ports in the same type,
for example, destination port is FXS TEL will hunt in all FXS
TELs, destination port is FXO Lines will hunt in all FXO Lines.
Usage Example:
1. route –add prefix 100 dst 0 e164 1001 min 1 max 3 hunt 1
This command means if gateway has incoming call’s prefix number is
100, and total digits is between 1 to 3, this call will be routed to FXS
TEL 1001, and if TEL 1001 is busy, call will be routed to another FXS
TEL.
2. route –ip dst 1 e164 1002
This command means incoming call from IP side will be routed to FXO
Line of number 1002.
3. route –fxs dst 1 e164 1002
This command means incoming call from FXS TELs will be routed to
FXO Line of number 1002.
4. route –fxo dst 2
This command means incoming call from FXO Lines will be routed to
IP side.
Note:
(1) When destination is IP side, SIP number doesn’t need to
63