[Freeswitch-svn] [commit] r6683 - in freeswitch/trunk/conf: dialplan directory directory/default

Freeswitch SVN brian at freeswitch.org
Tue Dec 11 18:03:45 EST 2007


Author: brian
Date: Tue Dec 11 18:03:45 2007
New Revision: 6683

Modified:
   freeswitch/trunk/conf/dialplan/default.xml
   freeswitch/trunk/conf/directory/default.xml
   freeswitch/trunk/conf/directory/default/1000.xml

Log:
}

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue Dec 11 18:03:45 2007
@@ -105,7 +105,7 @@
 	<anti-action application="set" data="continue_on_fail=true"/>
 	<anti-action application="db" data="insert/call_return/${dialed_ext}/${caller_id_number}"/>
 	<anti-action application="db" data="insert/last_dial_ext/${dialed_ext}/${uuid}"/>
-	<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	Tue Dec 11 18:03:45 2007
@@ -1,6 +1,10 @@
 <include>
   <!--the domain or ip (the right hand side of the @ in the addr-->
   <domain name="$${domain}">
+    <params>
+      <param name="dial-string" value="sofia/${dialed_domain}/${dialed_user}"/>
+    </params>
+
     <X-PRE-PROCESS cmd="include" data="default/*.xml"/>
   </domain>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1000.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1000.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1000.xml	Tue Dec 11 18:03:45 2007
@@ -5,7 +5,6 @@
       <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>
     <variables>
       <variable name="user_context" value="default"/>



More information about the Freeswitch-svn mailing list