" /> Cancel a Transfer Using ActiveX Desktop Toolkit - Genesys CTI User Forum

Author Topic: Cancel a Transfer Using ActiveX Desktop Toolkit  (Read 11912 times)

Jeff

  • Guest
Re: Cancel a Transfer Using ActiveX Desktop Toolkit
« Reply #15 on: January 31, 2007, 04:27:16 AM »
Advertisement
[quote author=ecki link=topic=2006.msg6941#msg6941 date=1170202267]
Try THangUp
[/quote]

...BEEP....BEEP....BEEP...BEEP...

(sorry, could not resist!  :P )

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Cancel a Transfer Using ActiveX Desktop Toolkit
« Reply #16 on: January 31, 2007, 04:34:07 AM »
Wo! wo! dude! Thanks! You rock!

Here is the code dudes!


Public xConnid As DesktopToolkitX.TConnectionIDInfo
Public xPrevconnid As DesktopToolkitX.TConnectionIDInfo

Private Sub TExtension1_TEventEstablished(EventInfo As DesktopToolkitX.TEventInfo)

If EventInfo.CallType = CallTypeConsult Then
    Set xConnid = TLine1.TGetConnID
    Set xPrevconnid = TLine1.TGetConsultConnID
End If

End sub


Private Sub cmdCancelTransfer_Click()

TLine1.THangUp
TLine1.TSetConsultConnID xPrevconnid
TLine1.TRetrieve

End Sub


Thanks ecki! I owe you one!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Cancel a Transfer Using ActiveX Desktop Toolkit
« Reply #17 on: January 31, 2007, 05:16:34 AM »
:'( Not working as expected. will keep trying, at least i have a better clue now  ;D

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Cancel a Transfer Using ActiveX Desktop Toolkit
« Reply #18 on: February 01, 2007, 10:26:29 PM »
Ok guys  ;D here is the correction to the code  :o

Private Sub cmdCancelTransfer_Click()

TLine1.TSetConsultConnID xPrevconnid
TLine1.TReconnect

End Sub

Enjoy!

Thanks again ecki for the help!

imtiaz

  • Guest
CCEmail not workong
« Reply #19 on: February 16, 2007, 02:26:06 PM »
i installed CCEmail

and when i login through agent CCEmail option does not exist while CCOutbund and all other option of contact center exists.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Cancel a Transfer Using ActiveX Desktop Toolkit
« Reply #20 on: February 16, 2007, 03:17:15 PM »
Are you using CCA?
Have you followed the CCEmail instalation guide?
Use this giude as reference
« Last Edit: February 16, 2007, 03:27:00 PM by cavagnaro »