[asterisk-commits] r4428 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 12 07:18:56 CST 2013


Author: kmoore
Revision: 4428
Modified property: svn:log

Modified: svn:log at Thu Dec 12 07:18:56 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Dec 12 07:18:56 2013
@@ -1,1 +1,10 @@
-Fix a bouncing test by ensuring that the correct channel is hung up
+bridge_transfer_callee: Fix bouncing test
+
+Channels entering the bridge in the bridge_transfer_callee test are in
+a race to actually join the bridge, so the caller was not always
+guaranteed to enter the bridge first. If the callee entered the bridge
+first it would be hung up as the caller and the test would fail. The
+test now correctly recognizes the caller and hangs up the channel when
+appropriate.
+
+(closes issue ASTERISK-22843)




More information about the asterisk-commits mailing list