Home
last modified time | relevance | path

Searched refs:OPAL_OPT_STATION_ID (Results 1 – 4 of 4) sorted by relevance

/dports/net/opal/opal-3.10.10/include/t38/
H A Dt38proto.h56 #define OPAL_OPT_STATION_ID "Station-Id" ///< String option for fax station ID string macro
/dports/net/opal/opal-3.10.10/samples/faxopal/
H A Dmain.cxx155 stringOptions.SetAt(OPAL_OPT_STATION_ID, str); in Main()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalFaxEndPoint.sip33 #define OPAL_OPT_STATION_ID "Station-Id" ///< String option for fax station ID string
/dports/net/opal/opal-3.10.10/src/t38/
H A Dt38proto.cxx663 PString str = m_stringOptions(OPAL_OPT_STATION_ID); in SetFaxMediaFormatOptions()