'record_append=false' for *732 (#4444)

Without this setting the recordings will append. It may depend on FS versions, but better to be explicit.
This commit is contained in:
konradSC
2019-08-16 16:43:00 -04:00
committed by FusionPBX
parent b38f91dfa9
commit 1bd5c4d553

View File

@@ -5,6 +5,7 @@
<action application="set" data="pin_number={v_pin_number}"/>
<action application="set" data="recording_id="/>
<action application="set" data="recording_prefix=recording"/>
<action application="set" data="record_append=false"/>
<action application="lua" data="recordings.lua"/>
</condition>
</extension>