Home
last modified time | relevance | path

Searched refs:switch_ivr_parse_event (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h114 SWITCH_DECLARE(switch_status_t) switch_ivr_parse_event(_In_ switch_core_session_t *session, _In_ sw…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c503 SWITCH_DECLARE(switch_status_t) switch_ivr_parse_event(switch_core_session_t *session, switch_event… in switch_ivr_parse_event() function
802 status = switch_ivr_parse_event(session, event); in switch_ivr_parse_next_event()
1055 switch_ivr_parse_event(session, event); in switch_ivr_park()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_event_socket/
H A Dmod_event_socket.c2200 switch_ivr_parse_event(listener->session, *event); in parse_command()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12803 …public static switch_status_t switch_ivr_parse_event(SWIGTYPE_p_switch_core_session session, switc… in switch_ivr_parse_event() method in FreeSWITCH.Native.freeswitch
12804 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_parse_event(SWIGTYPE_p_switch_… in switch_ivr_parse_event()
25197 …public static extern int switch_ivr_parse_event(global::System.Runtime.InteropServices.HandleRef j… in switch_ivr_parse_event() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A DChangeLog1592 …core: switch_ivr_parse_event(): allow execute-app-args to be specified in event body (FSCORE-514/r…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx40970 result = (switch_status_t)switch_ivr_parse_event(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_ivr_parse_event___()