mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Merge "res_rtp_asterisk.c: Increase strictrtp learning timeout time."
This commit is contained in:
@@ -140,7 +140,14 @@ enum strict_rtp_state {
|
||||
STRICT_RTP_CLOSED, /*! Drop all RTP packets not coming from source that was learned */
|
||||
};
|
||||
|
||||
#define STRICT_RTP_LEARN_TIMEOUT 1500 /*!< milliseconds */
|
||||
/*!
|
||||
* \brief Strict RTP learning timeout time in milliseconds
|
||||
*
|
||||
* \note Set to 5 seconds to allow reinvite chains for direct media
|
||||
* to settle before media actually starts to arrive. There may be a
|
||||
* reinvite collision involved on the other leg.
|
||||
*/
|
||||
#define STRICT_RTP_LEARN_TIMEOUT 5000
|
||||
|
||||
#define DEFAULT_STRICT_RTP -1 /*!< Enabled */
|
||||
#define DEFAULT_ICESUPPORT 1
|
||||
|
Reference in New Issue
Block a user