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/0oB5Aw" 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=58294482" 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

The following Document will guide you through setting up Wildix with Guestline / Rezlynx integration. The scripts will allow for housekeeping statuses to be updated through dialling a

...

Feature code.

...

The purpose of the integration is to enable housekeeping within hotels to be able to set room statuses (Clean or Dirty) by dialling a code followed by the room number. Other statuses can be used such as minibar, check-in, check out but would require some editing to the scripts /

...

Dialplans.

Created: October 2019

Permalink: https://confluence.wildix.com/x/0oB5Aw


Table of Contents

Details to obtain

To integrate Wildix with Guestline RezLynx, you must first obtain the following information:

  • SiteID
  • InterfaceID
  • OperatorCode
  • Password

SiteID and InterfaceID can be obtained directly by the customer, the OperatorCode and Password needs to be obtained from Guestline / Rezlynx support team. Please see below contacts to get relevant information

These information will be supplied to you by your Guestline representative.

Download PHP script

The PHP script can be installed from here:

https://drive.google.com/drive/folders/1sI4AvfPLOI82vENiyO5a3t9o-fU06nQ8?usp=sharing

Install pear

From terminal:

...

Access your PBX via SSH as root with the following commands:

Code Block
su
wildix
wget http://pear.php.net/go-pear.phar

...


php go-pear.phar

...


pear install HTTP_Request2

Install scripts

  • Move ‘scriptclean’ to this directory: /var/www/scripts
  • Edit

...

  • permissions of script:
Code Block
chown wms /var/www/scripts/scriptclean.php

...


chmod -R 777 /var/www/scripts/scriptclean.php

...


chmod -R 777 /var/www/scripts

...

Configure Dialplan

Users must dial # followed by the room number for the room to be updated in guestline to clean.Image Removed 



User must dial 6 followed by the room number to set the room as dirty.Image Removed




Plan upgrades

After upgrades of the PBX, currentlyCurrently, pear will be uninstalledis uninstalled after each PBX upgrade.

Pre-plan PBX upgrades take into consideration you will need to install pear after.

From terminal: 

Code Block
su

...


wildix

...


wget http://pear.php.net/go-pear.phar

...


php go-pear.phar

...


pear install HTTP_Request2

...

Technical resources

https://developers.guestline.com/

Retrieving Guestline API Portal provides the following APIs that can be integrated:

  • Retrieve housekeeping codes:

...

...

...

  • Set housekeeping codes:

...

...

  • Check-in:

...

...

  • Check Out:

...

...


Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/0oB5Aw" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>