C API:
B_SetVoiceTimeout(PORTFAX Port, int WaitTime );
C++ API
Port->SetVoiceTimeout( int WaitTime );
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
|
|
|
|
|
|
Description
This function configures how long the fax card should wait for one digit after DTMF detection had been enabled ( with a previous call to the function B_SetDigitNumber ).
Parameters
|
int |
WaitTime |
Number of second to wait. |
Return Value
Zero on success, not zero on an error.
Sample Code
None at present.