mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip: Fix for Doxygen.
ASTERISK-29747 Change-Id: Ic7a1e9453f805a6264fe86c96b7d18b87b376084
This commit is contained in:
committed by
George Joseph
parent
cb043633d4
commit
bae495601a
@@ -178,16 +178,12 @@ int ast_sip_destroy_sorcery_global(void);
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Initialize global headers support
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void ast_sip_initialize_global_headers(void);
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Destroy global headers support
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void ast_sip_destroy_global_headers(void);
|
||||
|
||||
@@ -383,7 +379,7 @@ int ast_sip_will_uri_survive_restart(pjsip_sip_uri *uri, struct ast_sip_endpoint
|
||||
* for that period of time, it also prevents issues if the transport
|
||||
* disconnects while we're still trying to process a response.
|
||||
* (Attack mitigation)
|
||||
* 3. If enabled by global/keep_alive_interval, it sends '\r\n'
|
||||
* 3. If enabled by global/keep_alive_interval, it sends '\\r\\n'
|
||||
* keepalives on reliable transports at the interval specified.
|
||||
*
|
||||
* \retval -1 Failure
|
||||
|
Reference in New Issue
Block a user