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

switch_api_execute() public static method

public static switch_api_execute ( string cmd, string arg, SWIGTYPE_p_switch_core_session session, switch_stream_handle stream ) : switch_status_t
cmd string
arg string
session SWIGTYPE_p_switch_core_session
stream switch_stream_handle
return switch_status_t
        public static switch_status_t switch_api_execute(string cmd, string arg, SWIGTYPE_p_switch_core_session session, switch_stream_handle stream)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_api_execute(cmd, arg, SWIGTYPE_p_switch_core_session.getCPtr(session), switch_stream_handle.getCPtr(stream));
            return ret;
        }
freeswitch