mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-06 07:59:23 +00:00
Fix uuid_record
When combined with api_on_answer it doesn't always record the calls it's supposed to record.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<action application="set" data="record_append=true" inline="true" enabled="true"/>
|
||||
<action application="set" data="record_in_progress=true" inline="true" enabled="true"/>
|
||||
<action application="set" data="${uuid_record ${uuid} start ${record_path}/${record_name}}" inline="false" enabled="false"/>
|
||||
<action application="set" data="api_on_answer=uuid_record ${uuid} start ${record_path}/${record_name}" inline="false" enabled="true"/>
|
||||
<action application="set" data="uuid_record_result=${uuid_record ${uuid} start ${record_path}/${record_name}}"/>
|
||||
<action application="set" data="record_answer_req=true" enabled="true"/>
|
||||
<action application="record_session" data="${record_path}/${record_name}" enabled="false"/>
|
||||
</condition>
|
||||
|
||||
Reference in New Issue
Block a user