This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:custom_development_guide:apis:javascript:transfer [2016/09/07 05:25] liuxl |
en:custom_development_guide:apis:javascript:transfer [2018/12/29 06:16] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>transferCJI(sessionid, nwaycalluniqueid, calleruniqueid, agentuniqueid, pwdtype, password, usertype, user, orgidentity, callbackFuc)</code> | + | <code>transferCJI(pwdtype, password, usertype, user, orgidentity, callbackFuc)</code> |
| *Description: | *Description: | ||
| Line 10: | Line 10: | ||
| ^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
| - | |sessionid|String|sessionid of the current call| | ||
| - | |nwaycalluniqueid|String|uniqueid of the consult party| | ||
| - | |calleruniqueid|String|uniqueid of the caller| | ||
| - | |agentuniqueid|String|uniqueid of the agent| | ||
| |pwdtype |String|Use plaintext or md5 password for agent or account| | |pwdtype |String|Use plaintext or md5 password for agent or account| | ||
| |password|String|password| | |password|String|password| | ||
| Line 22: | Line 18: | ||
| *Return Format: | *Return Format: | ||
| - | <code>{code:code,message:message} | + | <code>{code:code,message:message}</code> |
| - | Type of the Return Value:JSON</code> | + | |
| + | *Type of the Return Value:JSON | ||
| + | *Return Values: | ||
| ^Value ^Description ^ | ^Value ^Description ^ | ||