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
13
modules/rhizo_base/templates/mux-out.sbcprofile.conf.erb
Normal file
13
modules/rhizo_base/templates/mux-out.sbcprofile.conf.erb
Normal file
|
@ -0,0 +1,13 @@
|
|||
next_hop=<%= @vsat_serv_ip_address %>:5090
|
||||
RURI=sip:$rU@<%= @vsat_serv_ip_address %>
|
||||
|
||||
b_rtp_mux_ip==<%= @vsat_serv_ip_address %>
|
||||
b_rtp_mux_port=<%= @rtp_mux_port %>
|
||||
|
||||
enable_rtprelay=yes
|
||||
|
||||
# RTP interface to use for A leg
|
||||
aleg_rtprelay_interface=rhizo
|
||||
|
||||
# RTP interface to use for B leg
|
||||
rtprelay_interface=vsat
|
Loading…
Add table
Add a link
Reference in a new issue