Added CDR dropdown for showing CC Queue calls (#6869)

* Added dropdown for filtering Call Center Queues

* added more translations

* fixed the wrong permission that I had originally

* added the  Call Center dropdown to advanced search
This commit is contained in:
Antonio Fernandez
2024-01-13 14:14:51 -07:00
committed by GitHub
parent e665299fe4
commit 69fc0c8378
5 changed files with 89 additions and 2 deletions
+24
View File
@@ -3048,6 +3048,30 @@ $text['label-format']['zh-cn'] = "格式";
$text['label-format']['ja-jp'] = "フォーマット";
$text['label-format']['ko-kr'] = "체재";
$text['label-cc-queue']['en-us'] = "Call Center Queue";
$text['label-cc-queue']['en-gb'] = "Call Centre Queue";
$text['label-cc-queue']['ar-eg'] = "قائمة انتظار مركز الاتصال";
$text['label-cc-queue']['de-at'] = "Callcenter-Warteschlange";
$text['label-cc-queue']['de-ch'] = "Callcenter-Warteschlange";
$text['label-cc-queue']['de-de'] = "Callcenter-Warteschlange";
$text['label-cc-queue']['es-cl'] = "Cola del centro de llamadas";
$text['label-cc-queue']['es-mx'] = "Cola del centro de llamadas";
$text['label-cc-queue']['fr-ca'] = "File d'attente du centre d'appels";
$text['label-cc-queue']['fr-fr'] = "File d'attente du centre d'appels";
$text['label-cc-queue']['he-il'] = "תור למוקד טלפוני";
$text['label-cc-queue']['it-it'] = "Coda del call center";
$text['label-cc-queue']['nl-nl'] = "Callcenter-wachtrij";
$text['label-cc-queue']['pl-pl'] = "Kolejka do call center";
$text['label-cc-queue']['pt-br'] = "Fila da central de atendimento";
$text['label-cc-queue']['pt-pt'] = "Fila da central de atendimento";
$text['label-cc-queue']['ro-ro'] = "Coada centrului de apeluri";
$text['label-cc-queue']['ru-ru'] = "Очередь в колл-центр";
$text['label-cc-queue']['sv-se'] = "Call Center-kö";
$text['label-cc-queue']['uk-ua'] = "Черга кол-центру";
$text['label-cc-queue']['zh-cn'] = "呼叫中心队列";
$text['label-cc-queue']['ja-jp'] = "コールセンターのキュー";
$text['label-cc-queue']['ko-kr'] = "콜센터 대기열";
$text['description_search']['en-us'] = "<u>Note</u>: Destination and Caller ID (CID) Name fields support the use of an <i>asterisk</i> ('*') as a wildcard character.";
$text['description_search']['en-gb'] = "<u>Note</u>: Destination and Caller ID (CID) Name fields support the use of an <i>asterisk</i> ('*') as a wildcard character.";
$text['description_search']['ar-eg'] = "يدعم حقلا الوجهة واسم تعريف المتصل استخدام علامة النجمة كحرف بدل.";