Call Transfer

transferCJI(pwdtype, password, usertype, user, orgidentity, callbackFuc)

When call consult success, use call transfer will connect the consult and the call, and the agent will be hangup from the call.

Params Type Description
pwdtype StringUse plaintext or md5 password for agent or account
passwordStringpassword
usertypeStringagent / account
userStringAgent No. or Username
orgidentityStringThe identity string of the team
callbackFucString callback function

{code:code,message:message}

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