OPAL  Version 3.10.10
t38proto.h File Reference
#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
 

Macros

#define OPAL_OPT_STATION_ID   "Station-Id"
 String option for fax station ID string. More...
 
#define OPAL_OPT_HEADER_INFO   "Header-Info"
 String option for transmitted fax page header. More...
 
#define OPAL_NO_G111_FAX   "No-G711-Fax"
 Suppress G.711 fall back. More...
 
#define OPAL_SWITCH_ON_CED   "Switch-On-CED"
 Try switch to T.38 on receipt of CED tone. More...
 
#define OPAL_T38_SWITCH_TIME   "T38-Switch-Time"
 Seconds for fail safe switch to T.38 mode. More...
 
#define OPAL_FAX_TIFF_FILE   "TIFF-File"
 

Typedefs

typedef OpalFaxConnection OpalT38Connection
 

Macro Definition Documentation

◆ OPAL_FAX_TIFF_FILE

#define OPAL_FAX_TIFF_FILE   "TIFF-File"

◆ OPAL_NO_G111_FAX

#define OPAL_NO_G111_FAX   "No-G711-Fax"

Suppress G.711 fall back.

◆ OPAL_OPT_HEADER_INFO

#define OPAL_OPT_HEADER_INFO   "Header-Info"

String option for transmitted fax page header.

◆ OPAL_OPT_STATION_ID

#define OPAL_OPT_STATION_ID   "Station-Id"

String option for fax station ID string.

◆ OPAL_SWITCH_ON_CED

#define OPAL_SWITCH_ON_CED   "Switch-On-CED"

Try switch to T.38 on receipt of CED tone.

◆ OPAL_T38_SWITCH_TIME

#define OPAL_T38_SWITCH_TIME   "T38-Switch-Time"

Seconds for fail safe switch to T.38 mode.

Typedef Documentation

◆ OpalT38Connection