]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorBrian West <brian@freeswitch.org>
Sat, 11 Oct 2008 04:49:48 +0000 (04:49 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 11 Oct 2008 04:49:48 +0000 (04:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9956 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index 7a9933449a211bc928bc8ddfebae4a442f80dfed..54da9426fff1065ac04ccbbcd217c19ec3f76527 100644 (file)
     <!-- 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>