Wake up Easy Installation
The Wake Up Easy VoIP Call Application is very easy to install. Just download the installation file from the download area and run it on your system. After the installation procedure, you are ready to run the application.
The application has been tested with WinXP, Win2000, Vista, Win7 and Microsoft Servers.
Pre installation Requirements:
-Microsoft .NET Framework 2.0
Multi language Support
When a user dials the extension number of the Master IVR, an Interactive voice menu is automatically played and the user can choose between 1 and 4. If the user presses number 3 his call is transferred to Language 3 IVR and he is then able to activate a wake up alarm following the Instuctions. The user is also able to directly call the Language IVR he prefers, without calling the Master IVR.
How to use only one Language
Application Loading - Registration
After the installation, the application runs as a demo. To activate the full version of the application, you need to press the Activation button and insert the license key you bought into the correct field. After that, pressing the "Register" button will display a success message and registration will be over if your license key is valid.
Note: The computer in which the application is installed must be connected to the Internet at least at the loading time and at the Registration, otherwise the application will keep running as a demo.
In case you prefer to run the application to an other computer the only thing you have to do is to un-register first.
Web Interface Installation
New version of Wake Up Easy supports a Web Interface. With the Web Interface your are able to manage the alarms for your guests, which is necessary especially for hotels. The Web Interface is also necessary when you activate the "Un-Successful Alarm Notifications" feature, because it provides you with the ability to view details about the unsuccessful alarms (e.g. you can see which room of your hotel did not answer the alarm call).
The Installation is very easy but first you need to install an http server to the same computer with Wake Up Easy application. You can use IIS or Apache or any other http server, with PHP Support. Download the PHP files form the download area and unzip them unter the root of the http server. PHP scripts communicate with the file "Pelates.mdb" using an ODBC DSN entry of your system which it created during the installation procedure of the application.
Default Accounts: login: admin or user and paswords: admin or user
XAMPP - Http Server with PHP Support (Recommended)
You can use the XAMPP http server bundle which supports PHP and can be installed in 2-3 minutes. You can Download it for FREE from the Official Web site Here. After you Install XAMPP, copy the PHP files into the "htdocs" folder, so by using the Computer IP (sample => http://192.168.0.50 ) you can see the web inteface.
Use Apache and IIS at the same Computer/Server
In case you need to run IIS and Apache (XAMPP) at the same computer, you need to change the default listen port of apache which is the port 80. Apache and IIS can not use the same http port because they will conflict and one of the two web Servers will not work.
You can change the default listen port of apache (port 80) in the configuration file "httpd.conf" and replace it with another port ( e.g. 8080 port if it's not in use by another application )
See Apache - XAMPP "httpd.conf" file images


You need also to change the default (443) Secure port to an other port in the file "httpd-ssl.conf"
Use only IIS http server
IIS does not support the PHP scripting language by default. If you want to use IIS, you have to manually modify the configuration file.
You can found instructions Here