mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Prevent recording more than once
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
<condition field="${call_direction}" expression="^local$" break="never">
|
||||
<action application="set" data="record_stereo=true" inline="true"/>
|
||||
</condition>
|
||||
<condition field="${record_path}" expression="^$"/>
|
||||
<condition field="${record_name}" expression="^$"/>
|
||||
<condition field="${record_session}" expression="^true$">
|
||||
<action application="set" data="record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}" inline="true" enabled="true"/>
|
||||
<action application="set" data="record_name=${uuid}.${record_ext}" inline="true" enabled="true"/>
|
||||
|
||||
Reference in New Issue
Block a user