I have created a custom button on GAD.
Can anyone help me out setting up the transfer code to this custom button which in turn invokes a IVR application. .
Is that be done by using call control elements like “<CREATE_LEG_AND_DIAL>”.
You can use InteractionVoice object method in GAD.
singleStepTransfer(java.lang.String otherDn, java.lang.String location, java.lang.String reason, java.util.Map attachedData, java.util.Map reasons, java.util.Map tExtensions)
transfer it to route point where desired IVR strategy will be invoked.