This is an old revision of the document!
callReturnCJI(nwaycalluniqueid, calleruniqueid, agentuniqueid, pwdtype, password, usertype, user, orgidentity, callbackFuc)
When call consult success, agent hangup the consult party and go back to the call.
| Params | Type | Description |
|---|---|---|
| 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 |
| password | String | password |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| orgidentity | String | The identity string of the team |
| callbackFuc | String | callback function |
Return Format: {code:code,message:message} Type of the Return Value:JSON
Return Values: Value Description
| Return | 1 | Return | message Succeeded | |
| Return | 2 | Return | message Failed | |