Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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/vAc8AQ" 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="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=20711356" 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>

...

Info

This guide explains how to use paging on a Wildix system.

Created: March 2018

Updated: February 2019September 2021

Permalink: https://confluence.wildix.com/x/vAc8AQ

...

The paging method is selected automatically by the system, no special configuration is required - the PBX administrator must only create a Paging group, as described in Chapter Paging group. Paging over RTP is preferred (if possible based on network configuration and available devices), if it is not available, paging is sent via SIP calls. 

...

Note

Multicast paging uses:

  • IP 224.0.0.1 or IP 239.1.1.10 (2N support)
  • Ports 9000-9009


Note

Note: In the case of multiple paging groups, RTP multicast works for the first 10 groups only. If, say, a user belongs to 12 paging groups, paging of the first 10 groups is sent via RTP multicast, and paging of the rest 2 groups is sent via SIP calls.


Paging over SIP calls

Limitation on the number of paging calls:

...

To start using Paging, first of all, you need to create a Paging group:

  • Go to WMS -> Dialplan -> Paging Groups
  • Click + to add a new group
  • Enter the name of the group
  • Use search to select users/ double-click on users you want to add to the group
  • Click Save

Now You can create up to 100 paging groups. Once created, you can use Feature Code (91 by default) to call this Paging group and pick up a Paging call, . Find more information in in Feature Codes Admin Guide.

...

Note

Calls are no longer interrupted by Paging / Intercom including all devices; a user who is already on the phone, receives Paging / Intercom calls as a normal second incoming call. This behavior can be changed via Dialplan Custom application. Check Dialplan applications Admin Guide for more information.

Setting a sound before a message is broadcast to the Paging group 

If needed, you can set a sound to be played in Paging group before they hear the caller’s message. For this, go to WMS -> Dialplan -> Dialplan rules and modify users dialplan by making an entry that includes 2 Custom applications with the following variables:

  • SIPAddHeader(Call-Info: sip:wildixgw;answer-after=0)

  • Page(Local/*91X@users,A(00000/audio_notification))

Where:

  • 3455 is the number you choose to set for this Paging group
  • *91 is a prefix and feature code for Paging (available in WMS -> Dialplan -> Feature codes
  • X is the Paging group ID
  • audio_notification is the name of the audio file that you need to choose from WMS -> Sounds.  

Note

Note: The caller also hears the sound that you intend to play in the Paging group.

Delayed Paging

Record a message and have it delivered as a page. Read the document: Delayed Paging

...