IO.TAPI.ModemStatus

<< Click to Display Table of Contents >>

 

IO.TAPI.ModemStatus

Type of Tag

I/O Tag

Type of Access

Read-Only

N1 Parameter

-1 (minus one)

N2 Parameter

0 (zero)

N3 Parameter

3 (three)

N4 Parameter

2 (two)

String Configuration

IO.TAPI.ModemStatus

 

Returns a String with the current status of a modem. Possible values are the following:

"No status!": The Modem Interface was not open yet or was already closed

"Modem initialized OK!": The Modem Interface was initialized successfully

"Modem error at initialization!": Driver could not initialize modem's line. Check Driver's log file for more details

"Modem error at dial!": Driver could not start or accept a call

"Connecting...": Driver started a call successfully, and is currently processing that call

"Ringing...": Indicates that the modem is receiving an external call, but it did not accepted it yet

"Connected!": Driver connected successfully, that is, completed or accepted an external call

"Disconnecting...": Driver is turning the current call off

"Disconnected OK!": Driver turned the current call off

"Error: no dial tone!": Driver aborted a call because the available line signal was not detected

"Error: busy!": Driver aborted a call because the line was busy

"Error: no answer!": Driver aborted a call because no answer was received from the other modem

"Error: unknown!": Current call was aborted because of an unknown error

Was this page useful?