Add hangup to the destination select list.

This commit is contained in:
markjcrane
2016-01-12 21:07:49 -07:00
parent 89dd11cf3e
commit b422117500
2 changed files with 14 additions and 0 deletions

View File

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

View File

@@ -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}';