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

switch_ivr_say_string() public static method

public static switch_ivr_say_string ( SWIGTYPE_p_switch_core_session session, string lang, string ext, string tosay, string module_name, string say_type, string say_method, string say_gender, string &rstr ) : switch_status_t
session SWIGTYPE_p_switch_core_session
lang string
ext string
tosay string
module_name string
say_type string
say_method string
say_gender string
rstr string
return switch_status_t
        public static switch_status_t switch_ivr_say_string(SWIGTYPE_p_switch_core_session session, string lang, string ext, string tosay, string module_name, string say_type, string say_method, string say_gender, ref string rstr)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_say_string(SWIGTYPE_p_switch_core_session.getCPtr(session), lang, ext, tosay, module_name, say_type, say_method, say_gender, ref rstr);
            return ret;
        }
freeswitch