" /> Action scripts - Genesys CTI User Forum

Author Topic: Action scripts  (Read 3628 times)

RichardTerris

  • Guest
Action scripts
« on: July 02, 2008, 12:55:47 PM »
Advertisement
Hello all

Does anyone know of any documentation which lists all the available threshold actions and scripts that can be written into pulse?

Better yet, does anyone know if it's possible to write a script to have genesys make a phonecall as an action?

A list would be great though

Thanks

Offline pdavid

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 1
Re: Action scripts
« Reply #1 on: July 02, 2008, 05:55:59 PM »
I'm not sure if that's possible, perhaps some additional apps would be needed, and it would probably need to be a soft phone, additionally you'd want an announcement to be played - on it's own the thresholds/actions this does not look to be possible, however you'd probably need to have some additional apps to accomplish this (if it's truly possible).

Why not emails?

Marked as best answer by on May 02, 2025, 01:51:29 AM

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Action scripts
« Reply #2 on: July 03, 2008, 01:17:17 AM »
  • Undo Best Answer
  • Hum...I can think on something...using Genesys ActiveX...or similar:
    Develop an ActiveX library or a DLL with a makeCall() function

    Textesion1.Tdial(number)

    and then invoque this public method from CCPulse...

    Of course this extension needs to be monitored by Genesys, this is not a direct CCPulse solution but all with Genesys and I'm pretty sure it will work.

    Regards