pub unsafe extern "C" fn switch_core_session_execute_exten(
session: *mut switch_core_session_t,
exten: *const c_char,
dialplan: *const c_char,
context: *const c_char,
) -> switch_status_tExpand description
\brief Run a dialplan and execute an extension \param session the current session \param exten the interface of the application to execute \param arg application arguments \note It does not change the channel back to CS_ROUTING, it manually calls the dialplan and executes the applications \warning Has to be called from the session’s thread \return the application’s return value