====== 获取录音地址 ====== * 请求地址: EVENT=GetMonitor&sessionid=sessionid&calldate=calldate&mp3=mp3 * 作用说明: 根据某个通话的唯一标识,以及发生日期,获取录音http地址,用于下载或直接播放 使用此接口,需要配置/etc/astercc.conf文件中[system]下的webroot_address参数。 此参数为呼叫中心系统的web访问地址,例如 webroot_address = http://192.168.1.100:80/ * 参数说明: ^ 参数名称 ^ 类型 ^ 描述信息 ^ |EVENT|String|请求目的:获取录音地址接口(GetMonitor)| |sessionid|String|通话唯一标识| |calldate|String|通话发生日期,例如2013-02-09| |mp3|String|no / yes 是否合成mp3文件,默认为否| * 返回结果: |Retuen|code|Retuen|message * 返回值类型:String * 返回值: ^ 返回值 ^ 描述信息 ^ ||Retuen|1|Retuen|message||Retuen|成功|Retuen|录音访问地址 举例 |Retuen|1|Retuen|http://192.168.1.100:8880/getMonitor/ 20130123114549-2227-1986.wav | ||Retuen|2|Retuen|message ||Retuen|失败|Retuen|信息描述|