mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Merged revisions 105677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r105677 | file | 2008-03-04 12:11:38 -0600 (Tue, 04 Mar 2008) | 10 lines Merged revisions 105676 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r105676 | file | 2008-03-04 14:10:34 -0400 (Tue, 04 Mar 2008) | 2 lines In addition to setting the marker bit let's change our ssrc so they know for sure it is a different source. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2329,6 +2329,7 @@ int ast_rtp_setqos(struct ast_rtp *rtp, int tos, int cos, char *desc)
|
||||
void ast_rtp_new_source(struct ast_rtp *rtp)
|
||||
{
|
||||
rtp->set_marker_bit = 1;
|
||||
rtp->ssrc = ast_random();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user