Home
last modified time | relevance | path

Searched refs:switch_dial_handle_get_vars (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_skel/
H A Dmod_skel.c188 switch_dial_handle_get_vars(dh, 0, peer_vars, MAX_PEERS); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h1055 SWITCH_DECLARE(int) switch_dial_handle_get_vars(switch_dial_handle_t *handle, int idx, switch_event…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_originate.c2775 switch_dial_handle_get_vars(dh, r, peer_vars, MAX_PEERS); in switch_ivr_originate()
4404 SWITCH_DECLARE(int) switch_dial_handle_get_vars(switch_dial_handle_t *handle, int idx, switch_event… in switch_dial_handle_get_vars() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13625 …public static int switch_dial_handle_get_vars(SWIGTYPE_p_switch_dial_handle_s handle, int idx, SWI… in switch_dial_handle_get_vars() method in FreeSWITCH.Native.freeswitch
13626 …int ret = freeswitchPINVOKE.switch_dial_handle_get_vars(SWIGTYPE_p_switch_dial_handle_s.getCPtr(ha… in switch_dial_handle_get_vars()
25695 …public static extern int switch_dial_handle_get_vars(global::System.Runtime.InteropServices.Handle… in switch_dial_handle_get_vars() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx43641 result = (int)switch_dial_handle_get_vars(arg1,arg2,arg3,arg4); in CSharp_FreeSWITCHfNative_switch_dial_handle_get_vars___()