]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Fix a bug where ICE state would get reset when it shouldn't.
authorJoshua Colp <jcolp@digium.com>
Thu, 16 Oct 2014 01:25:09 +0000 (01:25 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 16 Oct 2014 01:25:09 +0000 (01:25 +0000)
commit56ad2ccd46c91b8e6fb820571b3abb6c50a3e89a
treefa7a847c795577899d2ae40f5f5722210951647d
parentefc10c4db30c7ac193967a47ef97257415b1013e
res_rtp_asterisk: Fix a bug where ICE state would get reset when it shouldn't.

In the case where the ICE negotiation had not yet started current state would
get wiped when it shouldn't.

This also removes channel binding as in practice this does not work well with
other implementations.
........

Merged revisions 425644 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@425645 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c