[Freeswitch-svn] [commit] r7874 - freeswitch/trunk/conf/dialplan
    Freeswitch SVN 
    brian at freeswitch.org
       
    Wed Mar 12 01:18:32 EDT 2008
    
    
  
Author: brian
Date: Wed Mar 12 01:18:30 2008
New Revision: 7874
Modified:
   freeswitch/trunk/conf/dialplan/default.xml
Log:
tweak, and yes this works too ;) 
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Wed Mar 12 01:18:30 2008
@@ -142,7 +142,7 @@
     <extension name="cf">
       <condition field="destination_number" expression="^cf$">
 	<action application="answer"/>
-	<action application="transfer" data="-both 3000"/>
+	<action application="transfer" data="-both 30${dialed_extension:2}"/>
       </condition>
     </extension>
 
    
    
More information about the Freeswitch-svn
mailing list