[Freeswitch-trunk] [commit] r6521 - in freeswitch/trunk/conf: dialplan directory
Freeswitch SVN
brian at freeswitch.org
Wed Dec 5 13:08:27 EST 2007
Author: brian
Date: Wed Dec 5 13:08:27 2007
New Revision: 6521
Modified:
freeswitch/trunk/conf/dialplan/default.xml
freeswitch/trunk/conf/directory/default.xml
Log:
some new things
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Wed Dec 5 13:08:27 2007
@@ -32,7 +32,7 @@
<anti-action application="set" data="call_timeout=30000"/>
<anti-action application="set" data="hangup_after_bridge=true"/>
<anti-action application="set" data="continue_on_fail=true"/>
- <anti-action application="bridge" data="sofia/$${domain}/${dialed_ext}"/>
+ <anti-action application="bridge" data="USER/${dialed_ext}@$${domain}"/>
<anti-action application="voicemail" data="default $${domain} ${dialed_ext}"/>
</condition>
</extension>
Modified: freeswitch/trunk/conf/directory/default.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default.xml (original)
+++ freeswitch/trunk/conf/directory/default.xml Wed Dec 5 13:08:27 2007
@@ -90,6 +90,7 @@
<param name="vm-password" value="1234"/>
<!--<param name="vm-mailto" value="me at mydomain.com"/>-->
<!--<param name="vm-email-all-messages" value="true"/>-->
+ <param name="dial-string" value="sofia/${use_profile/888 at conference.freeswitch.org"/>
</params>
</user>
More information about the Freeswitch-trunk
mailing list