Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_sig.c620 switch_ivr_unhold(tech_pvt[0]->session); in RTMP_INVOKE_FUNCTION()
623 switch_ivr_unhold(tech_pvt[1]->session); in RTMP_INVOKE_FUNCTION()
H A Dmod_rtmp.c357 switch_ivr_unhold(session); in rtmp_on_hangup()
1494 switch_ivr_unhold(tech_pvt->session); in rtmp_attach_private()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h664 SWITCH_DECLARE(switch_status_t) switch_ivr_unhold(switch_core_session_t *session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c1573 switch_ivr_unhold(session); in skinny_handle_stimulus_message()
2101 switch_ivr_unhold(session); in skinny_handle_open_receive_channel_ack_message()
2204 switch_ivr_unhold(session); in skinny_handle_soft_key_event_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c1566 switch_ivr_unhold(session); in switch_ivr_hold_toggle_uuid()
1575 SWITCH_DECLARE(switch_status_t) switch_ivr_unhold(switch_core_session_t *session) in switch_ivr_unhold() function
1613 switch_ivr_unhold(session); in switch_ivr_unhold_uuid()
2113 switch_ivr_unhold(session); in switch_ivr_check_hold()
H A Dswitch_core_media.c6637 switch_ivr_unhold(b_session); in switch_core_media_toggle_hold()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dmod_freetdm.c206 switch_ivr_unhold(session); in stop_hold()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13173 public static switch_status_t switch_ivr_unhold(SWIGTYPE_p_switch_core_session session) { in switch_ivr_unhold() method in FreeSWITCH.Native.freeswitch
13174 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_unhold(SWIGTYPE_p_switch_core_… in switch_ivr_unhold()
25419 …public static extern int switch_ivr_unhold(global::System.Runtime.InteropServices.HandleRef jarg1); in switch_ivr_unhold() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx42220 result = (switch_status_t)switch_ivr_unhold(arg1); in CSharp_FreeSWITCHfNative_switch_ivr_unhold___()