[asterisk-commits] twilson: branch twilson/sip_binarification r314351 - /team/twilson/sip_binari...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 19 15:38:18 CDT 2011


Author: twilson
Date: Tue Apr 19 15:38:16 2011
New Revision: 314351

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=314351
Log:
Branch for not breaking binary message bodies in chan_sip

SIP messages have a Content-Type header that could specify that the body is
binary data. Currently the message bodies are stored in an ast_str structure
and manipulated in ways that would break binary message bodies.

This branch is my playground for trying to come up with a way to fix this
limitation without breaking the world.

Added:
    team/twilson/sip_binarification/
      - copied from r314350, trunk/




More information about the asterisk-commits mailing list