2N VoiceBlue Enterprise - User Manual User Manual

Page 39

Advertising
background image

Administration 3-15

ls [<idx>] - same as a previous command

add - adds route to the list, there are other parameters needed,
some of them required (parameters can be written in an arbitrary
order).

name=<route name> - specifies Route name, required

lines=<valid_line_1,valid_line_2,...> - specifies Lines for route, all
lines must be valid, separated by comma, required

timeint=<valid_timeint_1;valid_timeint_2;...> - specifies time
intervals, all time intervals must be valid, separated by semicolon,
required CLIP|CLIR - specifies CLIP or CLIR, if not present,
value default will be used (default value is not listed), not required

desc=<description> - specifies Description, not required

replace idx=<idx> - replaces route with an <idx> specified. If
route list is empty, this command is not allowed, same parameters
as for previous command are possible, if some parameter is
omitted when replacing, original value will be used

del <idx> - deletes route with an <idx> specified

Example: There are two routes in a list. User decides to add new
one with Name value ”gsm1”, Lines value GSM1, timeint value
weekend;workdays, CLIP and no Description, then to change
CLIP parameter to the default value and finally to delete first route
in a list. Command line shell, type help for more information or
type exit to quit

>route ls

idx=0

name="all

gsm"

lines=GSM1,GSM2,GSM3,GSM4

timeint=weekdays;weekend;workdays

CLIP desc="All GSM route"

idx=1

name="sip"

lines=SIM:8942001103538068335

timeint=weekdays;weekend;workdays

desc=""

>

>route add name=gsm1 lines=GSM1 timeint=weekend;workdays
CLIP

Added successfuly

Advertising