====== Call release ======
* Function:
forcedReleaseCJI (target, phonenumber, pwdtype, password, usertype, user, orgidentity,callbackFuc)
* Description:
Group admin hangup an agent, start to talk with caller.
* Parameters:
^ Parameters ^ Type ^ Description ^
|target|String|agent No.|
|phonenumber|String|phone number of group admin|
|pwdtype|String|password type: plaintext/md5|
|password|String|password|
|usertype|String|agent/account|
|user|String|agent No. / username|
|orgidentity|String|team identity|
|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:message}|
|{code:2,message:message}|{code:failed,message:message}|