Hello,
i have not implement a multisite transfert, so only in a call center site. I did the folowing steps :
1) I create an applet in Tools, based on the applet "ACD Transfer Call Applet", but i changed the Business component to "CommSrv CM Active Agents" to know the logged users on call center (i don't know if it's possible to know if this user are ready or not) ;
2) for the ConsultativeTransferToPopupEmployee command in the Communications Configuration DEF File, i wrote :
[Command:ConsultativeTransferToPopupEmployee]
CmdChannelOnFocus = "TRUE"
Description = "Lancer un double appel ou effectuer le transfert"
DeviceCommand = "TransferInit"
Hidden = "TRUE"
Title = "Lancer un double appel ou effectuer le transfert"
Profile = "CFG_INT"
CmdData = "ConsultativeTransferToPopupEmployee"
[CmdData:ConsultativeTransferToPopupEmployee]
AttachContext = "TRUE"
Param.CallNotifyText = "Transfert consultatif de {@UserName}..."
Param.PhoneNumber = "[Agent ID]"
Param.TrackingID = "{@SelectedWorkItem:DriverWorkTrackID}"
SelectApplet = "AE_ACD Transfert Call Applet"
SelectBusComp = "CommSrv CM Active Agents"
SelectBusObj = "CommSrv CM Active Agent Administration"
SelectParam = "TRUE"
SelectQuerySpec = "[Active Configuration]='{@Configuration}' AND [Agent ID]<>'{@AgentId}'"
SelectTitle = "Commencer le transfert consultatif :"
I find the logged agents on the call center with request "'[Active Configuration]='{@Configuration}' AND [Agent ID]<>'{@AgentId}'" and i do the call with the acd position to contact the agent.
I hope this contribution help you...
Alexandre (Trop FORT Guillaume

)