mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip: Remove outgoing authentication code no longer needed.
Associated with ASTERISK-25131 Change-Id: Iefa3b2066cfd8b108a90d2dd4a64d92c3a195d33
This commit is contained in:
@@ -192,24 +192,6 @@ int ast_res_pjsip_init_options_handling(int reload);
|
||||
*/
|
||||
int ast_res_pjsip_init_contact_transports(void);
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Initialize outbound authentication support
|
||||
*
|
||||
* \retval 0 Success
|
||||
* \retval non-zero Failure
|
||||
*/
|
||||
int internal_sip_initialize_outbound_authentication(void);
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Destroy outbound authentication support
|
||||
*
|
||||
* \retval 0 Success
|
||||
* \retval non-zero Failure
|
||||
*/
|
||||
void internal_sip_destroy_outbound_authentication(void);
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Initialize system configuration
|
||||
|
Reference in New Issue
Block a user