Grandstream Networks GXV3175 Telephone User Manual


 
Grandstream Networks, Inc. GMI HTML SDK and API Guide Page 6 of 17
www.grandstream.com Last Updated: 07/2011
Parameters and Return value Parameter:
acct - the account to be used starting from 0
isVideo - video call or not. 1-Yes, 0-No
isDialPlan - check dial plan or not. 1-Yes, 0-No
number - number to be dialed
headers - add in SIP header. For instance, when
“headers” is:
myheader1=myvalue1&myheader2=myvalue2
When Call is initiated, the following two headers will be
added in INVITE:
myheader1: myvalue1
myheader2: myvalue2
Return Value:
N/A
Note
N/A
4.5 simpleGMI.transfer()
Function
simpleGMI.transfer()
Description
Go to Transfer status.
Parameter and Return Value Parameter:
N/A
Return Value:
N/A
Note Valid only when the current line is connected in a call.
4.6 simpleGMI.transferTo()
Function
simpleGMI.transferTo(destnum)
Description
In transfer status, transfer the current call to destination
number.
Parameter and Return Value Parameter: