ACW (After Call Work) Mode Config

acwActionCJI(type, usertype, user, orgidentity, pwdtype, password, agent_group_id, pushevent, callbackFuc)

Change the ACW mode of the agent in agent group

Params Type Description
typeString1(Ringing ACW) / 2(Answered ACW) / 3(Disable ACW)
usertypeStringagent / account
userStringAgent No. or Username
orgidentityStringThe identity string of the team
pwdtypeStringUse plaintext or md5 password for agent or account
passwordStringpassword
agent_group_idStringagent group id
pusheventStringIf need send a agent event, yes / no(default)
callbackFucStringcallback function

{code:code,message:message}

Value Description
{code:1,message:message}
{code:Succeed,message:Messages}
{code:2,message:message}
{code:Failed,message:Messages}