Home
last modified time | relevance | path

Searched refs:switch_core_session_get_write_impl (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_oreka/
H A Dmod_oreka.c128 status = switch_core_session_get_write_impl(oreka->session, &oreka->write_impl); in oreka_setup_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_codec.c341 SWITCH_DECLARE(switch_status_t) switch_core_session_get_write_impl(switch_core_session_t *session, … in switch_core_session_get_write_impl() function
H A Dswitch_core_io.c1162 switch_core_session_get_write_impl(session, &write_impl); in switch_core_session_send_dtmf_string()
H A Dswitch_core_media_bug.c883 switch_core_session_get_write_impl(session, &bug->write_impl); in switch_core_media_bug_add()
H A Dswitch_ivr_originate.c1292 … && switch_core_session_get_write_impl(oglobals->session, &write_impl) == SWITCH_STATUS_SUCCESS) { in setup_ringback()
H A Dswitch_channel.c2664 switch_core_session_get_write_impl(channel->session, &impl); in switch_channel_event_set_basic_data()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1775 SWITCH_DECLARE(switch_status_t) switch_core_session_get_write_impl(switch_core_session_t *session, …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9186 …public static switch_status_t switch_core_session_get_write_impl(SWIGTYPE_p_switch_core_session se… in switch_core_session_get_write_impl() method in FreeSWITCH.Native.freeswitch
9187 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_get_write_impl(SWIGTY… in switch_core_session_get_write_impl()
18999 …public static extern int switch_core_session_get_write_impl(global::System.Runtime.InteropServices… in switch_core_session_get_write_impl() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx15369 result = (switch_status_t)switch_core_session_get_write_impl(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_core_session_get_write_impl___()