Files
asterisk/res
Kevin Harwell dee9ce4a0b res_rtp_asterisk: Fails to resume WebRTC call from hold
In ast_rtp_ice_start if the ice session create check list failed, start check
was never initiated and ice_started was never set to true.  Upon re-entering
the function (for instance, [un]hold) it would try to create the check list
again with duplicate remote candidates.

Fixed so that if the create check list fails the necessary data structures
are properly re-initialized for any subsequent retries.

Note, it was decided to not stop ice support (by calling ast_rtp_ice_stop) on a
check list failure because it possible things might still work.  However, a
debug message was added to help with any future troubleshooting.

(closes issue ASTERISK-22911)
Reported by: Vytis Valentinavičius
Patches:
     works_on_my_machine.patch uploaded by xytis (license 6558)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@405234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-01-09 16:49:55 +00:00
..
2013-02-04 19:50:52 +00:00
2012-06-15 16:20:16 +00:00
2012-06-25 15:55:25 +00:00
2013-08-30 17:53:56 +00:00
2013-08-30 19:16:20 +00:00
2013-05-15 12:39:55 +00:00