From eca893c0d027937879d80622fa7562b44beabb42 Mon Sep 17 00:00:00 2001 From: Brian West <brian@freeswitch.org> Date: Sat, 11 Oct 2008 04:49:48 +0000 Subject: [PATCH] typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9956 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/dialplan/default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/dialplan/default.xml b/conf/dialplan/default.xml index 7a9933449a..54da9426ff 100644 --- a/conf/dialplan/default.xml +++ b/conf/dialplan/default.xml @@ -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>