This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:custom_development_guide:apis:webservice:moh [2017/12/12 03:05] 127.0.0.1 external edit |
en:custom_development_guide:apis:webservice:moh [2019/01/03 09:35] (current) donnie |
||
---|---|---|---|
Line 2: | Line 2: | ||
*Function: | *Function: | ||
- | <code>hold(agentuniqueid,calleruniqueid,orgidentity,usertype,user,pwdtype,password)</code> | + | <code>hold(silence,orgidentity,usertype,user,pwdtype,password)</code> |
*Description: | *Description: | ||
Line 10: | Line 10: | ||
^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
- | |agentuniqueid|String|call uniqueid of the agent| | + | |silence|String|Whether it is silent (0 or 1),0 is not silent, 1 is silent.| |
- | |calleruniqueid|String|call uniqueid of the caller| | + | |
|orgidentity|String|The identity string of the team| | |orgidentity|String|The identity string of the team| | ||
|usertype|String|agent / account| | |usertype|String|agent / account| | ||
Line 19: | Line 18: | ||
*Return Format: | *Return Format: | ||
- | <code>|Return|code|Return|message|Return|status</code> | + | <code>|Retuen|code|Retuen|message</code> |
*Type of the Return Value: String | *Type of the Return Value: String | ||
Line 25: | Line 24: | ||
^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>| |