Fix a bug where our Motif ICE candidates were not quite proper, and make us more...
authorJoshua Colp <jcolp@digium.com>
Tue, 6 Nov 2012 12:15:31 +0000 (12:15 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 6 Nov 2012 12:15:31 +0000 (12:15 +0000)
commit82dc21e0e1813b3f24099ad0c90918d95b39ff9d
treed9641205f480b28f386d666f49d3ccc3f43c07a8
parenta0c363e227aa728ea0a1ddad048683a82a373cca
Fix a bug where our Motif ICE candidates were not quite proper, and make us more forgiving.

An issue was reported on the mailing list where calling would result in an "Incomplete
ICE-UDP candidate received on session" error message. This is the result of the ICE-UDP
candidate code not placing a "network" attribute within the candidates. This is now done.
To increase compatibility though I have removed the requirement for the "network" attribute
to exist within ICE-UDP candidates that are received since we don't actually require the
value.

Reported on the mailing list by Jean-Denis Girard.
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_motif.c