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
46
modules/rhizo_base/templates/vsat.xml.erb
Normal file
46
modules/rhizo_base/templates/vsat.xml.erb
Normal file
|
@ -0,0 +1,46 @@
|
|||
<profile name="vsat">
|
||||
|
||||
<gateways>
|
||||
<X-PRE-PROCESS cmd="include" data="vsat/*.xml"/>
|
||||
</gateways>
|
||||
|
||||
<settings>
|
||||
|
||||
<!-- param name="auto-jitterbuffer-msec" value="100"/ -->
|
||||
<param name="minimum-session-expires" value="90"/>
|
||||
<param name="enable-time" value="false"/>
|
||||
<param name="debug" value="0"/>
|
||||
|
||||
<param name="sip-trace" value="no"/>
|
||||
<param name="sip-capture" value="no"/>
|
||||
<param name="rfc2833-pt" value="101"/>
|
||||
|
||||
<param name="sip-port" value="5094"/>
|
||||
<param name="dialplan" value="XML"/>
|
||||
<param name="context" value="public"/>
|
||||
<param name="dtmf-duration" value="2000"/>
|
||||
<param name="inbound-codec-prefs" value="OPUS@8000h@20i,G729"/>
|
||||
<param name="outbound-codec-prefs" value="OPUS@8000h@20i,G729"/>
|
||||
<param name="rtp-timer-name" value="soft"/>
|
||||
|
||||
<param name="local-network-acl" value="localnet.auto"/>
|
||||
<param name="manage-presence" value="false"/>
|
||||
|
||||
<param name="aggressive-nat-detection" value="false"/>
|
||||
<param name="nat-options-ping" value="false"/>
|
||||
<param name="inbound-codec-negotiation" value="greedy"/>
|
||||
<param name="nonce-ttl" value="60"/>
|
||||
<param name="auth-calls" value="false"/>
|
||||
<param name="inbound-late-negotiation" value="true"/>
|
||||
<param name="inbound-zrtp-passthru" value="true"/> <!-- (also enables late negotiation) -->
|
||||
|
||||
<param name="rtp-ip" value="$${local_ip_v4}"/>
|
||||
<param name="sip-ip" value="$${local_ip_v4}"/>
|
||||
<param name="ext-rtp-ip" value="$${local_ip_v4}"/>
|
||||
<param name="ext-sip-ip" value="$${local_ip_v4}"/>
|
||||
<param name="rtp-timeout-sec" value="90"/>
|
||||
<param name="rtp-hold-timeout-sec" value="1800"/>
|
||||
|
||||
</settings>
|
||||
|
||||
</profile>
|
Loading…
Add table
Add a link
Reference in a new issue