Genesys CTI User Forum > Genesys-related Development
Conference a call using WDE customization
rmartinez:
You need use someting like this:
this.commandManager.CommandsByName["InteractionVoiceReleaseCall"].Insert(0, new CommandActivator()
{
CommandType = typeof(TransferCommand),
Name = "TransferCommand"
});
For the transfer:
InteractionServiceExtensions.SingleStepTransfer(voiceService, Interaction, destination, "", UData, (KeyValueCollection) null, (KeyValueCollection) null);
i hope it will be useful
Navigation
[0] Message Index
[*] Previous page
Go to full version