asterisk/funcs
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
..
func_aes.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_audiohookinherit.c Fix a typo in the XML documentation of the AUDIOHOOK_INHERIT dialplan function. 2008-12-28 15:36:25 +00:00
func_base64.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_blacklist.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_callerid.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_cdr.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_channel.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
func_config.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_connectedline.c There is no need to use the struct ast_party_connected_line.source update values. 2009-04-24 17:59:01 +00:00
func_curl.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_cut.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_db.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_devstate.c This commit does two things: 2008-11-12 06:46:04 +00:00
func_dialgroup.c This is basically a complete rollback of r155401, as it was determined that 2008-11-25 01:01:49 +00:00
func_dialplan.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_enum.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_env.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_extstate.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_global.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
func_groupcount.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_iconv.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_lock.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_logic.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_math.c Fix various spelling and grammatical issues in documentation 2008-11-02 02:50:33 +00:00
func_md5.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_module.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_odbc.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
func_rand.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_realtime.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
func_redirecting.c Make PTP DivertingLegInformation3 message behavior closer to the specifications. 2009-04-27 20:03:49 +00:00
func_sha1.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_shell.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_speex.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_sprintf.c we can now build with -Wformat=2, which found a couple of real bugs 2008-11-29 15:29:33 +00:00
func_strings.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_sysinfo.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_timeout.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_uri.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_version.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
func_vmcount.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
func_volume.c Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
Makefile we can now build with -Wformat=2, which found a couple of real bugs 2008-11-29 15:29:33 +00:00