" /> Custom Transfer button on GAD - Genesys CTI User Forum

Author Topic: Custom Transfer button on GAD  (Read 3223 times)

Offline Maany

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Custom Transfer button on GAD
« on: July 06, 2012, 05:27:44 AM »
Advertisement
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>".


Thanks in advance,
Maany


Offline RobertH

  • Jr. Member
  • **
  • Posts: 69
  • Karma: 1
Re: Custom Transfer button on GAD
« Reply #1 on: July 19, 2012, 01:45:54 PM »
Hello

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.

Robert

Offline Maany

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Custom Transfer button on GAD
« Reply #2 on: August 14, 2012, 10:58:08 AM »
Thanks Robert, Transfer functionality is implemented.

Now i have a custom tab which has a list of options.(radio button)
I need to pass those information to the IVR when i click the transfer button.

Please figure an idea on submitting a form data on the custom TAB.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Custom Transfer button on GAD
« Reply #3 on: August 14, 2012, 02:29:41 PM »
You must attach them as KVP to the current interaction and then you can use them on the IVR, assuming of course it has CTI Integration.

Check the documentation and also search here for samples about attaching data