]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options. 40/940/2
authorJoshua Colp <jcolp@digium.com>
Sat, 18 Jul 2015 16:16:10 +0000 (13:16 -0300)
committerJoshua Colp <jcolp@digium.com>
Thu, 23 Jul 2015 09:31:18 +0000 (06:31 -0300)
commitfae081ad5bf1c3925aa90cdd986f541cddefdea7
treeda605181a42477647395534852ab2eef75f76dd0
parent44c1eaf3431cdd4a91258c199c8c9ad88f40074b
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
12 files changed:
CHANGES
channels/chan_pjsip.c
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/5a6ccc758633_add_pjsip_timeout_options.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_session.h
include/asterisk/rtp_engine.h
main/rtp_engine.c
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_sdp_rtp.c
res/res_pjsip_session.c