Avaya 6 IP Phone User Manual


 
Voicemail Pro Installation and Maintenance Page 114
15-601063 Issue 22e (16 May 2010)IP Office Release 6
Using a Batch File to Start Services
In some instances, certain computers might not respond quickly enough in order to start all of the Avaya services in the
correct order. In this circumstance, it can be advisable to create a batch file which will delay the start of these services
until the PC is fully running.
Avaya IP Office Services can be started successfully at system start-up using a scheduled task that initiates the batch file
below. This batch file ensures that the services will start successfully and in the proper order.
1.
Set all Avaya services listed below to Manual start. Do not include Key Server.
2.
Create the batch file below and save it to %SYSTEMROOT%. Only include lines for the services which are installed.
@echo off
rem Wait 60 seconds before execute.
timeout /t 60
net start Voicemail Pro Service
3.
Create a scheduled task to start the batch file at system start-up.