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

Freeswitch SVN brian at freeswitch.org
Sat Oct 11 00:49:49 EDT 2008


Author: brian
Date: Sat Oct 11 00:49:48 2008
New Revision: 9956

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

Log:
typo

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Sat Oct 11 00:49:48 2008
@@ -243,7 +243,7 @@
     <!-- voicemail main extension -->
     <extension name="vmain">
       <condition field="destination_number" expression="^vmain|4000$">
-	<action application="aswer"/>
+	<action application="answer"/>
 	<action application="sleep" data="1000"/>
 	<action application="voicemail" data="check default ${domain_name}"/>  
       </condition>



More information about the Freeswitch-svn mailing list