[asterisk-commits] r271689 - svn:log
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 22 07:54:44 CDT 2010
Author: mnicholson
Revision: 271689
Modified property: svn:log
Modified: svn:log at Tue Jun 22 07:54:44 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jun 22 07:54:44 2010
@@ -1,1 +1,7 @@
Modify chan_sip's packet generation api to automatically calculate the Content-Length. This is done by storing packet content in a buffer until it is actually time to send the packet, at which time the size of the packet is calculated. This change was made to ensure that the Content-Length is always correct.
+
+(closes issue #17326)
+Reported by: kenner
+Tested by: mnicholson, kenner
+
+Review: https://reviewboard.asterisk.org/r/693/
More information about the asterisk-commits
mailing list