asterisk/cdr
Tilghman Lesher a866a75900 Merge str_substitution branch.
This branch adds additional methods to dialplan functions, whereby the result
buffers are now dynamic buffers, which can be expanded to the size of any
result.  No longer are variable substitutions limited to 4095 bytes of data.
In addition, the common case of needing buffers much smaller than that will
enable substitution to only take up the amount of memory actually needed.
The existing variable substitution routines are still available, but users
of those API calls should transition to using the dynamic-buffer APIs.
Reviewboard: http://reviewboard.digium.com/r/174/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191140 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-04-29 18:53:01 +00:00
..
Makefile Begin on a crusade to end trailing whitespace! 2008-11-20 17:48:58 +00:00
cdr_adaptive_odbc.c remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC 2009-01-15 20:18:53 +00:00
cdr_csv.c Reloading the config and having no changes still initialized some settings to 0. Initialize settings after doing all of the cfg checks. 2008-11-21 17:08:16 +00:00
cdr_custom.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
cdr_manager.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
cdr_odbc.c remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC 2009-01-15 20:18:53 +00:00
cdr_pgsql.c When querying for the structure of the CDR table, remove the schema, if it 2008-12-15 18:09:58 +00:00
cdr_radius.c Merged revisions 186229 via svnmerge from 2009-04-03 02:03:48 +00:00
cdr_sqlite.c Begin on a crusade to end trailing whitespace! 2008-11-20 17:48:58 +00:00
cdr_sqlite3_custom.c Backport 1.6.0 fix to trunk (failsafe if db is not loaded) 2009-03-02 17:18:48 +00:00
cdr_tds.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00