• 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
名称
最后提交
最后更新
..
applications 正在载入提交数据...
asr_tts/mod_cepstral 正在载入提交数据...
codecs 正在载入提交数据...
dialplans 正在载入提交数据...
directories/mod_ldap 正在载入提交数据...
endpoints 正在载入提交数据...
event_handlers 正在载入提交数据...
formats/mod_sndfile 正在载入提交数据...
languages 正在载入提交数据...
loggers 正在载入提交数据...
timers/mod_softtimer 正在载入提交数据...
xml_int/mod_xml_rpc 正在载入提交数据...