mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
mod_iax to default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6574 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4bc03bb392
commit
501fd22d8a
@ -30,7 +30,7 @@ dialplans/mod_dialplan_xml
|
|||||||
dialplans/mod_dialplan_asterisk
|
dialplans/mod_dialplan_asterisk
|
||||||
#directories/mod_ldap
|
#directories/mod_ldap
|
||||||
#endpoints/mod_dingaling
|
#endpoints/mod_dingaling
|
||||||
#endpoints/mod_iax
|
endpoints/mod_iax
|
||||||
#endpoints/mod_portaudio
|
#endpoints/mod_portaudio
|
||||||
endpoints/mod_sofia
|
endpoints/mod_sofia
|
||||||
#endpoints/mod_wanpipe
|
#endpoints/mod_wanpipe
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<configuration name="iax.conf" description="IAX Configuration">
|
<configuration name="iax.conf" description="IAX Configuration">
|
||||||
<settings>
|
<settings>
|
||||||
<param name="debug" value="0"/>
|
<param name="debug" value="0"/>
|
||||||
<!-- <param name="ip" value="1.2.3.4"/> -->
|
<param name="ip" value="$${local_ip_v4}"/>
|
||||||
<param name="port" value="4569"/>
|
<param name="port" value="4569"/>
|
||||||
<param name="dialplan" value="XML"/>
|
<param name="dialplan" value="XML"/>
|
||||||
<param name="codec-prefs" value="PCMU@20i,PCMA,speex,L16"/>
|
<param name="codec-prefs" value="PCMU@20i,PCMA,speex,L16"/>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<!-- Endpoints -->
|
<!-- Endpoints -->
|
||||||
<!-- <load module="mod_dingaling"/> -->
|
<!-- <load module="mod_dingaling"/> -->
|
||||||
<!-- <load module="mod_iax"/> -->
|
<load module="mod_iax"/>
|
||||||
<!-- <load module="mod_portaudio"/> -->
|
<!-- <load module="mod_portaudio"/> -->
|
||||||
<!-- <load module="mod_alsa"/> -->
|
<!-- <load module="mod_alsa"/> -->
|
||||||
<load module="mod_sofia"/>
|
<load module="mod_sofia"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user