Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: CarloACN on June 05, 2015, 02:08:23 PM
-
Hi All,
I Need to add a view with a counter into the CustomToolBarRegion and manage the counter upon the Recording event(start/stop).
I did already something similar for the Voice Hold through the Interaction event but i don't have a specific interaction event notified for the recording, so i tried using a custom command...but i have not been able to get the counter object(a DispatcherTimer) from the view or the View model to start or stop it.
I tried to look for any kind of event coming from the Recording button click with no good result.
Any Tips?
Thanks,
Carlo
-
It depends on who is initiated the recording, if the client, you should receieve EventACK. In case, where the recording is fired by SIP or recorderserver, you can just check this within userdata.
-
The recording is started form the client and i need to intercept the event of start and stop of the recording to manage the counter.
when i receive the EventACK? and from whom?
-
Recording is done on Genesys or.3rd party?
-
if you have installed active recording, you have to sent the request "RequestPrivateService" with parameter "3013" for start the recording. If your client sent this request, should be receieved EventACK (in good case) from T-Server.