From d69fe8861e281c80845406a82b42b44d2db63c9e Mon Sep 17 00:00:00 2001 From: file Date: Tue, 4 Mar 2008 18:05:28 +0000 Subject: When a new source of audio comes in (such as music on hold) make sure the marker bit gets set. (closes issue #10355) Reported by: wdecarne Patches: 10355.diff uploaded by file (license 11) (closes issue #11491) Reported by: kanderson git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@105674 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/rtp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h index 1ffa04d0d..870529e5d 100644 --- a/include/asterisk/rtp.h +++ b/include/asterisk/rtp.h @@ -162,6 +162,8 @@ int ast_rtp_sendcng(struct ast_rtp *rtp, int level); int ast_rtp_settos(struct ast_rtp *rtp, int tos); +void ast_rtp_new_source(struct ast_rtp *rtp); + /*! \brief Setting RTP payload types from lines in a SDP description: */ void ast_rtp_pt_clear(struct ast_rtp* rtp); /*! \brief Set payload types to defaults */ -- cgit v1.2.3