This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:custom_development_guide:apis:http:spy [2016/09/06 08:09] liuxl created |
en:custom_development_guide:apis:http:spy [2019/01/02 03:28] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Reques String: | *Reques String: | ||
| - | <code>EVENT=SILENTMONITOR&sessionid=sessionid&phonenumber=phonenumber&pwdtype=pwdtype&password=password&usertype=usertype&user=user&orgidentity=orgidentity</code> | + | <code>EVENT=SILENTMONITOR&target=target&phonenumber=phonenumber&pwdtype=pwdtype&password=password&usertype=usertype&user=user&orgidentity=orgidentity</code> |
| *Description: | *Description: | ||
| Line 11: | Line 11: | ||
| ^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
| |EVENT|String|SILENTMONITOR| | |EVENT|String|SILENTMONITOR| | ||
| - | |sessionid|String|sessionid of the call| | + | |target|String|To monitor which agent, fill in the agent no| |
| |phonenumber|String|the phone number you want to use for spy, you can use a extension in system or any phone number| | |phonenumber|String|the phone number you want to use for spy, you can use a extension in system or any phone number| | ||
| |pwdtype|String|Use plaintext or md5 password for agent or account| | |pwdtype|String|Use plaintext or md5 password for agent or account| | ||
| Line 20: | Line 20: | ||
| *Return Format: | *Return Format: | ||
| - | <code>|Return|code|Return|message</code> | + | <code>|Retuen|code|Retuen|message</code> |
| *Type of the Return Value: String | *Type of the Return Value: String | ||
| Line 26: | Line 26: | ||
| ^Value ^Description ^ | ^Value ^Description ^ | ||
| - | |<code>|Return|1|Return|message</code>|<code>Succeeded||Messages</code>| | + | |<code>|Retuen|1|Retuen|message</code>|<code>Succeeded||Messages</code>| |
| - | |<code>|Return|2|Return|message</code>|<code>Failed||Messages</code>| | + | |<code>|Retuen|2|Retuen|message</code>|<code>Failed||Messages</code>| |