You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/funcs
Russell Bryant 2f4a2811b6
Add proper channel locking around the uses of datastore_add and _find. There
18 years ago
..
Makefile
func_base64.c
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. 18 years ago
func_callerid.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_cdr.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
func_channel.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
func_curl.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
func_cut.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_db.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
func_devstate.c Store custom device states in astdb so that they will persist a restart. As a 18 years ago
func_enum.c Add proper channel locking around the uses of datastore_add and _find. There 18 years ago
func_env.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_global.c
func_groupcount.c
func_iconv.c Cast the 2nd argument to iconv() to a void *, as some systems define it as a 18 years ago
func_lock.c store and destroy implementations for realtime pgsql (closes issue #10372) 18 years ago
func_logic.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_math.c Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmoore 18 years ago
func_md5.c
func_module.c
func_odbc.c use ast_atomic_fetchadd_int for incrementing resultcount 18 years ago
func_rand.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_realtime.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_sha1.c
func_shell.c
func_strings.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_timeout.c Merged revisions 80547 via svnmerge from 18 years ago
func_uri.c
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. 18 years ago
func_vmcount.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
func_volume.c * Constify the uid field of channel datastores 18 years ago