Function switch_core_session_request_uuid

Source
pub unsafe extern "C" fn switch_core_session_request_uuid(
    endpoint_interface: *mut switch_endpoint_interface_t,
    direction: switch_call_direction_t,
    originate_flags: switch_originate_flag_t,
    pool: *mut *mut switch_memory_pool_t,
    use_uuid: *const c_char,
) -> *mut switch_core_session_t
Expand description

\defgroup sessm Session Creation / Management \ingroup core1 { *! \brief Allocate and return a new session from the core \param endpoint_interface the endpoint interface the session is to be based on \param pool the pool to use for the allocation (a new one will be used if NULL) \return the newly created session */