asterisk/tests
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 add some simple infrastructure for modules to be used for testing parts of Asterisk 2008-01-03 20:04:30 +00:00
test_dlinklists.c Introducing doubly linked lists to trunk from branch team/murf/bug11210. 2008-04-16 17:14:18 +00:00
test_heap.c Disable test modules by default. 2009-04-10 16:00:29 +00:00
test_sched.c Disable test modules by default. 2009-04-10 16:00:29 +00:00
test_skel.c add some simple infrastructure for modules to be used for testing parts of Asterisk 2008-01-03 20:04:30 +00:00
test_substitution.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00