cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
334
Views
0
Helpful
2
Replies

UCCX CTI Initate Call Recording

mikestief1980
Level 1
Level 1

We have an application that integrates with the UCCX using the UCCX CTI Protocol and I was trying to see if there is a way to initiate the call recording when a call comes in like the CAD does?

1 Accepted Solution

Accepted Solutions

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

actually, yes, at least with 10.0 there is START_RECORDING_REQ/START_RECORDING_CONF (see https://developer.cisco.com/web/uccxcti/home), so if you have an app you would probably want to intercept CALL_DELIVERED_EVENT or CALL_ESTABLISHED_EVENT.

G.

View solution in original post

2 Replies 2

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

actually, yes, at least with 10.0 there is START_RECORDING_REQ/START_RECORDING_CONF (see https://developer.cisco.com/web/uccxcti/home), so if you have an app you would probably want to intercept CALL_DELIVERED_EVENT or CALL_ESTABLISHED_EVENT.

G.

Thanks. I was looking at an older API doc.