[asterisk-dev] [Code Review] 3535: bridge_native_rtp: Reconfigure bridge on removal of framehook; don't send re-INVITE to hungup channel

Matt Jordan reviewboard at asterisk.org
Wed May 14 21:14:24 CDT 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3535/
-----------------------------------------------------------

(Updated May 14, 2014, 9:14 p.m.)


Review request for Asterisk Developers and Joshua Colp.


Changes
-------

Addressed findings; added a bit of debug and fixed an existing case of using the soft hangup flags.


Repository: Asterisk


Description
-------

This patch fixes the currently failing pjsip/transfers/blind_transfer/caller_direct_media test (with a few small tweaks to the test as well).

The test currently fails primarily for two reasons:
(1) When Bob and Charlie (the transfer target and the transfer destination) enter a bridge together, the framehook remains on the transfer target channel until both channels are in the bridge. As it consumes voice frames, the initial bridge type is a simple bridge. The framehook is removed when both channels are in the bridge; however, this does not currently cause the bridging framework to re-evaluate the bridge. This patch adds a AST_SOFTHANGUP_UNBRIDGE poke to the transfer target channel when a framehook is removed so the bridge can re-evaluate itself.

(2) When a channel leaves a native RTP bridge, it may be leaving due to being hung up. Sending a re-INVITE to a channel that is about to be hung up is not nice - in fact, there's a good chance we'll send the BYE request before the channel has had a chance to send back a 200 OK. To be somewhat nicer, this patch makes it so that we only send the re-INVITE if there's a chance the channel will survive the native bridging experience.


Diffs (updated)
-----

  /branches/12/res/res_pjsip_session.c 413948 
  /branches/12/main/framehook.c 413948 
  /branches/12/main/channel.c 413948 
  /branches/12/main/bridge_channel.c 413948 
  /branches/12/include/asterisk/channel.h 413948 
  /branches/12/bridges/bridge_native_rtp.c 413948 

Diff: https://reviewboard.asterisk.org/r/3535/diff/


Testing
-------

Once some timing issues were removed from the test, it passes with this patch.


Thanks,

Matt Jordan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140515/1c4de2ff/attachment.html>


More information about the asterisk-dev mailing list