To setup attendant console
a. Create pilot point say ACPilot with number specified, Select algorithm as Longest idle or First available
b. Create hunt group with specified members (directory numbers).
c. Create ac user and associate pilot point with ac user. ac user default password is 12345. pin = 12345.
To change ac user password from default to cisco (say), use c:\dcdsvr\bin\Passwordutils.exe cisco (Run the above command from that folder in command line. Copy the encrypted password text you get as output.
d. Open c:\program files\Cisco\CallmanagerAttendant\bin\ACserver.properties file and change the following
# Propery file that server uses.
#Jtapi Username
JTAPI_USERNAME=ac
#Jtapi Password
JTAPI_PASSWORD=0c0a000a2c
e. To change hunt mechanism to Circular,
In ACserver.properties file, change the following.
# Specify comma seperated pilot point device names for which
# circular hunting algorithm is used. This will override
# what is configured in the admin pages.
CIRCULAR_HUNTING_PILOT=ACPilot
e. Restart TCD service.