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:
parent
455da287bf
commit
04158b8a90
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue