Home
last modified time | relevance | path

Searched refs:switch_t38_options_t (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_media.h214 SWITCH_DECLARE(switch_t38_options_t *) switch_core_media_extract_t38_options(switch_core_session_t …
220 SWITCH_DECLARE(void) switch_core_media_copy_t38_options(switch_t38_options_t *t38_options, switch_c…
241 switch_core_session_t *other_session, switch_t38_options_t *t38_options);
246 …ch_core_media_set_udptl_image_sdp(switch_core_session_t *session, switch_t38_options_t *t38_option…
249 …id) switch_core_media_start_udptl(switch_core_session_t *session, switch_t38_options_t *t38_option…
H A Dswitch_types.h1191 } switch_t38_options_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp790switch_t38_options_t *t38_options = (switch_t38_options_t *)switch_channel_get_private(m_fsChannel… in SetCodecs()
1080switch_t38_options_t *t38_options = (switch_t38_options_t *)switch_channel_get_private(m_fsChannel… in SetT38OptionsFromMediaFormat()
1082 …t38_options = (switch_t38_options_t *)switch_core_session_alloc(m_fsSession, sizeof(switch_t38_opt… in SetT38OptionsFromMediaFormat()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx5561 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxVersion_set___()
5572 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxVersion_get___()
5583 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38MaxBitRate_set___()
5594 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38MaxBitRate_get___()
5605 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxFillBitRemoval_set___()
5616 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxFillBitRemoval_get___()
5627 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxTranscodingMMR_set___()
5638 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxTranscodingMMR_get___()
5649 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxTranscodingJBIG_set___()
5660 switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxTranscodingJBIG_get___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.cpp1305switch_t38_options_t* t38_options = (switch_t38_options_t*)switch_channel_get_private(m_fsChannel,… in OnModeChanged()
1308 …t38_options = (switch_t38_options_t*)switch_core_session_alloc(m_fsSession, sizeof(* t38_options)); in OnModeChanged()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c1030 switch_t38_options_t *t38_options; in configure_t38()
1073 switch_t38_options_t *t38_options = switch_channel_get_private(channel, "t38_options"); in negotiate_t38()
1163 switch_t38_options_t *t38_options = NULL; in request_t38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c43 static switch_t38_options_t * switch_core_media_process_udptl(switch_core_session_t *session, sdp_s…
528 switch_t38_options_t *t38_options = switch_channel_get_private(session->channel, "t38_options"); in switch_core_media_process_udptl()
534 t38_options = switch_core_session_alloc(session, sizeof(switch_t38_options_t)); in switch_core_media_process_udptl()
658 switch_t38_options_t *t38_options = NULL; in switch_core_media_extract_t38_options()
686 switch_core_session_t *other_session, switch_t38_options_t *t38_options) in switch_core_media_process_t38_passthru()
3481 SWITCH_DECLARE(void) switch_core_media_copy_t38_options(switch_t38_options_t *t38_options, switch_c… in switch_core_media_copy_t38_options()
3484 switch_t38_options_t *local_t38_options = switch_channel_get_private(channel, "t38_options"); in switch_core_media_copy_t38_options()
3489 local_t38_options = switch_core_session_alloc(session, sizeof(switch_t38_options_t)); in switch_core_media_copy_t38_options()
5179 switch_t38_options_t *t38_options = switch_core_media_process_udptl(session, sdp, m); in switch_core_media_negotiate_sdp()
12309 …id) switch_core_media_start_udptl(switch_core_session_t *session, switch_t38_options_t *t38_option… in switch_core_media_start_udptl()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c1650 switch_t38_options_t *t38_options = switch_channel_get_private(tech_pvt->channel, "t38_options"); in sofia_receive_message()
1696 switch_t38_options_t *t38_options = switch_channel_get_private(tech_pvt->channel, "t38_options"); in sofia_receive_message()
2339switch_t38_options_t *t38_options = switch_channel_get_private(tech_pvt->channel, "t38_options"); in sofia_receive_message()
2666 switch_t38_options_t *t38_options = switch_channel_get_private(channel, "t38_options"); in sofia_receive_message()
H A Dsofia.c6912switch_t38_options_t *t38_options = switch_core_media_extract_t38_options(session, sip->sip_payloa… in sofia_handle_sip_r_invite()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs46020 public class switch_t38_options_t : global::System.IDisposable { class
46024 internal switch_t38_options_t(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_t38_options_t() method in FreeSWITCH.Native.switch_t38_options_t
46029 …internal static global::System.Runtime.InteropServices.HandleRef getCPtr(switch_t38_options_t obj)… in getCPtr()
46033 ~switch_t38_options_t() { in ~switch_t38_options_t()
46200 public switch_t38_options_t() : this(freeswitchPINVOKE.new_switch_t38_options_t(), true) { in switch_t38_options_t() method in FreeSWITCH.Native.switch_t38_options_t