这是本文档旧的修订版!
====== 监听接口 ====== * 请求内容: <code> EVENT=SILENTMONITOR&target=target&phonenumber=phonenumber&pwdtype=pwdtype&password=password&usertype=usertype&user=user&orgidentity=orgidentity </code> * 作用说明: 班长对指定坐席工号的通话进行监听 * 参数说明: ^ 参数名称 ^ 类型 ^ 描述信息 ^ |target|String|要监听哪个坐席,就填写那个坐席工号| |phonenumber|String|监听者的电话号码| |pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)| |password|String|密码| |usertype|String|agent(坐席) / account(帐号)| |user|String|坐席工号 / 用户名| |orgidentity|String|团队唯一标识| * 返回结果: <code> |Retuen|code|Retuen|message </code> * 返回值类型:String * 返回值: ^ 返回值 ^ 描述信息 ^ |<code>|Retuen|1|Retuen|message</code>|<code> |Retuen|成功|Retuen|信息描述</code>| |<code>|Retuen|2|Retuen|message</code> | <code>|Retuen|失败|Retuen|信息描述</code>|