2009-10-24 01:48:45 +00:00
|
|
|
<configuration name="h323.conf" description="H323 Endpoints">
|
|
|
|
<settings>
|
|
|
|
<param name="trace-level" value="10"/>
|
|
|
|
<param name="context" value="default"/>
|
|
|
|
<param name="dialplan" value="XML"/>
|
2009-11-04 19:00:53 +00:00
|
|
|
<param name="codec-prefs" value="PCMA,PCMU,GSM,G729"/>
|
2010-07-23 12:25:48 +04:00
|
|
|
<param name="use-rtp-timer" value="true"/> <!-- enable RTP timer - should always be enabled -->
|
|
|
|
<param name="rtp-timer-name" value="soft"/> <!-- Timer name, soft is default -->
|
|
|
|
<!-- <param name="ptime-override-value" value="20"/> --> <!-- Override negotiated ptime value with this value -->
|
2009-10-24 01:48:45 +00:00
|
|
|
<param name="gk-address" value=""/> <!-- empty to disable, "*" to search LAN -->
|
|
|
|
<param name="gk-identifer" value=""/> <!-- optional name of gk -->
|
2011-05-22 12:37:13 +04:00
|
|
|
<param name="gk-interface" value=""/> <!-- optional UDP listener interface (IP:port) -->
|
2009-10-26 16:40:11 +00:00
|
|
|
<param name="gk-retry" value="30"/> <!-- optional GK register retry timer -->
|
|
|
|
<param name="faststart" value="true"/> <!-- optional -->
|
|
|
|
<param name="h245tunneling" value="true"/> <!-- optional -->
|
|
|
|
<param name="h245insetup" value="true"/> <!-- optional -->
|
|
|
|
<param name="jitter-size" value="60"/> <!-- optional -->
|
2009-12-11 12:18:29 +00:00
|
|
|
<param name="progress-indication" value="8"/> <!-- optional - PI value in progress message-->
|
|
|
|
<param name="alerting-indication" value="8"/> <!-- optional - PI value in alerting message-->
|
2010-07-07 20:22:56 +04:00
|
|
|
<param name="endpoint-name" value="fs"/>
|
2010-07-23 12:46:40 +04:00
|
|
|
<param name="fax-old-asn" value="true"/>
|
2009-10-24 01:48:45 +00:00
|
|
|
</settings>
|
|
|
|
<listeners>
|
|
|
|
<listener name="default">
|
|
|
|
<param name="h323-ip" value="$${local_ip_v4}"/>
|
|
|
|
<param name="h323-port" value="1720"/>
|
|
|
|
</listener>
|
|
|
|
</listeners>
|
|
|
|
</configuration>
|
|
|
|
|