Customer Recording

Author: Salman Pathan 113 views

Purpose:

This function is used to get recording link of a particular Jodo voice call unique System Call ID.

Use Case:

  • Playback of media sessions e.g., calls to be played within the CRM/ Business application.
  • Send links to users / customers of the media session recorded

User Input Parameters:

Output Parameters:

Return Value:

This API returns response in JSON format.

Customer recording JSON Request

				
					{
"method":"customer_recording",
"apikey":"test_org",
"servicekey":"VoiceInOut",
"sessionid":483,
"systemcallid":"140912183554281005" ,
"reqdatetime":"2018-11-12 14:00:05"
}				
			

Customer recording JSON Response

				
					{
"method":"customer_recording",
"recordingfilepath":"http:\/\/192.168.2.127\/recordings\/\/1\/1\/2014\/09\/12\/18\/140912183554281005_0000.MP3",
"revisionno":1,
"statusdesc":"success",
"status":3,
"resdatetime":"2018-11-12 14:00:05"
}				
			

Customer recording JSON Fail Response

				
					{
"method":”customer_recording”,
"revisionno":"1",
"status":5,
"statusdesc":"fail",
"resdatetime":"2018-11-12 14:00:05"
}				
			

Status info for Recording Module