This is an old revision of the document!
====== Exit ACW Mode ====== *Function: <code>acwOff(sessionid,usertype,user,orgidentity, pwdtype,password)</code> *Description: <code>Exit the ACW Mode if agent is in</code> *Parameters: ^ Params ^ Type ^ Description ^ |sessionid|String|Session id of the current call (you can get this from asterCC events)| |usertype|String|agent / account| |user|String|Agent No. or Username| |orgidentity|String|The identity string of the team| |pwdtype|String|Use plaintext or md5 password for agent or account| |password|String|password| *Return Format: <code>|Return|code|Return|message</code> *Type of the Return Value: String *Return Values: ^ Value ^ Description ^ |<code>|Return|1|Return|message|</code>|<code>Succeeded||Messages</code>| |<code>|Return|2|Return|message|</code>|<code>Failed||Messages</code>|