mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-09 14:49:11 +00:00
chan_pjsip: add allow_sending_180_after_183 option
added new global config option "allow_sending_180_after_183" that if enabled will preserve 180 after a 183 ASTERISK-29842 Change-Id: I8a53f8c35595b6d16d8e86e241b5f110d92f3d18
This commit is contained in:
committed by
Friendly Automation
parent
d33050f172
commit
bd5cc4c81e
@@ -2989,6 +2989,13 @@ int ast_sip_get_mwi_tps_queue_low(void);
|
||||
*/
|
||||
unsigned int ast_sip_get_mwi_disable_initial_unsolicited(void);
|
||||
|
||||
/*!
|
||||
* \brief Retrieve the global setting 'allow_sending_180_after_183'.
|
||||
*
|
||||
* \retval non zero if disable.
|
||||
*/
|
||||
unsigned int ast_sip_get_allow_sending_180_after_183(void);
|
||||
|
||||
/*!
|
||||
* \brief Retrieve the global setting 'use_callerid_contact'.
|
||||
* \since 13.24.0
|
||||
|
||||
Reference in New Issue
Block a user