The problem you run into is the base toolbar is meant for one user. For example, when you put in an extension on the initial setup that toolbar is always tied to that extension no matter what agent ID logs in. When dealing with Citrix, you need to force the toolbar to ask for the extension every time it starts for multiple users.
To do that, you have to add a switch to the agent toolbar executable.
c:\Program Files\ShoreTel\Contact Center\Agent\bin\EpicAgent.exe ext=p
That tells it to prompt for the extension every time.
There are more switches than that though. If you do a ? in there it will show you all of the options. For example:
uid=xxxx - Automatically use this agent ID
pwd=xxxx - Automatically use this password
You can use that to make a link that automatically logs in to a specific account, no questions asked.
|