Home
last modified time | relevance | path

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

/dports/net/libosip2/libosip2-5.3.0/src/test/res/
H A Dsdp128 a=T38FaxVersion:0
H A Dsip8120 a=T38FaxVersion:0
H A Dtorture_sdps123 a=T38FaxVersion:0
H A Dtorture_hgs625 a=T38FaxVersion:0
H A Dtorture_msgs21110 a=T38FaxVersion:0
/dports/net/opal/opal-3.10.10/plugins/fax/fax_spandsp/
H A Dspandsp_fax.cpp219 static struct PluginCodec_Option const T38FaxVersion = variable
391 &T38FaxVersion,
605 if (strcasecmp(option, T38FaxVersion.m_name) == 0) { in SetOption()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c1043 t38_set_t38_version(pvt->t38_core, t38_options->T38FaxVersion); in configure_t38()
1096 …HANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "T38FaxVersion = %d\n", t38_options->T38FaxVersion); in negotiate_t38()
1112 if (t38_options->T38FaxVersion > 3) { in negotiate_t38()
1113 t38_options->T38FaxVersion = 3; in negotiate_t38()
1205 t38_options->T38FaxVersion = 0; in request_t38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp794 t38.SetOptionInteger("T38FaxVersion", t38_options->T38FaxVersion); in SetCodecs()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1176 uint16_t T38FaxVersion; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.cpp1313 t38_options->T38FaxVersion = (uint16_t)profile.m_version; in OnModeChanged()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c537 t38_options->T38FaxVersion = 0; in switch_core_media_process_udptl()
561 t38_options->T38FaxVersion = (uint16_t) atoi(attr->a_value); in switch_core_media_process_udptl()
11891 t38_options->T38FaxVersion, 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.cxx5566 if (arg1) (arg1)->T38FaxVersion = arg2; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxVersion_set___()
5576 result = (uint16_t) ((arg1)->T38FaxVersion); in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38FaxVersion_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs46050 public ushort T38FaxVersion { property in FreeSWITCH.Native.switch_t38_options_t