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:
Andy-Seattle
2026-02-02 14:54:31 -08:00
committed by GitHub
parent a9c24ab96a
commit 06cde6a64a

View File

@@ -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";