mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 14:23:42 +00:00
MODENDP-299
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17049 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d2233129b1
commit
688fbe106d
@ -947,7 +947,7 @@ static int do_candidates(struct private_object *tech_pvt, int force)
|
|||||||
if (force || !switch_test_flag(tech_pvt, TFLAG_RTP_READY)) {
|
if (force || !switch_test_flag(tech_pvt, TFLAG_RTP_READY)) {
|
||||||
ldl_candidate_t cand[1];
|
ldl_candidate_t cand[1];
|
||||||
char *advip = tech_pvt->profile->extip ? tech_pvt->profile->extip : tech_pvt->profile->ip;
|
char *advip = tech_pvt->profile->extip ? tech_pvt->profile->extip : tech_pvt->profile->ip;
|
||||||
char *err;
|
char *err = NULL;
|
||||||
|
|
||||||
memset(cand, 0, sizeof(cand));
|
memset(cand, 0, sizeof(cand));
|
||||||
switch_stun_random_string(tech_pvt->local_user, 16, NULL);
|
switch_stun_random_string(tech_pvt->local_user, 16, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user