[asterisk-commits] r173249 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 4 09:21:27 CST 2009


Author: dvossel
Revision: 173249
Modified property: svn:log

Modified: svn:log at Wed Feb  4 09:21:27 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Feb  4 09:21:27 2009
@@ -1,0 +1,12 @@
+Blocked revisions 173248 via svnmerge
+
+........
+  r173248 | dvossel | 2009-02-03 17:35:55 -0600 (Tue, 03 Feb 2009) | 6 lines
+  
+  Fixes issue with IAX2 transfer not handing off calls. 
+  
+  Fixes issue with IAX2 transfers not taking place.  As it was, a call that was being transfered would never be handed off correctly to the call ends because of how call numbers were stored in a hash table.  The hash table, "iax_peercallno_pvt", storing all the current call numbers did not take into account the complications associated with transferring a call, so a separate hash table was required.  This second hash table "iax_transfercallno_pvt" handles calls being transfered, once the call transfer is complete the call is removed from the transfer hash table and added to the peer hash table resuming normal operations. Addition functions were created to handle storing, removing, and comparing items in the iax_transfercallno_pvt table. 
+  
+  (issue #13468)
+Review: http://reviewboard.digium.com/r/140/
+........




More information about the asterisk-commits mailing list