mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-04 06:59:19 +00:00
Update ring_group_edit.php (#7731)
In order for call recording transcription through a ring group to show both channels we need to set the variable record_stereo=true
This commit is contained in:
@@ -476,6 +476,7 @@
|
||||
$dialplan_xml .= " <action application=\"ring_ready\" data=\"\"/>\n";
|
||||
}
|
||||
$dialplan_xml .= " <action application=\"set\" data=\"ring_group_uuid=".xml::sanitize($ring_group_uuid)."\"/>\n";
|
||||
$dialplan_xml .= " <action application=\"set\" data=\"record_stereo=true\"/>\n";
|
||||
$dialplan_xml .= " <action application=\"lua\" data=\"app.lua ring_groups\"/>\n";
|
||||
$dialplan_xml .= " </condition>\n";
|
||||
$dialplan_xml .= "</extension>\n";
|
||||
|
||||
Reference in New Issue
Block a user