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 51bcb9d3be
Fix the FIELDQTY function to not crash. (reported by blitzrage and Corydon on IRC)
19 years ago
..
Makefile
func_base64.c
func_callerid.c
func_cdr.c might as well also document the raw values of the flag vars 19 years ago
func_channel.c
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
func_db.c
func_enum.c
func_env.c
func_global.c
func_groupcount.c
func_language.c
func_logic.c
func_math.c Merged revisions 48955 via svnmerge from 19 years ago
func_md5.c
func_moh.c
func_odbc.c Fix some instances where when loading func_odbc, a double-free could occur. 19 years ago
func_rand.c
func_realtime.c Fix the REALTIME() dialplan function. ast_build_string() advances the string 19 years ago
func_sha1.c
func_strings.c Fix the FIELDQTY function to not crash. (reported by blitzrage and Corydon on IRC) 19 years ago
func_timeout.c
func_uri.c Small documentation clarification for URIENCODE. (issue #8294 reported by salaud) 19 years ago