git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9859 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-10-06 20:52:48 +00:00
parent 7810e81cd8
commit dbfd08eede
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,8 @@
<!-- voicemail main extension -->
<extension name="vmain">
<condition field="destination_number" expression="^vmain|4000$">
<action application="aswer"/>
<action application="sleep" data="1000"/>
<action application="voicemail" data="check default ${domain_name}"/>
</condition>
</extension>