aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-14 13:53:33 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-14 13:53:33 +0000
commitebc797aa3aeb7134141728f754e653897ae2070d (patch)
treecdeca38de73a4b07044ee912433cfe7aa3e757b6 /main/rtp.c
parentc551da8b1b10526a82eec972fb58a529ddfc1372 (diff)
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/trunk@114101 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 ee8bc47d9..64080a92d 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;
}