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/PQIkBg" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div> |
...
Scroll export button |
---|
scope | current |
---|
template-id | 0fa09813-8b86-460a-aa1d-ef450a80e9ce |
---|
quick-start | true |
---|
add-on | Scroll PDF Exporter |
---|
|
Info |
---|
This guide explains how to handle JSON documents inside Wildix Dialplan. Created: November 2021 Permalink: https://confluencewildix.wildixatlassian.comnet/wiki/x/PQIkBguADOAQ |
Starting from WMS Beta 5.04, res_json is integrated into the system. It is a wrapper module around a JSON library that allows you to handle JSON documents inside Wildix Dialplan and send requests to external software (e.g. CRM systems).
...
To configure JSON requests in Wildix Dialplan, Custom application has to be used.
Dialplan example:
Image Added
- To indicate path to JSON document, use the CURL(url) variable together with Set():
Set(variablename=${CURL(URL)})
- JSONPRETTY used with NoOp function displays JSON values in a neat and easily readable format in logs (1).
- The Set variable with JSONELEMENT function returns the value of an element of JSON document and assigns it to the indicated variablename (2).
- The variable jsonvariables(json) turns JSON values into a Dialplan variable (3).
- The NoOp variable returns the Billing code value (4).
Image Added
Macrosuite divider macro |
---|
dividerType | text |
---|
dividerWidth | 70 |
---|
emoji | {"id":"smile","name":"Smiling Face with Open Mouth and Smiling Eyes","short_names":["smile"],"colons":":smile:","emoticons":["C:","c:",":D",":-D"],"unified":"1f604","skin":null,"native":"😄"} |
---|
textColor | #000000 |
---|
dividerWeight | 2 |
---|
labelPosition | middle |
---|
textAlignment | center |
---|
iconColor | #0052CC |
---|
fontSize | medium |
---|
text | Not finding the help you need? Join the Facebook group to ask a question! |
---|
emojiEnabled | false |
---|
dividerColor | #DFE1E6 |
---|
dividerIcon | bootstrap/CloudsFill |
---|
|
Button macro |
---|
buttonText | Facebook |
---|
isButtonShadowOn | true |
---|
emoji | {"id":"smile","name":"Smiling Face with Open Mouth and Smiling Eyes","short_names":["smile"],"colons":":smile:","emoticons":["C:","c:",":D",":-D"],"unified":"1f604","skin":null,"native":"😄"} |
---|
buttonBorderColor | #4267b2ff |
---|
buttonColor | #4267b2ff |
---|
buttonNewTab | false |
---|
buttonFontColor | #ffffff |
---|
buttonSize | medium |
---|
buttonIconColor | #ffffff |
---|
buttonWidthDetection | 46 |
---|
buttonHoverColor | #ffffff |
---|
buttonIcon | font-awesome/FacebookSquare |
---|
buttonType | icon_left |
---|
buttonLink | {"link":"https://www.facebook.com/groups/wildixtechwizards","source":"direct"} |
---|
buttonNewLink | |
---|
buttonRadius | 3 |
---|
buttonShadow | 0 |
---|
id | 228 |
---|
emojiEnabled | false |
---|
buttonWidth | 20 |
---|
|