beautypg.com

2N VoiceBlue Enterprise - User Manual User Manual

Page 39

background image

Administration 3-15

ls [] - 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= - specifies Route name, required

lines= - specifies Lines for route, all
lines must be valid, separated by comma, required

timeint= - 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= - specifies Description, not required

replace idx= - replaces route with an 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 - deletes route with an 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