RTP/ICE: Send on first valid pair.
When handling ICE negotiations, it's possible that there can be a delay between STUN binding requests which in turn will cause a delay in ICE completion, preventing media from flowing. It should be possible to send media when there is at least one valid pair, preventing this scenario from occurring. A change was added to PJPROJECT that adds an optional callback (on_valid_pair) that will be called when the first valid pair is found during ICE negotiation. Asterisk uses this to start the DTLS handshake, allowing media to flow. It will only be called once, either on the first valid pair, or when ICE negotiation is complete. ASTERISK-28716 Change-Id: Ia7b68c34f06d2a1d91c5ed51627b66fd0363d867
Showing
- configure 40 additions, 2 deletionsconfigure
- configure.ac 20 additions, 0 deletionsconfigure.ac
- include/asterisk/autoconfig.h.in 3 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- res/res_rtp_asterisk.c 30 additions, 2 deletionsres/res_rtp_asterisk.c
- third-party/pjproject/configure.m4 1 addition, 0 deletionsthird-party/pjproject/configure.m4
- third-party/pjproject/patches/0040-ICE-Add-callback-for-finding-valid-pair.patch 84 additions, 0 deletions...atches/0040-ICE-Add-callback-for-finding-valid-pair.patch
Loading
Please register or sign in to comment