]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options. 41/941/3
authorJoshua Colp <jcolp@digium.com>
Sat, 18 Jul 2015 16:16:10 +0000 (13:16 -0300)
committerJoshua Colp <jcolp@digium.com>
Fri, 24 Jul 2015 15:43:02 +0000 (12:43 -0300)
commit27497217912a82ca243a9d5e9acfbbb597faf323
treea461e85b877c4879eadae0f84024fb26735c630b
parent1997b6f677f314f685ece102af9a70ed17fe63b5
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/26f10cadc157_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