Skip to content
Snippets Groups Projects
Commit 0e3ef53d authored by Russell Bryant's avatar Russell Bryant
Browse files

note that the chan_sip conversion is already in progress

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4314170e
Branches
Tags
No related merge requests found
-- Convert all existing uses of astobj.h to astobj2.h -- Convert all existing uses of astobj.h to astobj2.h
-- (chan_sip already in progress in a branch)
-- There are many places where large character buffers are allocated in structures. There is a new system for string handling that uses dynamically allocatted memory pools which is documented in include/asterisk/stringfields.h. Examples of where they are currently used are the ast_channel structure defined in include/asterisk/channel.h, some structures in chan_sip.c, and chan_zap.c. -- There are many places where large character buffers are allocated in structures. There is a new system for string handling that uses dynamically allocatted memory pools which is documented in include/asterisk/stringfields.h. Examples of where they are currently used are the ast_channel structure defined in include/asterisk/channel.h, some structures in chan_sip.c, and chan_zap.c.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment