]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix when remote candidates exceed PJ_ICE_MAX_CAND 03/1203/1
authorDavid M. Lee <dlee@respoke.io>
Fri, 4 Sep 2015 21:06:39 +0000 (16:06 -0500)
committerDavid M. Lee <dlee@digium.com>
Fri, 4 Sep 2015 21:13:52 +0000 (16:13 -0500)
commit27c89053b0e41eb05e4f22588d7cfab266590c59
tree4e802a705f4d9cce086182026c452dcfd9bd3b40
parentc15d8cc0ed110ace9e85cce0857524358139c075
Fix when remote candidates exceed PJ_ICE_MAX_CAND

We were passing the wrong count into pj_ice_sess_create_check_list(),
causing the create to fail if we ever received more than PJ_ICE_MAX_CAND
candidates.

Change-Id: I0303d8e1ecb20a8de9fe629a3209d216c4028378
res/res_rtp_asterisk.c