mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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
Kevin Harwell
parent
eab489b22e
commit
1cdaeb8161
@@ -3065,6 +3065,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