ModemTransfer

(Engine-Level Function)

Description: Transfers a modem call to another application and returns an indication of success.
Returns: Numeric
Usage: Script Only.
Function Groups: Modem
Related to: ModemCount | ModemDial | ModemList | ModemMedia | ModemStream
Format: ModemTransfer(ModemStream )
Parameters:  
ModemStream
Required. The connected modem stream (returned from a ModemStream function call) that is to be handed off to another interested application.
Comments: The call is transferred to the next highest priority application interested in the call. When the transfer is made, the stream value will be set to 8. This function will return true (1) to indicate a successful transfer or false (0) if the transfer was unsuccessful.
Passing an incoming call to a RAS would be a common use for this function.