McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 14

↗ View in doc context
page
14
source
unity-connection/rest-api/cuti/cuti.md
chunk_id
unity-connection::rest-api::cuti::cuti::9

Response: HTTP/1.1 200 OK Set-Cookie: JSESSIONIDSSO=8279B639488165EFFAC8D330FD2A1281; Path=/ Set-Cookie: JSESSIONID=AA008CFCC9B329EA961CD1E660384785; Path=/vmrest Content-Type: application/json Transfer-Encoding: chunked Date: Fri, 15 Jan 2010 15:14:13 GMT Server: {"op":"RECORD","resourceType":"STREAM","resourceId":"cf1cb014-6394- 4279-ab5a-74a6d680e440.wav", "lastResult":"0","speed":"100","volume":"100","startPosition":"0"} Video Recording by phone POST https://<connection-server>/vmrest/calls/<call-id> <CallControl> <op>RECORD</op> </CallControl> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 200 <CallControl> <op>RECORD</op> <resourceType>STREAM</resourceType> <resourceId>9d59b180-6147-4796-9488-014ef73203a0.wav</resourceId> <sessionId>3514637e02b471</sessionId> <lastResult>0</lastResult> </CallControl> JSON Example POST /vmrest/calls/<call-id> HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.6.0_17 Host: cuc-install-67.cisco.com Connection: keep-alive Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== Content-Length: 15 {"op":"RECORD"} Response: HTTP/1.1 200 OK Set-Cookie: JSESSIONIDSSO=8279B639488165EFFAC8D330FD2A1281; Path=/ Set-Cookie: JSESSIONID=AA008CFCC9B329EA961CD1E660384785; Path=/vmrest Content-Type: application/json Transfer-Encoding: chunked Date: Fri, 15 Jan 2010 15:14:13 GMT Server: 1({"op":"RECORD","resourceType":"STREAM","resourceId":"a899bac7-9ee2-4c75-b3a7-e6a2a5d6d2dc.wav","sessionId":"1e14628d9a9ac1","lastResult":"0"}) Pause the recording Cisco Unity Connection Telephony Interface (CUTI) API 10 Cisco Unity Connection Telephony Interface (CUTI) API -- Using CUTI for Basic Call Operations Examples