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
Kevin P. Fleming c2490f8e72
instead of initializing the curl library every time the CURL() function is invoked, do it only once per thread (this allows multiple calls to CURL() in the dialplan for a channel to run much more quickly, and also to re-use connections to the server) (thanks to JerJer for frequently complaining about this performance problem)
19 years ago
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 19 years ago
func_base64.c merge new_loader_completion branch, including (at least): 19 years ago
func_callerid.c Various updates from PCadach's chan_h323-live branch 19 years ago
func_cdr.c might as well also document the raw values of the flag vars 19 years ago
func_channel.c CHANNEL() function sometime mix parameter and value 19 years ago
func_curl.c instead of initializing the curl library every time the CURL() function is invoked, do it only once per thread (this allows multiple calls to CURL() in the dialplan for a channel to run much more quickly, and also to re-use connections to the server) (thanks to JerJer for frequently complaining about this performance problem) 19 years ago
func_cut.c merge new_loader_completion branch, including (at least): 19 years ago
func_db.c merge new_loader_completion branch, including (at least): 19 years ago
func_enum.c Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar! 19 years ago
func_env.c merge new_loader_completion branch, including (at least): 19 years ago
func_global.c merge new_loader_completion branch, including (at least): 19 years ago
func_groupcount.c merge new_loader_completion branch, including (at least): 19 years ago
func_language.c merge new_loader_completion branch, including (at least): 19 years ago
func_logic.c Lost of a bit of logic when this was simplified between 1.2 and 1.4 (Bug 8117) 19 years ago
func_math.c merge new_loader_completion branch, including (at least): 19 years ago
func_md5.c merge new_loader_completion branch, including (at least): 19 years ago
func_moh.c merge new_loader_completion branch, including (at least): 19 years ago
func_odbc.c Constify the result of a config retrieval function, to avoid mutilation (issue 7983). 19 years ago
func_rand.c update the doc string for both AEL and extensions.conf users. 19 years ago
func_realtime.c merge new_loader_completion branch, including (at least): 19 years ago
func_sha1.c merge new_loader_completion branch, including (at least): 19 years ago
func_strings.c STRFTIME() does not actually require an argument (issue 8540) 19 years ago
func_timeout.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 19 years ago
func_uri.c Small documentation clarification for URIENCODE. (issue #8294 reported by salaud) 19 years ago