Home
last modified time | relevance | path

Searched refs:CF_APP_T38_REQ (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp1136 switch_channel_clear_app_flag_key("T38", m_fsChannel, CF_APP_T38_REQ); in AbortT38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1644 CF_APP_T38_REQ = (1 << 2), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c1220 switch_channel_set_app_flag_key("T38", channel, CF_APP_T38_REQ); in request_t38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c6533 if (status > 299 && switch_channel_test_app_flag_key("T38", tech_pvt->channel, CF_APP_T38_REQ)) { in sofia_handle_sip_r_invite()
6536 switch_channel_clear_app_flag_key("T38", tech_pvt->channel, CF_APP_T38_REQ); in sofia_handle_sip_r_invite()
H A Dmod_sofia.c607 switch_channel_clear_app_flag_key("T38", tech_pvt->channel, CF_APP_T38_REQ); in sofia_on_hangup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c6479 switch_channel_clear_app_flag_key("T38", channel, CF_APP_T38_REQ); in switch_core_media_reset_t38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs31401 CF_APP_T38_REQ = (1 << 2), enumerator