====== 坐席转IVR ======
* 接口原型:
agenttoivrCJI (orgidentity, usertype, user, pwdtype, password, ivrexten, ivrflow, transfer, callbackFuc)
* 作用说明:
坐席转IVR
* 参数说明:
^ 参数名称 ^ 类型 ^ 描述信息 ^
|orgidentity|String|当前坐席所属的组织标识|
|usertype|String|agent(坐席) / account(帐号)|
|user|String|坐席工号 / 用户名|
|pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)|
|password|String|密码|
|ivrexten|String|主IVR的内线号码|
|ivrflow|String|IVR流程, 用于模拟客户输入,多个输入使用-分割,如1-2-5 代表第一个ivr流程时客户按了1,到达第二个ivr流程时客户按了2,到达第三个ivr流程时,客户按了5|
|transfer|String|IVR的转接模式(0或1),0代表释放转,1代表挂起转。|
|callbackFuc|String|回调函数|
* 返回结果:
{code:code,message:message}
* 返回值类型:JSON
* 返回值:
^ 返回值 ^ 描述信息 ^
|{code:1,message:message}|{code:成功,message:信息描述}|
|{code:2,message:message}|{code:失败,message:信息描述}|