agentToIvr (orgidentity,usertype,user,pwdtype,password,ivrexten,ivrflow,transfer)
坐席转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代表挂起转。 |
|Retuen|code|Retuen|message
| 返回值 | 描述信息 |
|---|---|
|Retuen|1|Retuen|message | |Retuen|成功|Retuen|信息描述 |
|Retuen|2|Retuen|message | |Retuen|失败|Retuen|信息描述 |