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:consult [2017/12/12 03:05] 127.0.0.1 external edit |
en:custom_development_guide:apis:javascript:consult [2018/12/28 02:05] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>consultCJI(targetdn, agentgroupid, consulttype, agentuniqueid, calleruniqueid, pwdtype, password, usertype, user, orgidentity, callbackFuc)</code> | + | <code>consultCJI(targetdn, agentgroupid, consulttype, pwdtype, password, usertype, user, orgidentity, callbackFuc)</code> |
| *Description: | *Description: | ||
| Line 13: | Line 13: | ||
| |agentgroupid|String|agent group id when it’s a internal consult, put 0 if it’s a external consult| | |agentgroupid|String|agent group id when it’s a internal consult, put 0 if it’s a external consult| | ||
| |consulttype|String|internal / external| | |consulttype|String|internal / external| | ||
| - | |agentuniqueid|String|agent uniqueid of the agent| | ||
| - | |calleruniqueid|String|uniqueid of the caller| | ||
| |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| | ||