Add record_append=false (#3855)

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:37:53 -05:00 committed by FusionPBX
parent 455da287bf
commit 04158b8a90
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<condition field="destination_number" expression="^\*97$">
<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"/>
@ -11,4 +12,4 @@
<!--<action application="voicemail" data="check default ${domain_name} ${caller_id_number}"/>-->
</condition>
</extension>
</context>
</context>