-
- Downloads
res_pjsip: Add rtp_keepalive endpoint option.
This adds an "rtp_keepalive" option for PJSIP endpoints. Similar to the chan_sip option, this specifies an interval, in seconds, at which we will send RTP comfort noise frames. This can be useful for keeping RTP sessions alive as well as keeping NAT associations alive during lulls. ASTERISK-25242 #close Reported by Mark Michelson Change-Id: I06660ba672c0a343814af4cec838e6025cafd54b
Showing
- CHANGES 4 additions, 0 deletionsCHANGES
- contrib/ast-db-manage/config/versions/498357a710ae_add_rtp_keepalive.py 22 additions, 0 deletions...-manage/config/versions/498357a710ae_add_rtp_keepalive.py
- include/asterisk/res_pjsip.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- include/asterisk/res_pjsip_session.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip_session.h
- include/asterisk/rtp_engine.h 16 additions, 0 deletionsinclude/asterisk/rtp_engine.h
- main/rtp_engine.c 13 additions, 0 deletionsmain/rtp_engine.c
- res/res_pjsip.c 8 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/pjsip_configuration.c 1 addition, 0 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_sdp_rtp.c 47 additions, 0 deletionsres/res_pjsip_sdp_rtp.c
- res/res_pjsip_session.c 1 addition, 0 deletionsres/res_pjsip_session.c
- res/res_rtp_asterisk.c 6 additions, 1 deletionres/res_rtp_asterisk.c
Loading
Please register or sign in to comment