[Freeswitch-svn] [commit] r11747 - freeswitch/trunk/conf/dialplan
    FreeSWITCH SVN 
    brian at freeswitch.org
       
    Tue Feb 10 21:07:56 PST 2009
    
    
  
Author: brian
Date: Tue Feb 10 23:07:56 2009
New Revision: 11747
Log:
 this makes more sense
Modified:
   freeswitch/trunk/conf/dialplan/default.xml
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue Feb 10 23:07:56 2009
@@ -216,7 +216,7 @@
 	<action application="set" data="dialed_extension=$1"/>
 	<action application="export" data="dialed_extension=$1"/>
       </condition>
-      <condition field="destination_number" expression="^${caller_id_number}$">
+      <condition field="${sip_authorized}" expression="^true">
 	<action application="set" data="voicemail_authorized=${sip_authorized}"/>
 	<action application="answer"/>
 	<action application="sleep" data="1000"/>
    
    
More information about the Freeswitch-svn
mailing list