#include <opal/buildopts.h>
#include <ptlib/pipechan.h>
#include <opal/mediafmt.h>
#include <opal/mediastrm.h>
#include <opal/localep.h>
Go to the source code of this file.
Data Structures | |
class | OpalFaxEndPoint |
class | OpalFaxConnection |
Defines | |
#define | OPAL_OPT_STATION_ID "Station-Id" |
String option for fax station ID string. | |
#define | OPAL_NO_G111_FAX "No-G711-Fax" |
Suppress G.711 fall back. | |
#define | OPAL_SUPPRESS_CED "Suppress-CED" |
Suppress transmission of CED tone. | |
#define | OPAL_IGNORE_CED "Ignore-CED" |
Ignore receipt of CED tone. | |
#define | OPAL_T38_SWITCH_TIME "T38-Switch-Time" |
Seconds for fail safe switch to T.38 mode. | |
#define | OPAL_FAX_TIFF_FILE "TIFF-File" |
Typedefs | |
typedef OpalFaxConnection | OpalT38Connection |
#define OPAL_FAX_TIFF_FILE "TIFF-File" |
#define OPAL_IGNORE_CED "Ignore-CED" |
Ignore receipt of CED tone.
#define OPAL_NO_G111_FAX "No-G711-Fax" |
Suppress G.711 fall back.
#define OPAL_OPT_STATION_ID "Station-Id" |
String option for fax station ID string.
#define OPAL_SUPPRESS_CED "Suppress-CED" |
Suppress transmission of CED tone.
#define OPAL_T38_SWITCH_TIME "T38-Switch-Time" |
Seconds for fail safe switch to T.38 mode.
typedef OpalFaxConnection OpalT38Connection |