39. Getphonestatus; 40. Getphonemem - Grandstream Networks GXV3240 User Manual

Hide thumbs Also See for GXV3240:
Table of Contents

Advertisement

39. getPhoneStatus

Description
Parameters
Http Request
Return

40. getPhoneMem

Description
Parameters
Http Request
GXV3240/GXV3275 GMI WEB SERVICE GUIDE V1.9
Get phone's process status (GMI version 6 or newer)
funcname: Process name
url: http://" + ip +"/manager?"
action: "phoneStatus"
funcname: process name
format: "json"
jsoncallback: "?" (This is the HTTP request for the call back function,
usually used in AJAX and JQuery)
For example:
http://192.168.121.230/manager?action=phoneStatus&funcname=g
s_gui
http://192.168.121.230/manager?action=phoneStatus&funcname=gs_g
ui&format=json&jsoncallback=?
If the return data is retrieved in json format and there is jsoncallback,
the return data is as follows:
jsoncallback(S)
where jsoncallback is the callback function name
Otherwise, the process status will be returned directly, for example,
S. The status are listed as below:
R: running
S: sleeping in an interruptible wait
D: waiting in uninterruptible disk sleep
Z: zombie
T: traced or stopped (on a signal)
W: paging
Unknown: unknown status or cannot get status return data
Get phone's memory status (GMI version 6 to 8)
funcname: Process name
url: http://" + ip +"/manager?"
action: "phoneMem"
funcname: process name
format: "json"
jsoncallback: "?" (This is the HTTP request for the call back function,
usually used in AJAX and JQuery)
For example:
Page 36 of 40

Advertisement

Table of Contents
loading

This manual is also suitable for:

Gxv3275

Table of Contents