VoIP configuration
U
SER
G
UIDE
334
set voip user-terminal-group create goofy
set voip user-terminal-group pluto hunting-mode ordered
set voip user-terminal-group pluto hunting-scan oneshot
set voip user-terminal-group pluto timerprionoreplay 10
set voip user-terminal-group pluto add pots2
set voip user-terminal-group pluto add pots1
set voip user-terminal-group pluto enable yes
set voip call-mng inbound opensip2pluto source-trunk opensip destination pluto incoming-number all-number
Line-hunting ordered/circular
The Line Policy expects the
hunting-mode
to be
ordered
and the
hunting-scan
to be
circular
.
Every incoming call will be always routed to the first terminal associated with the Line Group (
pots2
as in the example below).
After a first ring cycle is completed and it has not obtained an answer, other two cycle will start.
The configuration is implemented using the command
enable
.
The
inbound
rule hijacks an incoming call from a trunk to the Line Group (the SIP trunk is
opensip
as in the example below):
set voip user-terminal-group create goofy
set voip user-terminal-group pluto hunting-mode ordered
set voip user-terminal-group pluto hunting-scan circular
set voip user-terminal-group pluto timerprionoreplay 10
set voip user-terminal-group pluto add pots2
set voip user-terminal-group pluto add pots1
set voip user-terminal-group pluto enable yes
set voip call-mng inbound opensip2pluto source-trunk opensip destination pluto incoming-number all-number
Line-hunting round-robin/oneshot
The Line Policy expects the
hunting-mode
to be
round-robin
and the
hunting-scan
to be
oneshot
.
Every new incoming call will be routed alternately to
pots2
and
pots1
.
After a first ring cycle is completed and it has not obtained an answer, the call will be rejected.
The configuration is implemented using the command
enable
.
The
inbound
rule hijacks an incoming call from a trunk to the Line Group (the SIP trunk is
opensip
as in the example below):
set voip user-terminal-group create pluto
set voip user-terminal-group pluto hunting-mode round-robin
set voip user-terminal-group pluto hunting-scan oneshot
set voip user-terminal-group pluto timerprionoreplay 10
set voip user-terminal-group pluto add pots2
set voip user-terminal-group pluto add pots1
set voip user-terminal-group pluto enable yes