holdCJI (silence, 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 |
| silence | String | Whether it is silent (0 or 1),0 is not silent, 1 is silent. |
| 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}
| Value | Description |
{code:1,message:msg}
| {code:Succeeded,message:message}
|
{code:2,message:msg}
| {code:Failed,message:message}
|