mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-19 06:58:28 +00:00
Update call_center_queue_edit.php
This commit is contained in:
@@ -232,6 +232,7 @@
|
||||
$dialplan_xml .= " <condition field=\"destination_number\" expression=\"^".escape($queue_extension)."$\">\n";
|
||||
$dialplan_xml .= " <action application=\"answer\" data=\"\"/>\n";
|
||||
$dialplan_xml .= " <action application=\"set\" data=\"hangup_after_bridge=true\"/>\n";
|
||||
$dialplan_xml .= " <action application=\"playback\" data=\"".escape($queue_greeting)."\"/>\n";
|
||||
if (strlen($queue_cid_prefix) > 0) {
|
||||
$dialplan_xml .= " <action application=\"set\" data=\"effective_caller_id_name=".$queue_cid_prefix."#\${caller_id_name}\"/>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user