[Freeswitch-svn] [commit] r2836 - freeswitch/trunk/conf
Freeswitch SVN
mikej at freeswitch.org
Mon Sep 25 20:00:56 EDT 2006
Author: mikej
Date: Mon Sep 25 20:00:55 2006
New Revision: 2836
Modified:
freeswitch/trunk/conf/freeswitch.xml
Log:
fix timer name.
Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml (original)
+++ freeswitch/trunk/conf/freeswitch.xml Mon Sep 25 20:00:55 2006
@@ -112,7 +112,7 @@
<param name="codec-prefs" value="PCMU at 20i"/>
<param name="codec-ms" value="20"/>
<param name="use-rtp-timer" value="true"/>
- <param name="rtp-timer-name" value="thread_soft"/>
+ <param name="rtp-timer-name" value="soft"/>
<param name="rtp-ip" value="192.168.1.20"/>
<param name="sip-ip" value="192.168.1.20"/>
<!-- optional ; -->
More information about the Freeswitch-svn
mailing list