Grandstream Networks GXV3175 Telephone User Manual


 
Grandstream Networks, Inc. GMI HTML SDK and API Guide Page 5 of 17
www.grandstream.com Last Updated: 07/2011
www.baidu.com
When the user is browsing the webpage www.baidu.com,
the function call to:
simpleGMI.historypage(-1)
will allow the user to return to the last page visited
(www.yahoo.com). At this point, the last page visited will
be www.google.com. If the function:
simpleGMI.historypage(-1)
is called again, the user will return to www.google.com
and the next page visited is www.baidu.com. If the
function:
simpleGMI.historypage(1)
is called, the user will return to www.yahoo.com.
If num is a non-existent record, nothing will take effect.
Return Value:
N/A
Note
4.3 simpleGMI.gotoURL()
Function
simpleGMI.gotoURL(url)
Description
Go to the URL address specified in the url parameter.
Parameters and Return value Parameter:
url - any url
Return Value:
N/A
Note
This function is used to implement a hyperlink.
4.4 simpleGMI.dial()
Function
simpleGMI.dial(acct, isVideo, isDialPlan, number,
headers)
Description
Call a specified number from a specified account.