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="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=29918192" 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

Hotel Manager is a part of Wildix WebAPI library. This document explains how to configure and to use Hotel Manager extension.

Created: December 2018

Permalink: https://confluence.wildix.com/x/8IPIAQ

Table of Contents

Introduction

...

Now you can add rooms in WMS → Users in the same way as you add users. For more information on adding users, please consult WMS Start Guide - Adding users manually.

When adding a room, specify user type - "Room", in this way you will be able to differentiate hotel rooms from normal PBX users:

...

To access the Hotel Manager interface, you can use our online demo available at https://www.wildix.com/webapi/hotelManager/.

Warning

If you are using our online demo or if you have uploaded Hotel Manager on your server, you need to add the domain to the whitelist in WMS Settings → PBX → Security; see documentation: Domain Whitelist (Allow Origin).

If you are having issues with accessing Hotel Manager, read the WebAPI document - Access WebAPI Demo.


Info

You can also use Hotel Manager in the following ways:

  • use Hotel Manager on your web server accessible via HTTP/HTTPS - download the JavaScript library from the Wildix website and then upload the Hotel Manager folder on your server
  • upload Hotel Manager on your Wildix PBX - follow the instructions published in WebAPI document: Access WebAPI Demo 

To access the Hotel Manager page, select the PBX user to use for access to the Hotel Manager interface (receptionist), and make sure that:

  • Collaboration web page is open at the same time as the Hotel Manager for that user on the same PC in the same browser
  • This user is of "admin" type (otherwise you will not be able to update the guest's name upon check-in):


  • hotel rooms are added to the roster of your user; you can add rooms to your roster from Collaboration → Other → Edit Colleagues (read Collaboration guide - Colleagues (roster) for more information) or in WMS → Users → select a user and click Edit preferences, then scroll down to Roster (read WMS Start Guide - User preferences for more information):


Now you are ready to access Hotel Manager interface. Go to https://www.wildix.com/webapi/hotelManager/ and click "Settings" icon ("Wheels" icon in the upper right corner) to enter your PBX credentials:

...

Warning

Current limitation: please note that in case you change the Dialplan procedure used to manage wake up calls, the change will not be applied automatically right away, you can force it, by rebooting the PBX by example.examp



Info

Guests can set up wake up calls directly from the room: dial Feature code 773 and follow the audio instructions. In case a guest places a wake-up call request from the room, the information will be updated on the Hotel Manager web interface automatically.

...

For the correct charging of call costs, it is necessary to upload pricelists in WMS → Trunks → Pricelists. To download a pricelist template and for the information on how to upload pricelists on the PBX, please refer to the WMS Start Guide - Pricelists:

After you have uploaded a pricelist, do not forget to associate the trunk used for outgoing calls with the priceslist in WMS → Trunks.

...

PBX differentiates national calls from foreign calls based on International Prefix in WMS → Dialplan → General settingsCountry code in trunk settings is used for number normalization (number is not normalized if country code is empty). It is recommended to create a separate ACL group for hotel rooms, as explained in the chapter Add rooms. In this way you will be able to restrict calls to certain destinations. For more information on recommended ACL restrictions and call class management, please carefully read the document ACL rules and Call classes management.

...

Enable PIN bypass for ACL restricted calls

This feature may often be applied to phones located in hotel common areas or in conference rooms. Here is an example:

  1. User dials a number that is restricted on this phone (for example, international phone number)

  2. User is prompted for the PIN since the call is not allowed from this phone normally

  3. User enters the PIN and if allowed based upon the entered PIN, the system routes the call to the restricted destination

...