]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
adios to exosip
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 30 Sep 2006 19:16:55 +0000 (19:16 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 30 Sep 2006 19:16:55 +0000 (19:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2901 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml
modules.conf.in

index 4b63236002f2523c220072985e6aa71d6ba75c95..9099834b7d064ef219d43ab98ddc4dc6e5d00e7c 100644 (file)
@@ -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"/> -->
       </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@20i,PCMA@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@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@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 @@ the desired file.  This is for demo purposes both actions
 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>
index 537b7abcf055285a8aa8f0f29e612b0b7b17a94e..fbf63484e3a3d89309a151588e27ce230634ab82 100644 (file)
@@ -26,7 +26,6 @@ codecs/mod_l16
 dialplans/mod_dialplan_xml
 #directories/mod_ldap
 endpoints/mod_dingaling
-#endpoints/mod_exosip
 endpoints/mod_iax
 endpoints/mod_portaudio
 endpoints/mod_sofia