[Freeswitch-svn] [commit] r2901 - in freeswitch/trunk: . conf
Freeswitch SVN
anthm at freeswitch.org
Sat Sep 30 15:16:55 EDT 2006
Author: anthm
Date: Sat Sep 30 15:16:55 2006
New Revision: 2901
Modified:
freeswitch/trunk/conf/freeswitch.xml
freeswitch/trunk/modules.conf.in
Log:
adios to exosip
Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml (original)
+++ freeswitch/trunk/conf/freeswitch.xml Sat Sep 30 15:16:55 2006
@@ -28,8 +28,7 @@
<!-- <load module="mod_ldap"/> -->
<!-- Endpoints -->
- <load module="mod_exosip"/>
- <!--<load module="mod_sofia"/>-->
+ <load module="mod_sofia"/>
<!--<load module="mod_iax"/>-->
<load module="mod_portaudio"/>
<!-- <load module="mod_woomera"/> -->
@@ -178,46 +177,6 @@
</settings>
</configuration>
- <configuration name="exosip.conf" description="Exosip Endpoint">
- <settings>
- <param name="port" value="5060"/>
- <param name="dialplan" value="XML"/>
- <param name="dtmf-duration" value="100"/>
- <!-- the @20 is optional number of ms you want to use. Use it only
- if you know the codec supports it -->
- <param name="codec-prefs" value="PCMU at 20i,PCMA at 20i"/>
- <!-- Example to call for speex in wideband 16k mode
- you can have up to 2 '@; after the codec name followed by either
- 'i' (interval eg 20i for 20ms) or 'k' (kilohertz eg 16000k for 16khz)-->
- <!--<param name="codec-prefs" value="SPEEX at 16000k"/>-->
- <!-- Payload number to bind DTMF to-->
- <param name="rfc2833-pt" value="101"/>
- <!-- disable to trade async for more calls -->
- <param name="use-rtp-timer" value="true"/>
- <!-- auto sense NAT issues and adjust accordingly -->
- <param name="use-rtp-auto-adjust" value="true"/>
- <!-- pick one (default if not specified is 'guess'); -->
- <param name="rtp-ip" value="guess"/>
- <!-- <param name-"rtp-ip" value="10.0.0.1"/> -->
- <!-- leave commented or 0.0.0.0 for all ip -->
- <!-- <param name="sip-ip" value="127.0.0.1"/> -->
-
- <!-- optional ; -->
- <!-- <param name="ext-rtp-ip" value="stun:stun.server.com"/> -->
- <!-- <param name="ext-rtp-ip" value="100.101.102.103"/> -->
-
- <!-- specify 'myrealm' with certian key -->
- <!-- use !myrealm! at beginning of url to activate -->
- <!-- exosip/!myrealm!1000 at dest -->
- <!-- srtp:<param name="myrealm" value="ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"/> -->
-
- <!-- VAD choose one (out is a good choice); -->
- <!-- <param name="vad" value="in"/> -->
- <!-- <param name="vad" value="out"/> -->
- <!-- <param name="vad" value="both"/> -->
- </settings>
- </configuration>
-
<configuration name="woomera.conf" description="Woomera Endpoint">
<settings>
<param name="debug" value="0"/>
@@ -470,13 +429,13 @@
could have been under the same <extension> tag as well.
-->
<extension name="playsound1" continue="true">
- <condition field="source" expression="mod_exosip"/>
+ <condition field="source" expression="mod_sofia"/>
<condition field="destination_number" expression="^4(\d+)">
<action application="playback" data="/var/sounds/beep.gsm"/>
</condition>
</extension>
<extension name="playsound2">
- <condition field="source" expression="mod_exosip"/>
+ <condition field="source" expression="mod_sofia"/>
<condition field="destination_number" expression="^4(\d+)">
<action application="playback" data="/root/$1.raw"/>
</condition>
Modified: freeswitch/trunk/modules.conf.in
==============================================================================
--- freeswitch/trunk/modules.conf.in (original)
+++ freeswitch/trunk/modules.conf.in Sat Sep 30 15:16:55 2006
@@ -26,7 +26,6 @@
dialplans/mod_dialplan_xml
#directories/mod_ldap
endpoints/mod_dingaling
-#endpoints/mod_exosip
endpoints/mod_iax
endpoints/mod_portaudio
endpoints/mod_sofia
More information about the Freeswitch-svn
mailing list