Add record_append=false (#3854)

When re-recording the extension voice mail name the new recorded name is appended to the old recorded name file.  The new recorded name should replace the old recorded name.
This commit is contained in:
emaktech
2018-11-14 00:38:12 -05:00
committed by FusionPBX
parent 65ea399502
commit 18b6d4e920

View File

@@ -5,6 +5,7 @@
<condition field="destination_number" expression="^${caller_id_number}$">
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="set" data="record_append=false"/>
<action application="set" data="voicemail_action=check"/>
<action application="set" data="voicemail_id=${caller_id_number}"/>
<action application="set" data="voicemail_profile=default"/>