mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-23 17:08:27 +00:00
Add hangup to the destination select list.
This commit is contained in:
@@ -118,6 +118,16 @@ $text['option-company_directory']['sv-se'] = "Företagskatalog";
|
||||
$text['option-company_directory']['uk'] = "Каталог компаній";
|
||||
$text['option-company_directory']['de-at'] = "Firmenverzeichnis";
|
||||
|
||||
$text['option-hangup']['en-us'] = "Hangup";
|
||||
$text['option-hangup']['es-cl'] = "Colgar";
|
||||
$text['option-hangup']['pt-pt'] = "Desligar";
|
||||
$text['option-hangup']['fr-fr'] = "Raccrocher";
|
||||
$text['option-hangup']['pt-br'] = "Desligar";
|
||||
$text['option-hangup']['pl'] = "Odwieszenie";
|
||||
$text['option-hangup']['sv-se'] = "Lägg på";
|
||||
$text['option-hangup']['uk'] = "роз'єднання";
|
||||
$text['option-hangup']['de-at'] = "Auflegen";
|
||||
|
||||
$text['option-record']['en-us'] = "Record";
|
||||
$text['option-record']['es-cl'] = "Registro";
|
||||
$text['option-record']['pt-pt'] = "Registro";
|
||||
|
||||
@@ -97,6 +97,10 @@ class destinations {
|
||||
$this->destinations[$x]['result']['data'][$y]['name'] = '*411';
|
||||
$this->destinations[$x]['result']['data'][$y]['destination'] = '*411 XML ${context}';
|
||||
$y++;
|
||||
$this->destinations[$x]['result']['data'][$y]['label'] = 'hangup';
|
||||
$this->destinations[$x]['result']['data'][$y]['name'] = 'hangup';
|
||||
$this->destinations[$x]['result']['data'][$y]['destination'] = '';
|
||||
$y++;
|
||||
$this->destinations[$x]['result']['data'][$y]['label'] = 'record';
|
||||
$this->destinations[$x]['result']['data'][$y]['name'] = '*732';
|
||||
$this->destinations[$x]['result']['data'][$y]['destination'] = '*732 XML ${context}';
|
||||
|
||||
Reference in New Issue
Block a user