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
Joshua Colp e4187a7a26
Make func_env build again.
19 years ago
..
Makefile
func_base64.c
func_blacklist.c
func_callerid.c See if I can fix this borked ANI2 code I added 19 years ago
func_cdr.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 19 years ago
func_channel.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 19 years ago
func_curl.c Merged revisions 87120 via svnmerge from 19 years ago
func_cut.c This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc. 19 years ago
func_db.c
func_devstate.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 19 years ago
func_dialgroup.c Add a simple dialgroup function. By taking one of the simpler uses of Queue 19 years ago
func_enum.c Add proper channel locking around the uses of datastore_add and _find. There 19 years ago
func_env.c Make func_env build again. 19 years ago
func_extstate.c Add EXTENSION_STATE() function that can retrieve the state of an extension that 19 years ago
func_global.c
func_groupcount.c
func_iconv.c
func_lock.c Make sure a channel exists before attempting to start or stop channel 19 years ago
func_logic.c This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc. 19 years ago
func_math.c
func_md5.c
func_module.c
func_odbc.c This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc. 19 years ago
func_rand.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 19 years ago
func_realtime.c Merged revisions 87262 via svnmerge from 19 years ago
func_sha1.c
func_shell.c Make sure a channel exists before attempting to start or stop channel 19 years ago
func_strings.c improve linked-list macros in two ways: 19 years ago
func_timeout.c Merged revisions 80547 via svnmerge from 19 years ago
func_uri.c
func_version.c
func_vmcount.c Merged revisions 85850 via svnmerge from 19 years ago
func_volume.c * Constify the uid field of channel datastores 19 years ago