FreeSWITCH.Native.freeswitch.switch_channel_expand_variables_check C# (CSharp) Method

switch_channel_expand_variables_check() public static method

public static switch_channel_expand_variables_check ( SWIGTYPE_p_switch_channel channel, string arg1, switch_event var_list, switch_event api_list, uint recur ) : string
channel SWIGTYPE_p_switch_channel
arg1 string
var_list switch_event
api_list switch_event
recur uint
return string
        public static string switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel channel, string arg1, switch_event var_list, switch_event api_list, uint recur)
        {
            string ret = freeswitchPINVOKE.switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel.getCPtr(channel), arg1, switch_event.getCPtr(var_list), switch_event.getCPtr(api_list), recur);
            return ret;
        }
freeswitch