#include <lid.h>
Public Member Functions | |
| DialParams () | |
Public Attributes | |
| bool | m_requireTones |
| Require dial/ring tone to be detected. | |
| unsigned | m_dialToneTimeout |
| Time in msec to wait for a dial tone to be detected. | |
| unsigned | m_dialStartDelay |
| Time in msec to wait between the dial tone detection and dialing the DTMF. | |
| unsigned | m_dialDigitTime |
| Time in msec to play DTMF digit. | |
| unsigned | m_dialInterDigitTime |
| Time in msec of silence between each DTMF digit. | |
| unsigned | m_progressTimeout |
| Time in msec to wait for a progress tone (ring, busy or connected) to be detected. | |
| unsigned | m_commaDelay |
| Time in msec to wait when a comma (',') is found in the dial string. | |
| OpalLineInterfaceDevice::DialParams::DialParams | ( | ) | [inline] |
Require dial/ring tone to be detected.
Time in msec to wait for a dial tone to be detected.
Time in msec to wait between the dial tone detection and dialing the DTMF.
Referenced by OpalLineConnection::getDialDelay(), and OpalLineConnection::setDialDelay().
Time in msec to play DTMF digit.
Time in msec of silence between each DTMF digit.
Time in msec to wait for a progress tone (ring, busy or connected) to be detected.
Time in msec to wait when a comma (',') is found in the dial string.
1.5.6