Gmiengine. transfer2num(), 18 gmiengine. transfer2num() – Grandstream GXV3140 GMI Guide User Manual
Page 15

Grandstream Networks, Inc.
GMI HTML SDK and API Guide
Page 15 of 43
www.grandstream.com
Last Updated: 09/2010
Purpose:
Activate transfer mode
Note: Activate transfer mode. This will only work when current line
is connected (You can use the function GMIEngine.getstate() to get
the current state of the lines). Additionally, the transfer mode will
also be activated when the “Transfer” button on the phone is
pressed when the phone is running the GMI application.
Parameter and Return
Value:
Parameter:
None
Return Value:
None
Additional Description:
None
4.18 GMIEngine. transfer2num()
Function:
GMIEngine.
transfer2num (destnum)
Purpose:
Transfer the call to the destination number (when transfer mode is
activated)
Note: Transfer current line to destnum. Need to call transfer()
function to active transfer mode first. If the user wishes to implement
a one-button transfer, they can implement a textbox to enter the
number and call the two functions GMIEngine.transfer () and
GMIEngine. transfer2num (destnum) consecutively when the user
presses the button to submit.
Parameter and Return
Value:
Parameter:
destnum –The number to transfer to
Return Value:
None
Additional Description:
None