[Freeswitch-svn] [commit] r6926 - freeswitch/trunk/conf/dialplan

Freeswitch SVN mikej at freeswitch.org
Thu Dec 20 22:07:52 EST 2007


Author: mikej
Date: Thu Dec 20 22:07:52 2007
New Revision: 6926

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

Log:
typos

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Thu Dec 20 22:07:52 2007
@@ -31,7 +31,7 @@
       <!-- This will setup some variables if the user isn't authenticated.
 	   numbering_plan is required for the demo to function properly. 
       -->
-      <condition field="${numbering_plan}" condition="^$">
+      <condition field="${numbering_plan}" expression="^$">
 	<action application="set_user" data="default@${domain}"/>
       </condition>
       <condition>



More information about the Freeswitch-svn mailing list