Grandstream Networks GXV3175 Telephone User Manual


 
Grandstream Networks, Inc. GMI HTML SDK and API Guide Page 13 of 17
www.grandstream.com Last Updated: 07/2011
N/A
Return Value:
Return string in JSON format. It has to be transformed to
JSON format first.
For instance:
{“country”: “CN”}
Strings in red will be displayed as the actual value in the
phone.
Note
N/A
5.4 GMIEngine.getAccountInfo()
Function
GMIEngine. getAccountInfo()
Description
Obtain the account info
Parameter and Return Value Parameter:
N/A
Return Value:
Return string in JSON format. It has to be transformed to
JSON format first.
For instance:
{“info”: [{“index”: “0”, “enable”: “1”, “registerFlag”: “1”,
“acctName”: “IPVideoTalk”, “server”:
sip.ipvideotalk.com:48879”, “userID”: “8109060”,
“authID”: “8109060”, “callIDName”: “8109060”}, {“index”:
1”, “enable”: “1”, “registerFlag”: “1”, “acctName”: “8089”,
“server”: “192.168.1.20”, “userID”: “8089”, “authID”:
8089”, “callIDName”: “8089”}, {“index”: “2”, “enable”: “0”,
“registerFlag”: “0”, “acctName”: “8011”, “server”:
192.168.1.20”, “userID”: “8011”, “authID”: “8011”,
“callIDName”: “8011”}] }
Strings in red will be displayed as the actual value in the
phone.
Note
N/A