mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options.
This change adds support for the 'rtp_timeout' and 'rtp_timeout_hold' endpoint options. These allow the channel to be hung up if RTP is not received from the remote endpoint for a specified number of seconds. ASTERISK-25259 #close Change-Id: I3f39daaa7da2596b5022737b77799d16204175b9
This commit is contained in:
@@ -79,6 +79,8 @@ struct ast_sip_session_media {
|
||||
pj_str_t transport;
|
||||
/*! \brief Scheduler ID for RTP keepalive */
|
||||
int keepalive_sched_id;
|
||||
/*! \brief Scheduler ID for RTP timeout */
|
||||
int timeout_sched_id;
|
||||
/*! \brief Stream is on hold */
|
||||
unsigned int held:1;
|
||||
/*! \brief Stream type this session media handles */
|
||||
|
Reference in New Issue
Block a user