Grandstream GXV3275 GMI Web Service Guide Manual de usuario Pagina 41

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 45
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 40
GXV3240/3275 GMI Web Service v1.9 User Guide
Page 40 of 44
Unknown: unknown status or cannot get status return data
getPhoneMem
Description
Get phone's memory status (GMI version 6 to 8)
Parameters
funcname: Process name
Http Request
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:
http://192.168.121.230/manager?action=phoneStatus&funcname=gs_g
ui
http://192.168.121.230/manager?action=phoneStatus&funcname=gs_p
hone&format=json&jsoncallback=?
Return
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 physical memory of the process wi
ll be returned. For
example, 3176 kB
If the process memory is unknown or cannot get memory,
"Unknown" will be returned.
getcStatus
Description
Get phone's line status (GMI version 8 or newer)
Parameters
line: Line index number. From 0 to 2 for line 1 to line 3
Http Request
URL: http://" + ip +"/manager?"
action: "lineStatus"
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=lineStatus&line=0
Return
1. If the return data is retrieved in json format and there is jsoncallback,
Vista de pagina 40
1 2 ... 36 37 38 39 40 41 42 43 44 45

Comentarios a estos manuales

Sin comentarios