Home
last modified time | relevance | path

Searched refs:T38FaxMaxBuffer (Results 1 – 13 of 13) sorted by relevance

/dports/net/libosip2/libosip2-5.3.0/src/test/res/
H A Dsdp1214 a=T38FaxMaxBuffer:72
H A Dsip8126 a=T38FaxMaxBuffer:260
H A Dtorture_sdps129 a=T38FaxMaxBuffer:72
H A Dtorture_hgs631 a=T38FaxMaxBuffer:260
H A Dtorture_msgs21116 a=T38FaxMaxBuffer:260
/dports/net/opal/opal-3.10.10/plugins/fax/fax_spandsp/
H A Dspandsp_fax.cpp276 static struct PluginCodec_Option const T38FaxMaxBuffer = variable
394 &T38FaxMaxBuffer,
625 if (strcasecmp(option, T38FaxMaxBuffer.m_name) == 0) { in SetOption()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c1044 t38_set_max_buffer_size(pvt->t38_core, t38_options->T38FaxMaxBuffer); in configure_t38()
1102 …EL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "T38FaxMaxBuffer = %d\n", t38_options->T38FaxMaxBuffer); in negotiate_t38()
1127 if (!t38_options->T38FaxMaxBuffer) { in negotiate_t38()
1128 t38_options->T38FaxMaxBuffer = 2000; in negotiate_t38()
1210 t38_options->T38FaxMaxBuffer = 2000; in request_t38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp800 t38.SetOptionInteger("T38Version", t38_options->T38FaxMaxBuffer); in SetCodecs()
1092 t38_options->T38FaxMaxBuffer = mediaFormat.GetOptionInteger("T38FaxMaxBuffer", 2000); in SetT38OptionsFromMediaFormat()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1182 uint32_t T38FaxMaxBuffer; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.cpp1331 t38_options->T38FaxMaxBuffer = profile.m_t38FaxUdpOptions.m_t38FaxMaxBuffer; in OnModeChanged()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c541 t38_options->T38FaxMaxBuffer = 500; in switch_core_media_process_udptl()
573 t38_options->T38FaxMaxBuffer = (uint32_t) atoi(attr->a_value); in switch_core_media_process_udptl()
3497 local_t38_options->T38FaxMaxBuffer = t38_options->T38FaxMaxBuffer; in switch_core_media_copy_t38_options()
11850 if (t38_options->T38FaxMaxBuffer) { in switch_core_media_set_udptl_image_sdp()
11851 …witch_snprintf(max_buf, sizeof(max_buf), "a=T38FaxMaxBuffer:%d\r\n", t38_options->T38FaxMaxBuffer); in switch_core_media_set_udptl_image_sdp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx5705 if (arg1) (arg1)->T38FaxMaxBuffer = arg2; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxMaxBuffer_set___()
5715 result = (uint32_t) ((arg1)->T38FaxMaxBuffer); in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxMaxBuffer_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs46110 public uint T38FaxMaxBuffer { property in FreeSWITCH.Native.switch_t38_options_t