====== Call Transfer ====== *Function: transferCJI(pwdtype, password, usertype, user, orgidentity, callbackFuc) *Description: When call consult success, use call transfer will connect the consult and the call, and the agent will be hangup from the call. *Parameters: ^Params ^Type ^Description ^ |pwdtype |String|Use plaintext or md5 password for agent or account| |password|String|password| |usertype|String|agent / account| |user|String|Agent No. or Username| |orgidentity|String|The identity string of the team| |callbackFuc|String |callback function| *Return Format: {code:code,message:message} *Type of the Return Value:JSON *Return Values: ^Value ^Description ^ |{code:1,message:message}|{code:Succeed,message:Messages}| |{code:2,message:message}|{code:Failed,message:Messages}|