Add configuration for vSat
Add sems install and config Add FS profiles for Vsat incoming calls via sems + related gateway
This commit is contained in:
parent
74b07b1fa8
commit
ec16a0ddc1
10 changed files with 939 additions and 0 deletions
14
modules/rhizo_base/templates/mux-in.sbcprofile.conf.erb
Normal file
14
modules/rhizo_base/templates/mux-in.sbcprofile.conf.erb
Normal file
|
@ -0,0 +1,14 @@
|
|||
next_hop=<%= @vpn_ip_address %>:5091
|
||||
RURI=sip:$rU@<%= @vpn_ip_address %>
|
||||
|
||||
a_rtp_mux_ip=<%= @vsat_serv_ip_address %>
|
||||
a_rtp_mux_port=<%= @rtp_mux_port %>
|
||||
|
||||
enable_rtprelay=yes
|
||||
rtprelay_force_symmetric_rtp=no
|
||||
|
||||
# RTP interface to use for A leg
|
||||
aleg_rtprelay_interface=vsat
|
||||
|
||||
# RTP interface to use for B leg
|
||||
rtprelay_interface=rhizo
|
Loading…
Add table
Add a link
Reference in a new issue