aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-04 18:05:28 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-04 18:05:28 +0000
commitd69fe8861e281c80845406a82b42b44d2db63c9e (patch)
tree41011ab096bbd398a8fee02ad29c1e9a1dce16e9 /include
parentf9191c4c9fbc8092532bafe28a2d3db267c550ab (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/rtp.h2
1 files changed, 2 insertions, 0 deletions
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 */