This is an old revision of the document!
acwOffCJI(sessionid, usertype, user, orgidentity, pwdtype, password, pushevent, callbackFuc)
Exit the ACW Mode if agent is in
| Params | Type | Description |
|---|---|---|
| sessionid | String | Session id of the current call (you can get this from asterCC events) |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| orgidentity | String | The identity string of the team |
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| pushevent | String | If need send a agent event, yes / no(default) |
| callbackFuc | String | callback |
{code:code,message:message}
Type of the Return Value:JSON
^Value ^Description ^
{code:1,message:message}
| {code:Succeed,message:Messages}
|
{code:2,message:message}
| {code:Failed,message:Messages}
|