aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-14 13:52:49 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-14 13:52:49 +0000
commit269c96c0926f97dac8ae0a994c891b45d6b3321b (patch)
treec4f470f8f6c197494e744cde29dd2f4436fc9192 /main/rtp.c
parent0b703af28aa379cc7afaa87c125abd2fb4d77265 (diff)
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.4@114100 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 01d46e6d0..3621d3610 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -2002,7 +2002,6 @@ int ast_rtp_settos(struct ast_rtp *rtp, int tos)
void ast_rtp_new_source(struct ast_rtp *rtp)
{
rtp->set_marker_bit = 1;
- rtp->ssrc = ast_random();
return;
}