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:
parent
198a958da7
commit
6601bcf5b6
|
@ -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_t *rtp_session = NULL;
|
||||
uint32_t ssrc = rand() & 0xffff;
|
||||
uint32_t ssrc = rand() & 0xffffffff;
|
||||
|
||||
*new_rtp_session = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue