mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
The rtptimeout setting is ignored on a per peer basis.
Not only is the rtptimeout ignored in some cases but rtpkeepalive and rtpholdtimeout is affected. this commit also removes rtptimeout/rtpholdtimeout on text rtp. (closes issue ASTERISK-18559) Review: https://reviewboard.asterisk.org/r/1452 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@338416 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1038,6 +1038,8 @@ struct sip_pvt {
|
||||
time_t lastrtprx; /*!< Last RTP received */
|
||||
time_t lastrtptx; /*!< Last RTP sent */
|
||||
int rtptimeout; /*!< RTP timeout time */
|
||||
int rtpholdtimeout; /*!< RTP timeout time on hold*/
|
||||
int rtpkeepalive; /*!< RTP send packets for keepalive */
|
||||
struct ast_ha *directmediaha; /*!< Which IPs are allowed to interchange direct media with this peer - copied from sip_peer */
|
||||
struct ast_sockaddr recv; /*!< Received as */
|
||||
struct ast_sockaddr ourip; /*!< Our IP (as seen from the outside) */
|
||||
|
||||
Reference in New Issue
Block a user