[Freeswitch-svn] [commit] r4071 - freeswitch/trunk/conf
Freeswitch SVN
anthm at freeswitch.org
Sat Jan 27 22:05:20 EST 2007
Author: anthm
Date: Sat Jan 27 22:05:20 2007
New Revision: 4071
Modified:
freeswitch/trunk/conf/default_context.xml
freeswitch/trunk/conf/enum.conf.xml
freeswitch/trunk/conf/sofia.conf.xml
Log:
tweak default conf for better first experience
Modified: freeswitch/trunk/conf/default_context.xml
==============================================================================
--- freeswitch/trunk/conf/default_context.xml (original)
+++ freeswitch/trunk/conf/default_context.xml Sat Jan 27 22:05:20 2007
@@ -29,7 +29,7 @@
<!-- Call the FreeSWITCH conference via SIP -->
<!--<extension name="FreeSWITCH Conference SIP">-->
<!--<condition field="destination_number" expression="^888$">-->
- <!--<action application="bridge" data="sofia/test/888 at conference.freeswitch.org"/>-->
+ <!--<action application="bridge" data="sofia/$${domain}/888 at conference.freeswitch.org"/>-->
<!--</condition>-->
<!--</extension> -->
@@ -45,7 +45,7 @@
<!-- Request a certain tone/file to be played while you wait for the call to be answered-->
<action application="set" data="ringback=${us-ring}"/>
<!--<action application="set" data="ringback=/home/ring.wav"/>-->
- <action application="bridge" data="sofia/test/1234 at conference.freeswitch.org"/>
+ <action application="bridge" data="sofia/$${domain}/1234 at conference.freeswitch.org"/>
</condition>
</extension>
@@ -59,7 +59,7 @@
<!-- Start a dynamic conference and call someone at the same time -->
<extension name="2000">
<condition field="destination_number" expression="^2000$">
- <action application="conference" data="bridge:mydynaconf:sofia/test/1234 at conference.freeswitch.org"/>
+ <action application="conference" data="bridge:mydynaconf:sofia/$${domain}/1234 at conference.freeswitch.org"/>
</condition>
</extension>
Modified: freeswitch/trunk/conf/enum.conf.xml
==============================================================================
--- freeswitch/trunk/conf/enum.conf.xml (original)
+++ freeswitch/trunk/conf/enum.conf.xml Sat Jan 27 22:05:20 2007
@@ -4,8 +4,8 @@
</settings>
<routes>
- <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/test/$1"/>
+ <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/$${domain}/$1"/>
<route service="E2U+IAX2" regex="iax2:(.*)" replace="iax/$1"/>
- <route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/jingle/$1"/>
+ <route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/$${domain}/$1"/>
</routes>
</configuration>
Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml (original)
+++ freeswitch/trunk/conf/sofia.conf.xml Sat Jan 27 22:05:20 2007
@@ -17,7 +17,7 @@
<param name="debug" value="1"/>
<param name="rfc2833-pt" value="101"/>
<param name="sip-port" value="5060"/>
- <param name="dialplan" value="XML"/>
+ <param name="dialplan" value="enum,XML"/>
<param name="dtmf-duration" value="100"/>
<param name="codec-prefs" value="$${default_codecs}"/>
<param name="codec-ms" value="20"/>
More information about the Freeswitch-svn
mailing list