坐席转IVR

agenttoivrCJI (orgidentity, usertype, user, pwdtype, password, ivrexten, ivrflow, transfer, callbackFuc)

坐席转IVR

参数名称 类型 描述信息
orgidentityString当前坐席所属的组织标识
usertypeStringagent(坐席) / account(帐号)
userString坐席工号 / 用户名
pwdtypeString密码类型 明文(plaintext) / MD5加密(md5)
passwordString密码
ivrextenString主IVR的内线号码
ivrflowStringIVR流程, 用于模拟客户输入,多个输入使用-分割,如1-2-5 代表第一个ivr流程时客户按了1,到达第二个ivr流程时客户按了2,到达第三个ivr流程时,客户按了5
transferStringIVR的转接模式(0或1),0代表释放转,1代表挂起转。
callbackFucString回调函数

{code:code,message:message}

返回值 描述信息
{code:1,message:message}
{code:成功,message:信息描述}
{code:2,message:message}
{code:失败,message:信息描述}