commit
5ad0b07eb5
|
|
@ -755,4 +755,5 @@ else {
|
|||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
?>
|
||||
|
||||
?>
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="cidlookup" number="" continue="true" app_uuid="a0cb498c-6e09-441f-83ea-a7684565c44e" enabled="false">
|
||||
<condition field="${user_exists}" expression="^true$"/>
|
||||
<condition field="${call_direction}" expression="^(inbound)$" break="never">
|
||||
<condition field="${call_direction}" expression="^inbound$">
|
||||
<action application="set" data="effective_caller_id_name=${cidlookup(${caller_id_number})}"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
|
|
|||
|
|
@ -97,6 +97,11 @@ 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]['application'] = '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}';
|
||||
|
|
@ -211,7 +216,7 @@ class destinations {
|
|||
}
|
||||
else {
|
||||
$label = $data['label'];
|
||||
$select_label = str_replace("\${".$key."}", $text2['option-'.$label]."215", $select_label);
|
||||
$select_label = str_replace("\${".$key."}", $text2['option-'.$label], $select_label);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -227,8 +232,13 @@ class destinations {
|
|||
$select_label = str_replace("\${".$key."}", $text2['option-'.$label], $select_label);
|
||||
}
|
||||
}
|
||||
//application: hangup
|
||||
if (strlen($data['application']) > 0) {
|
||||
$select_value = str_replace("transfer", $data['application'], $select_value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$select_value = str_replace("\${domain_name}", $_SESSION['domain_name'], $select_value);
|
||||
$select_value = str_replace("\${context}", $_SESSION['context'], $select_value); //to do: context can come from the array
|
||||
$select_label = str_replace("\${domain_name}", $_SESSION['domain_name'], $select_label);
|
||||
|
|
|
|||
|
|
@ -175,8 +175,10 @@
|
|||
|
||||
--clear the cache
|
||||
if (extension ~= nil) then
|
||||
freeswitch.consoleLog("notice", "[do_not_disturb] memcache delete directory:"..extension.."@"..domain_name);
|
||||
api:execute("memcache", "delete directory:"..extension.."@"..domain_name);
|
||||
if #number_alias > 0 then
|
||||
freeswitch.consoleLog("notice", "[do_not_disturb] memcache delete directory:"..number_alias.."@"..domain_name);
|
||||
api:execute("memcache", "delete directory:"..number_alias.."@"..domain_name);
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1513,4 +1513,4 @@ if(!function_exists('find_php_by_extension')) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
@ -51,17 +51,17 @@
|
|||
</section>
|
||||
|
||||
<!-- mod_dingaling is reliant on the vcard data in the "directory" section. -->
|
||||
<!-- mod_sofia is reliant on the user data for authorization -->
|
||||
<!-- mod_sofia is reliant on the user data for authorization -->
|
||||
<section name="directory" description="User Directory">
|
||||
<X-PRE-PROCESS cmd="include" data="directory/*.xml"/>
|
||||
</section>
|
||||
|
||||
<!-- languages section (under development still) -->
|
||||
<!-- languages section -->
|
||||
<section name="languages" description="Language Management">
|
||||
<X-PRE-PROCESS cmd="include" data="lang/de/*.xml"/>
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/de/*.xml"/>-->
|
||||
<X-PRE-PROCESS cmd="include" data="lang/en/*.xml"/>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/>
|
||||
<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/>-->
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/>-->
|
||||
<!--<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>-->
|
||||
</section>
|
||||
</document>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<remote_reboot>1</remote_reboot>
|
||||
<checkpeercert>0</checkpeercert>
|
||||
<sipkeepalive>1</sipkeepalive>
|
||||
<rss_feed>http://rss.news.yahoo.com/rss/topstories</rss_feed>
|
||||
<rss_feed></rss_feed>
|
||||
<host_ip>135.199.77.12</host_ip>
|
||||
<video_ip>135.199.77.12</video_ip>
|
||||
<sntp>128.138.141.172</sntp>
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
<dseday>1</dseday>
|
||||
<ds_transition_time>2</ds_transition_time>
|
||||
<flashVer>201</flashVer>
|
||||
<http_download>sipdnld.mitel.com</http_download>
|
||||
<http_download>${domain_name}/app/provision</http_download>
|
||||
<tftp>sipdnld.mitel.com</tftp>
|
||||
<downloadtype>1</downloadtype>
|
||||
<dialpl></dialpl>
|
||||
|
|
@ -283,11 +283,11 @@
|
|||
<Key Line="38" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="39" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="40" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="41" Fea="19" Des="Weather" Addr="http://weather.yahooapis.com/forecastrss?p=CAXX0343" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<!--<Key Line="41" Fea="19" Des="Weather" Addr="http://weather.yahooapis.com/forecastrss?p=CAXX0343" Addr2="" Mode="1" Mode2="1" UserID=""></Key>-->
|
||||
<Key Line="42" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="43" Fea="4" Des="Headset " Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="43" Fea="4" Des="Headset" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="44" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="45" Fea="3" Des="Advisory " Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="45" Fea="3" Des="Advisory" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="46" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="47" Fea="2" Des="Call logs" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
<Key Line="48" Fea="0" Des="" Addr="" Addr2="" Mode="1" Mode2="1" UserID=""></Key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue