====== 发送DTMF ====== * 接口原型: dtmfCJI (orgidentity,usertype,user,pwdtype,password,dtmf,callbackFuc) * 作用说明: 发送DTMF * 参数说明: ^ 参数名称 ^ 类型 ^ 描述信息 ^ |orgidentity|String|当前坐席所属的组织标识| |usertype|String|agent(坐席) / account(帐号)| |user|String|坐席工号 / 用户名| |pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)| |password|String|密码| |dtmf|String|要发送的dtmf数据,只允许填写数字、#、*| |callbackFuc|String|回调函数| * 返回结果: {code:code,message:message} * 返回值类型:JSON * 返回值: ^ 返回值 ^ 描述信息 ^ |{code:1,message:message}|{code:成功,message:信息描述}| |{code:2,message:message}|{code:失败,message:信息描述}|