aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-14 13:54:25 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-14 13:54:25 +0000
commit9e1b0685548debb282955281a7ea7d3c7d9fdd63 (patch)
tree09735643d34adcf6ac321a3e2b1b6676a183db87 /main/rtp.c
parentd623fbe4004e57ba7276b7f90b87ecd1d7d87555 (diff)
Merged revisions 114101 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r114101 | file | 2008-04-14 10:53:33 -0300 (Mon, 14 Apr 2008) | 12 lines Merged revisions 114100 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114100 | file | 2008-04-14 10:52:49 -0300 (Mon, 14 Apr 2008) | 4 lines Don't change the SSRC when a new source comes into play, this might happen quite often and depending on the remote side... they might not like this. (closes issue #12353) Reported by: dimas ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114102 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 98d105b67..f4913db17 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -2333,7 +2333,6 @@ 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;
}