totally random ssrc thing.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9754 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-09-30 01:57:02 +00:00
parent 198a958da7
commit 6601bcf5b6
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_create(switch_rtp_t **new_rtp_session
switch_rtp_flag_t flags, char *timer_name, const char **err, switch_memory_pool_t *pool) switch_rtp_flag_t flags, char *timer_name, const char **err, switch_memory_pool_t *pool)
{ {
switch_rtp_t *rtp_session = NULL; switch_rtp_t *rtp_session = NULL;
uint32_t ssrc = rand() & 0xffff; uint32_t ssrc = rand() & 0xffffffff;
*new_rtp_session = NULL; *new_rtp_session = NULL;