[Freeswitch-svn] [commit] r6556 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Thu Dec 6 18:19:58 EST 2007
Author: brian
Date: Thu Dec 6 18:19:58 2007
New Revision: 6556
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Thu Dec 6 18:19:58 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="USER/${dialed_ext}@$${domain}"/>
+ <anti-action application="bridge" data="sofia/$${domain}/${dialed_ext}"/>
<anti-action application="voicemail" data="default $${domain} ${dialed_ext}"/>
</condition>
</extension>
More information about the Freeswitch-svn
mailing list