[Freeswitch-svn] [commit] r6302 - freeswitch/trunk/conf/dialplan
    Freeswitch SVN 
    brian at freeswitch.org
       
    Fri Nov 16 08:47:34 EST 2007
    
    
  
Author: brian
Date: Fri Nov 16 08:47:33 2007
New Revision: 6302
Modified:
   freeswitch/trunk/conf/dialplan/default.xml
Log:
lets actually use the var we set.
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Fri Nov 16 08:47:33 2007
@@ -46,7 +46,7 @@
   <!-- dial the freeswitch conference via SIP-->
   <extension name="FS_Conf_SIP">
     <condition field="destination_number" expression="^888$">
-      <action application="bridge" data="sofia/default/888 at conference.freeswitch.org"/>
+      <action application="bridge" data="sofia/${use_profile}/888 at conference.freeswitch.org"/>
     </condition>
   </extension>
 
    
    
More information about the Freeswitch-svn
mailing list