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

switch_ivr_say() public static method

public static switch_ivr_say ( SWIGTYPE_p_switch_core_session session, string tosay, string module_name, string say_type, string say_method, string say_gender, switch_input_args_t args ) : switch_status_t
session SWIGTYPE_p_switch_core_session
tosay string
module_name string
say_type string
say_method string
say_gender string
args switch_input_args_t
return switch_status_t
        public static switch_status_t switch_ivr_say(SWIGTYPE_p_switch_core_session session, string tosay, string module_name, string say_type, string say_method, string say_gender, switch_input_args_t args)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_say(SWIGTYPE_p_switch_core_session.getCPtr(session), tosay, module_name, say_type, say_method, say_gender, switch_input_args_t.getCPtr(args));
            return ret;
        }
freeswitch