This is an old revision of the document!
holdCJI (agentuniqueid, calleruniqueid, orgidentity, usertype, user, pwdtype, password, callbackFuc)
When it’s two parties call, agent could put caller on hold, then caller will listen music
| Params | Type | Description |
|---|---|---|
| agentuniqueid | String | call uniqueid of the agent |
| calleruniqueid | String | call uniqueid of the caller |
| orgidentity | String | The identity string of the team |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| callbackFuc | String | callback function |
{code:code,message:message}
Type of the Return Value:JSON
| Value | Description |
|---|---|
{code:1,message:msg,status:status}
| {code:Succeeded,message:message}
|
{code:2,message:msg}
| {code:Failed,message:message}
|