This is an old revision of the document!
====== Whisper ====== *Function: <code>whisperCJI (sessionid, phonenumber, pwdtype, password, usertype, user, orgidentity, callbackFuc)</code> *Description: <code>Agent Group admin could talk to agent in a call, while all the other parties in the call can not hear</code> *Parameters: ^Params ^Type ^Description ^ |sessionid|String|sessionid of the call| |phonenumber|String|the phone number you want to use for whisper, you can use a extension in system or any phone number| |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:code,message:message}</code> *Type of the Return Value:JSON *Return Values: ^Value ^Description ^ |<code>|Return|1|Return|message</code>|<code>Succeeded||Messages</code>| |<code>|Return|2|Return|message</code>|<code>Failed||Messages</code>|