" /> CCPulse, Ques Live on TV Screen's? - Genesys CTI User Forum

Author Topic: CCPulse, Ques Live on TV Screen's?  (Read 11278 times)

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: CCPulse, Ques Live on TV Screen's?
« Reply #15 on: May 15, 2013, 03:15:12 PM »
Advertisement
[quote author=genesysguru link=topic=5784.msg34007#msg34007 date=1368610172]
Last thought (I'm on holiday in Dubai FFS!) - EzPulse viewed in browser on Pi. Sorted.
[/quote]

I don't mean either to keep you away from your hols or go off topic, but I'd be very curious to see how EZPulse performs when it retrieves 10,000 stats  :)

Fra

Offline genesysguru

  • Sr. Member
  • ****
  • Posts: 293
  • Karma: 12
    • Genesys Guru Blog
Re: CCPulse, Ques Live on TV Screen's?
« Reply #16 on: May 16, 2013, 08:34:56 AM »
Fra - no problem - there is only so much sun I can take! Re: EzPulse - good question. Would be interested to get feedback from anybody using it in anger.

PS: based on views it looks like people are intersted in this thread. I might need to resurrect my Pi project.

Offline 47245

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: CCPulse, Ques Live on TV Screen's?
« Reply #17 on: May 17, 2013, 06:55:50 PM »
I have a vb project I created based on the kiss method (Keep it simple stupid) ha.  Basically you have a few options:

A. You can go down the path of psdk (Best/Biggest PITA when it comes to changes (IT Resource)).

B. Create a "CCPulse Server" which you can create a workspace to write out txtfiles using scripts and then pick these files up to be displayed on a webpage(Least Favorite(Requires IT to update the webpage code/ scripts)). 

C. Use CCPulse and build a simple VB application around it, basically a handler application, This will manipulate CCPulse through simulated key strokes(Simple (Business can manage and change easily))(I've personally built this (Flipper Program) and used this for a few years with little maintance or issue). Here would be a general flow: 

Create handler vb form application, create an input box for a path to your CCPulse Batch startup file, the number of tabs in your workspace, and the number of seconds to display each tab. 

*Write a little code to launch the batch file, wait 30 seconds for program to start
*Simulate an f11 keystroke to go full screen
*Using your input value for time, simulate a ctrl tab keystore to change tabs
** Only requirement is that you size the workspace gride/font for you tv.  Also Make sure you save the workspace will all of the other sidebars closed..... not sure If I close them on startup through keystrokes or not.

D. Create a VB applications similar to the one described above, but use the ccpulse gui handlers to manipulate ccpulse...... more complex... I wont even try to explain how to do this.... lol.


Another note, you can get creative and add in other functionality to your "Flipper Application"....... a powerpoint slide, or even a TV Tuner and integrate it into your gui form control.