Removecall(id, flag, callbackfunction) – Grandstream GXP2200 GMI Web Service Guide User Manual
Page 28

GXP2200 GMI WEB SERVICE GUIDE V1.0
Page 27 of 38
• For example:
http://192.168.121.230/manager?action=getlastcall&type=1&format=json&jsoncallb
ack=?
Return
HTTP request return:
• Successful
"{"res": "success", "msg" : [{"id" : "15", "number" : "8107314", "account" : "0",
"isVideo", "0"}]}"
• Failed
"{"res" : "error", "msg" : "get last call failed"}"
• "type" wrong format
"{"res" : "error", "msg" : "wrong type format"}"
29. removeCall(id, flag, callbackFunction)
Description
Remove call log
Parameters
• flag: Remove type. 1 - remove all the logs in answered calls, dialed calls or missed
calls; 2 - remove one call
• id: Call log identifier
flag=1, id=0 - remove all answered call log
flag=1, id=1 - remove all dialed call log
flag=1, id=2 - remove all missed call log
flag=0, id is the log ID - remove the log with id =ID
• callbackFunction: Call back function
HTTP Request
• url: "http://"+ ip + "/manager?"
• action: "removeall"
• ID: "1"
• flag: "1"
• 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=removecall&ID=1&flag=1&format=json&jso
ncallback=?
Return
1. HTTP request return:
• Remove successful
"{"res": "success"}"
• Remove failed
"{"res" : "error", "msg" : "remove call failed"}"
• Parameters in wrong format (GMI version 9 or newer)