ShoreTel Forums  

Go Back   ShoreTel Forums > ShoreTel Tech > ShoreTel Enhancement Requests

Reply
 
LinkBack Thread Tools Display Modes
Old 03-09-2010, 02:32 PM   #1
Junior Member
 
Join Date: Apr 2009
Location: South Florida
Posts: 3
Active Directory Integration for Call Manager and Agent Toolbar

Users move around often to different computers. It would be nice if we did not have to setup call manager for each user every time they move. It should move along with them to other computers when they log into the domain. It would be nice if the same were true for the Call Center Agent Toolbar.
abebullets is offline   Reply With Quote
Old 03-09-2010, 04:36 PM   #2
Senior Member
 
Join Date: Mar 2007
Location: Georgia
Posts: 135

I used a company that had a product called profile unity.... they wrote an addin for their product for me to assist with that... in the end we didn't end up using the profile unity product for other reason, but it did work
travisbconley is offline   Reply With Quote
Old 03-12-2010, 03:31 AM   #3
Senior Member
 
Join Date: Sep 2007
Location: Australia
Posts: 311

Quote:
Originally Posted by abebullets View Post
Users move around often to different computers. It would be nice if we did not have to setup call manager for each user every time they move. It should move along with them to other computers when they log into the domain. It would be nice if the same were true for the Call Center Agent Toolbar.
Call Manager does this if you have AD integration turned on, it uses the AD to authenticate users. Toolbar is a bit different because it is designed so multiple agents can use the same computer logon and phone extension with different agent ID's.
__________________
Jason Learmouth
Jason Learmouth is offline   Reply With Quote
Old 03-17-2010, 02:50 PM   #4
Member
 
Join Date: Aug 2007
Location: Marshall MO
Posts: 34

The problem is that when a user moves they have to run through the PCM setup once. If the PCM registry keys were stored in HKEY_LOCAL_MACHINE as defaults and keep the users customized setting in HKEY_CURRENT_USER that would fix this. I have set up a login script that configures the server for the user but they still have to click next through the set up and if I don't catch them skipping it they just keep hitting cancel.
shep is offline   Reply With Quote
Old 03-31-2010, 02:44 PM   #5
Junior Member
 
Join Date: Apr 2009
Location: Michigan
Posts: 27

shep: you mind sharing the script that configures the server for the user? is it just inputting server name in HKEY_CURRENT_USER\Software\Shoreline Teleworks\ShoreWare Client\Server? i really wish could find a way to modify the MSI to automatically use server name
__________________
9.2 Build 14.42.8500.0
b7j7s7 is offline   Reply With Quote
Old 03-31-2010, 03:34 PM   #6
Member
 
Join Date: May 2009
Location: Manchester, NH
Posts: 33

I did this in a VBS Login script. The end user doesn't need to do anything other than launch the shortcut to PCM.

Here is the part to configure PCM:

Code:
		Case "Call Mgr ONLY Users"
			FileObj.DeleteFile ShellObj.SpecialFolders("Desktop") & "\ShoreTel Call Manager.lnk"
			ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\CSIS Client\10.10.1.5." & envProcess("USERNAME") & "\HasMailBox", "0", "REG_DWORD"
			ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\CSIS Client\ConnectedOnce.10.10.1.5", "1", "REG_DWORD"
			ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\ShoreWare Client\UserName", envProcess("USERNAME"), "REG_SZ"
			ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\ShoreWare Client\Server", "10.10.1.5", "REG_SZ"
			ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\ShoreWare Client\CachedUserIsMailboxOnly", "0", "REG_DWORD"
			ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\ShoreWare Client\CachedUserHasMailbox", "1", "REG_DWORD"	
			set scut = ShellObj.CreateShortcut (ShellObj.SpecialFolders("Desktop") & "\ShoreTel Call Manager.lnk")
			scut.TargetPath = "C:\Program Files\Shoreline Communications\Shoreware Client\PCM.exe"
			scut.Save
__________________
Jay C.
ShoreTel 8.1
Build 13.24.5910.0
tcpip is offline   Reply With Quote
Old 04-14-2010, 05:06 PM   #7
Junior Member
 
Join Date: Apr 2009
Location: Michigan
Posts: 27

tcpip, do you mind me asking the reason behind the following in the script?
The rest I have figured out
Thanks!
:
ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\CSIS Client\10.10.1.5." & envProcess("USERNAME") & "\HasMailBox", "0", "REG_DWORD"
ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\CSIS Client\ConnectedOnce.10.10.1.5", "1", "REG_DWORD"
ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\ShoreWare Client\CachedUserIsMailboxOnly", "0", "REG_DWORD"
ShellObj.RegWrite "HKCU\SOFTWARE\Shoreline Teleworks\ShoreWare Client\CachedUserHasMailbox", "1", "REG_DWORD"
__________________
9.2 Build 14.42.8500.0
b7j7s7 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:45 AM.


Powered by vBulletin® Version 3.7.0 Release Candidate 2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0