Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c1105 …(session), SWITCH_LOG_DEBUG, "T38VendorInfo = '%s'\n", switch_str_nil(t38_options->T38VendorInfo)); in negotiate_t38()
1138 t38_options->T38VendorInfo = "0 0 0"; in negotiate_t38()
1213 t38_options->T38VendorInfo = "0 0 0"; in request_t38()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.cpp1099 …t38_options->T38VendorInfo = switch_core_session_strdup(m_fsSession, mediaFormat.GetOptionString("… in SetT38OptionsFromMediaFormat()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1185 const char *T38VendorInfo; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.cpp1311 t38_options->T38VendorInfo = "0 0 0"; in OnModeChanged()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c579 t38_options->T38VendorInfo = switch_core_session_strdup(session, attr->a_value); in switch_core_media_process_udptl()
3500 local_t38_options->T38VendorInfo = switch_core_session_strdup(session, t38_options->T38VendorInfo); in switch_core_media_copy_t38_options()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx5780 arg1->T38VendorInfo = (char const *) (new char[strlen((const char *)arg2)+1]); in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38VendorInfo_set___()
5781 strcpy((char *)arg1->T38VendorInfo, (const char *)arg2); in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38VendorInfo_set___()
5783 arg1->T38VendorInfo = 0; in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38VendorInfo_set___()
5795 result = (char *) ((arg1)->T38VendorInfo); in CSharp_FreeSWITCHfNative_switch_t38_options_t_T38VendorInfo_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs46140 public string T38VendorInfo { property in FreeSWITCH.Native.switch_t38_options_t