[Freeswitch-svn] [commit] r9859 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Mon Oct 6 16:52:49 EDT 2008
Author: brian
Date: Mon Oct 6 16:52:48 2008
New Revision: 9859
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
tweak
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Mon Oct 6 16:52:48 2008
@@ -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>
More information about the Freeswitch-svn
mailing list