Update call_center_queue_edit.php
This commit is contained in:
@@ -327,7 +327,9 @@
|
|||||||
$dialplan_xml .= " <condition field=\"destination_number\" expression=\"^".$queue_extension."$\">\n";
|
$dialplan_xml .= " <condition field=\"destination_number\" expression=\"^".$queue_extension."$\">\n";
|
||||||
$dialplan_xml .= " <action application=\"answer\" data=\"\"/>\n";
|
$dialplan_xml .= " <action application=\"answer\" data=\"\"/>\n";
|
||||||
$dialplan_xml .= " <action application=\"set\" data=\"hangup_after_bridge=true\"/>\n";
|
$dialplan_xml .= " <action application=\"set\" data=\"hangup_after_bridge=true\"/>\n";
|
||||||
$dialplan_xml .= " <action application=\"set\" data=\"cc_base_score=".$queue_default_time_base_score."\"/>\n";
|
if ($queue_default_time_base_score != '') {
|
||||||
|
$dialplan_xml .= " <action application=\"set\" data=\"cc_base_score=".$queue_default_time_base_score."\"/>\n";
|
||||||
|
}
|
||||||
if ($queue_greeting_path != '') {
|
if ($queue_greeting_path != '') {
|
||||||
$greeting_array = explode(':', $queue_greeting_path);
|
$greeting_array = explode(':', $queue_greeting_path);
|
||||||
if (count($greeting_array) == 1) {
|
if (count($greeting_array) == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user