res_pjsip: Fix for Doxygen.

ASTERISK-29747

Change-Id: Ic7a1e9453f805a6264fe86c96b7d18b87b376084
This commit is contained in:
Alexander Traud
2021-11-16 10:40:37 +01:00
committed by Friendly Automation
parent 8944dc78d1
commit 463f6c83e8
24 changed files with 125 additions and 137 deletions

View File

@@ -1742,6 +1742,7 @@ static void set_from_header(struct ast_sip_session *session)
* \internal
* \brief Validate a media state
*
* \param session_name For log messages
* \param state Media state
*
* \retval 1 The media state is valid
@@ -1827,7 +1828,7 @@ end:
* \param delayed_pending_state The pending media state at the time the resuest was queued
* \param delayed_active_state The active media state at the time the resuest was queued
* \param current_active_state The current active media state
* \param run_validation Whether to run validation on the resulting media state or not
* \param run_post_validation Whether to run validation on the resulting media state or not
*
* \returns New merged topology or NULL if there's an error
*
@@ -3582,8 +3583,6 @@ int ast_sip_session_defer_termination(struct ast_sip_session *session)
* \since 13.5.0
*
* \param session Which session to stop the timer.
*
* \return Nothing
*/
static void sip_session_defer_termination_stop_timer(struct ast_sip_session *session)
{