asterisk/funcs
Russell Bryant 047dbef446 Store custom device states in astdb so that they will persist a restart. As a
side benefit, this simplifies the code a bit, too.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-10 20:48:49 +00:00
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 2006-08-26 23:58:47 +00:00
func_base64.c Doxygen update 2007-01-24 09:05:29 +00:00
func_blacklist.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 2007-07-16 13:35:20 +00:00
func_callerid.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_cdr.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_channel.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_curl.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_cut.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_db.c Add a massive set of changes for converting to use the ast_debug() macro. 2007-06-14 19:39:12 +00:00
func_devstate.c Store custom device states in astdb so that they will persist a restart. As a 2007-08-10 20:48:49 +00:00
func_enum.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_env.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_global.c Doxygen update 2007-01-24 09:05:29 +00:00
func_groupcount.c Merged revisions 69259 via svnmerge from 2007-06-14 15:25:32 +00:00
func_iconv.c Cast the 2nd argument to iconv() to a void *, as some systems define it as a 2007-07-16 02:44:49 +00:00
func_lock.c Add some documentation detailing an aspect of dialplan functions, as requested by Russell 2007-07-31 18:50:06 +00:00
func_logic.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_math.c Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmoore 2007-06-28 20:52:22 +00:00
func_md5.c Doxygen update 2007-01-24 09:05:29 +00:00
func_module.c Doxygen update 2007-01-24 09:05:29 +00:00
func_odbc.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_rand.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_realtime.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_sha1.c Doxygen update 2007-01-24 09:05:29 +00:00
func_shell.c Fix a bunch of doxygen errors and document more things 2007-06-07 23:07:25 +00:00
func_strings.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_timeout.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_uri.c Doxygen update 2007-01-24 09:05:29 +00:00
func_version.c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 2007-07-16 18:24:29 +00:00
func_vmcount.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_volume.c Merge audiohooks branch into trunk. This is a new API for developers to listen and manipulate the audio going through a channel. 2007-08-08 19:30:52 +00:00