summaryrefslogtreecommitdiff
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-03-04 18:08:42 +0000
committerJoshua Colp <jcolp@digium.com>2008-03-04 18:08:42 +0000
commit4de0d8368fd835f682a6c1ed0d233052c625ad6f (patch)
tree3c694cacd2589a20ba8082115a507e1c811319b5 /include/asterisk/rtp.h
parente8a8319aadeaa4e6610ece9b498c4655e2afcde7 (diff)
Merged revisions 105674 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r105674 | file | 2008-03-04 14:05:28 -0400 (Tue, 04 Mar 2008) | 8 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@105675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/rtp.h')
-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 8d853903b..5a857f016 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -170,6 +170,8 @@ int ast_rtp_sendcng(struct ast_rtp *rtp, int level);
int ast_rtp_setqos(struct ast_rtp *rtp, int tos, int cos, char *desc);
+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 */