I would like to implement multisite transfer with GPlus adapter for Siebel.
I want a pop up showing logged in and ready agents for all sites.
Is it possible to get it?
Anybody has an example fo the appropriate Siebel command to set up in .def file.
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.
Thank you Alexandre, but my point is to get only ready agents and also to implement multisite transfer (with attached data).
To implement multisite transfer, I must be able to fill the remote location of the agent in Param.RemonteConnectStr in TransferInit command.
But how do I know the remote location of the selected agent?
Hi, Iâve been reading your post and I wonder if you solved your issue. Iâm having doing external routing with GPlus 7.2 Siebel 7.7, the only thing Iâm getting is driver error. Did you manage to make it work?
Itâs possible to known if one agent linked in any Communication Configuration is logged or not in Voice channel in Siebel : you must use the Field âReadyâ in âCommSrv CM Active Agents/Active Itemsâ Business Component.
With a small part of code in Siebel Tools, you can link this field with a BC you use (We use âCommSrv CM Active Agentsâ to display in a popup the list of loggued Agents in voice channel).
Yes but as far as I know multisite tranfers do not work in Siebel GPlus 7.2 or 7.5, it requires a Network T-Server, so far this is what I gotten from support, quite outrageous. Using softphone it works ok, but not through Siebel.
Yes, Alas, the business does not want to do IR Routing. I find it crazy that if you can at the T-Server level it doesnât works with gplus. Iâm thinking of two soutions, doing a T-Library application logged into a dummy extension that do a 2 step transfer, or doing an application that listens for a uservent for a request to do an external routing tranfers, then register the extension and does the tranfer
Yes, thatâs probably the way we will go. We have asked Genesys to give us an answer about this. You have any idea why multisite support was dropped?
Regards,
Iâm not sure if support of multisite was dropped by Genesys.
But all multisite functionality is really easy and well described - so there is no problem to do it without their help.
Well, it seems that after GPlus 7.0 RemoteConnectStr is no longer supported, and causes a driver error, in the documentation they only mention a Network Atended Transfer, no longuer multisite tranfers. So it implies that a Network T-Server is required. Or at least thatâs what support is saying. There was a POC that worked orginally, so my customer is not very happy.