'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:
parent
b38f91dfa9
commit
1bd5c4d553
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue