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

switch_core_session_execute_exten() public static method

public static switch_core_session_execute_exten ( SWIGTYPE_p_switch_core_session session, string exten, string dialplan, string context ) : switch_status_t
session SWIGTYPE_p_switch_core_session
exten string
dialplan string
context string
return switch_status_t
        public static switch_status_t switch_core_session_execute_exten(SWIGTYPE_p_switch_core_session session, string exten, string dialplan, string context)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_execute_exten(SWIGTYPE_p_switch_core_session.getCPtr(session), exten, dialplan, context);
            return ret;
        }
freeswitch