Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/include/t38/
H A Dt38proto.h58 #define OPAL_NO_G111_FAX "No-G711-Fax" ///< Suppress G.711 fall back macro
/dports/net/opal/opal-3.10.10/samples/faxopal/
H A Dmain.cxx165 stringOptions.SetBoolean(OPAL_NO_G111_FAX, true); in Main()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalFaxEndPoint.sip34 #define OPAL_NO_G111_FAX "No-G711-Fax" ///< Suppress G.711 fall back
/dports/net/opal/opal-3.10.10/src/t38/
H A Dt38proto.cxx848 if (m_stringOptions.GetBoolean(OPAL_NO_G111_FAX)) in OnSwitchedFaxMediaStreams()