CancelCall
Modem Manager
Description: | This subroutine removes a queued call or abandons a call that is in-progress. |
Usage: ![]() |
Script Only. |
Related to: | MakeCall |
Format: ![]() |
\ModemManager.CancelCall(Tag [, HangUp, NoCancel, Silent]); |
Parameters: |
Tag |
Any text expression that identifies the tag that originally requested the call. |
HangUp |
An optional Boolean parameter that specifies whether to hang-up on an active call. The default is to allow an active call to proceed. |
NoCancel |
An optional Boolean parameter that, if set, will remove the call from the internal queue, but not terminate the call. |
Silent |
An optional Boolean parameter indicating the logging is not required if set TRUE. |
Comments: | As described under MakeCall, after a tag has requested that a call be made, the Modem Manager takes responsibility for the control of the call, and indicates progress in the tag's DataPort variable. If the tag decides at any point before the Modem Manager has completed (or abandoned) the call that it no longer requires the call, then the tag must call CancelCall. |