Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h633 SWITCH_DECLARE(char *) switch_channel_expand_variables_check(switch_channel_t *channel, const char …
634 #define switch_channel_expand_variables(_channel, _in) switch_channel_expand_variables_check(_chann…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_commands.c510 p = switch_channel_expand_variables_check(channel, input, NULL, NULL, 0); in SWITCH_STANDARD_API()
H A Dkazoo_dptools.c468 my_data = switch_channel_expand_variables_check(channel, resolve, NULL, NULL, 0); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c3939 SWITCH_DECLARE(char *) switch_channel_expand_variables_check(switch_channel_t *channel, const char … in switch_channel_expand_variables_check() function
4099 …if ((expanded = switch_channel_expand_variables_check(channel, (char *) vname, var_list, api_list,… in switch_channel_expand_variables_check()
4124 …if ((expanded_sub_val = switch_channel_expand_variables_check(channel, sub_val, var_list, api_list… in switch_channel_expand_variables_check()
4163 …if ((expanded_vname = switch_channel_expand_variables_check(channel, (char *) vname, var_list, api… in switch_channel_expand_variables_check()
4169 …if ((expanded = switch_channel_expand_variables_check(channel, vval, var_list, api_list, recur+1))… in switch_channel_expand_variables_check()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11991 …public static string switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel channel, stri… in switch_channel_expand_variables_check() method in FreeSWITCH.Native.freeswitch
11992 …string ret = freeswitchPINVOKE.switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel.get… in switch_channel_expand_variables_check()
24336 …public static extern string switch_channel_expand_variables_check(global::System.Runtime.InteropSe… in switch_channel_expand_variables_check() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx37185 result = (char *)switch_channel_expand_variables_check(arg1,(char const *)arg2,arg3,arg4,arg5); in CSharp_FreeSWITCHfNative_switch_channel_expand_variables_check___()