Function switch_core_session_execute_application_get_flags

Source
pub unsafe extern "C" fn switch_core_session_execute_application_get_flags(
    session: *mut switch_core_session_t,
    app: *const c_char,
    arg: *const c_char,
    flags: *mut i32,
) -> switch_status_t
Expand description

\brief Execute an application on a session \param session the current session \param app the application’s name \param arg application arguments \param flags pointer to a flags variable to set the applications flags to \return the application’s return value