mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user