This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:custom_development_guide:apis:javascript:transfer_to_ivr [2016/09/07 14:38] solo created |
en:custom_development_guide:apis:javascript:transfer_to_ivr [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * function: | * function: | ||
| - | <code>setvarCJI (orgidentity,usertype,user,pwdtype,password,varname,varvalue,callbackFuc) | + | <code>agenttoivrCJI (orgidentity, usertype, user, pwdtype, password, ivrexten, ivrflow, transfer, callbackFuc)</code> |
| - | </code> | + | |
| * Description: | * Description: | ||
| transfer to IVR | transfer to IVR | ||
| Line 15: | Line 14: | ||
| |password|String|password| | |password|String|password| | ||
| |ivrexten|String|IVR exten number| | |ivrexten|String|IVR exten number| | ||
| - | |ivrflow|String|IVR flow, use - as seperator if you have multiple flow, such as 1-2-5 means customer press 1 in 1st flow, 2 in 2nd and 5 in 3rd| | + | |ivrflow|String|IVR flow, to simulate user input, use - as separator if you have multiple flow, such as 1-2-5 means customer press 1 in 1st flow, 2 in 2nd and 5 in 3rd| |
| |transfer|String|IVR transfer mode: 0 release transfer, 1 hold transfer| | |transfer|String|IVR transfer mode: 0 release transfer, 1 hold transfer| | ||
| - | |callbackFuc|String|callback function回调函数| | + | |callbackFuc|String|callback function| |