Html |
---|
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script> |
Html |
---|
<div class="fb-like" data-href="https://confluence.wildix.com/x/VwDwAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div> |
Html |
---|
<div class="lang-box-pdf">
<div>
<div class="google-lang">
<div id="google_translate_element">
</div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
<div class="pdf-button">
<a href="#" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
</div>
</div>
</div> |
Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
Info |
---|
The Document describes how to configure and execute ENUM lookup on Wildix PBX. Created: December 2018 Permalink: https://confluencewildix.wildixatlassian.comnet/wiki/x/VwDwAQYAfOAQ |
Table of Contents |
---|
ENUM Lookup
...
Add the following Dialplan applications:
- Authenticate user
- Set -> Caller number
- Custom application -> Set(DESTINATION=${ENUMLOOKUP(+39${EXTEN},sip,c,1,1,enum.myserver.com))}
where
- <ENUMLOOKUP> - the function that executes the lookup in enum.myserver.com
- <+39> - the country code
- <enum.myserver.com> - your ENUM server
Custom application -> GotoIf($["${DESTINATION}" != "1"]?callsNotEnum,${EXTEN},1)
It is executed in case a phone number is not present in ENUM database
Custom application -> Dial(SIP/MySIPTrunk/+39${EXTEN}
where
- <MySIPTrunk> - a number that is dialed in case ENUMLOOKUP function is not executed because a lookup number is not present in ENUM database
Trunk group -> route calls through the specified trunk group
Note |
---|
Note: Refer to Dialplan applications Guide for detailed information about Dialplan applications. |
Html |
<div class="fb-like" data-href="https://confluence.wildix.com/x/VwDwAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div> |
Macrosuite divider macro | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Button macro | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|