Genesys CTI User Forum > Genesys-related Development

How to make a transfer call with WDE dev toolkit ?

<< < (2/2)

QuentinA:
So, i use this :

string destination = "8999"; //ROUTE POINT
                                    IDictionary<string, object> parameters = new Dictionary<string, object>();
                                    parameters.Add("CommandParameter", Case.MainInteraction);
                                    parameters.Add("Destination", destination);
                                    CustomModule.CommandManager.GetChainOfCommandByName("InteractionVoiceSingleStepTransfer").Execute(parameters);

cavagnaro:
:D Well done!
Thanks for sharing

Navigation

[0] Message Index

[*] Previous page

Go to full version