Skip to end of banner
Go to start of banner

Wildix / Guestline Integration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.



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


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:

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 permisions of script
chown wms /var/www/scripts/scriptclean.php
chmod -R 777 /var/www/scripts/scriptclean.php
chmod -R 777 /var/www/scripts

Dialplans


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

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


Plan upgrades

After upgrades of the PBX, currently, pear will be uninstalled.

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

From terminal:

su
wildix
wget http://pear.php.net/go-pear.phar
php go-pear.phar
pear install HTTP_Request2


Technical Contacts


Support requests for Wildix login details: RezlynxInterfacing@guestline.com
Head of development: Gary Hunt
Webiste: https://www.guestline.com/products/property-management/pms/
Contact Support: +44 (0) 1743 282700


Technical resources


https://developers.guestline.com/

Retrieving housekeeping codes:

https://developers.guestline.com/docs/services/f093d4f7933f4a31bed5130e623e314e/operations/5b6bfd0223b474139449849a?

Setting housekeeping codes:

https://developers.guestline.com/docs/services/f093d4f7933f4a31bed5130e623e314e/operations/5b6bfd0223b47413944984a3?

Check-in:

https://developers.guestline.com/docs/services/f093d4f7933f4a31bed5130e623e314e/operations/5b6bfd0223b4741394498477?

Check Out:

https://developers.guestline.com/docs/services/f093d4f7933f4a31bed5130e623e314e/operations/5b6bfd0223b4741394498481?

Original JIRA Ticket: WD-266

  • No labels