Installing Voicemail Pro: Basic Voicemail Installation

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 VMProDBService

net start Voicemail Pro Service net start IMS(Restart)

net start IMS(Voice) net start IMS(Gateway)

3. Create a scheduled task to start the batch file at system start-up.

Voicemail Pro

Page 37

IP Office

15-601063 Issue 20l (03 March 2009)

Page 37
Image 37
Avaya 15-601063 manual Using a Batch File to Start Services