1. 30 8月, 2006 6 次提交
  2. 29 8月, 2006 15 次提交
  3. 28 8月, 2006 7 次提交
  4. 27 8月, 2006 5 次提交
  5. 26 8月, 2006 3 次提交
  6. 25 8月, 2006 4 次提交
    • Anthony Minessale's avatar
      Adding mod_sofia to the tree so we can work on it easier.... · 4bb6f969
      Anthony Minessale 提交于
      I am not adding it to the examples or to the modules.conf because it's not really ready for that yet.
      This is only 1.5 days old from scratch at this point but the brave hearted who want to play with it can do the following:
      
      Add this to modules.conf:
      -----------------------------------------------------------------------------
      endpoints/mod_sofia
      -----------------------------------------------------------------------------
      
      Add this to freeswitch.xml in the configuration/modules.conf area
      -----------------------------------------------------------------------------
      <load module="mod_sofia"/>
      -----------------------------------------------------------------------------
      
      Add this to freeswitch.xml in the configuration section
      
      -----------------------------------------------------------------------------
          <configuration name="sofia.conf" description="sofia Endpoint">
            <!-- You may have multiple profiles -->
            <profile name="test">
              <param name="rfc2833-pt" value="101"/>
              <param name="sip-port" value="5060"/>
              <param name="dialplan" value="XML"/>
              <param name="dtmf-duration" value="100"/>
              <param name="codec-prefs" value="PCMU"/>
              <param name="use-rtp-timer" value="true"/>
              <param name="rtp-ip" value="127.0.0.1"/>
              <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"/> -->
      
              <!-- VAD choose one (out is a good choice); -->
              <!-- <param name="vad" value="in"/> -->
              <!-- <param name="vad" value="out"/> -->
              <!-- <param name="vad" value="both"/> -->
      	<!--<param name="alias" value="sip:208.64.200.40:5555"/>-->
            </profile>
          </configuration>
      -----------------------------------------------------------------------------
      
      The call string to use profile test would be:
      
      sofia/test/1000@1.2.3.4
      
      as in:
      
      <action application="bridge" data="sofia/test/1000@1.2.3.4"/>
      
      
      
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2398 d0543943-73ff-0310-b7d9-9358b9ac24b2
      4bb6f969
    • Michael Jerris's avatar
      Turn crash protect on by default for release builds. · b8974012
      Michael Jerris 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2397 d0543943-73ff-0310-b7d9-9358b9ac24b2
      b8974012
    • Brian West's avatar
      89604ff7
    • Brian West's avatar
      This bugs me :P It's gotta match · a4bd6038
      Brian West 提交于
      git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2395 d0543943-73ff-0310-b7d9-9358b9ac24b2
      a4bd6038