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
Tilghman Lesher 70af28270d
Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
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 merge new_loader_completion branch, including (at least): 19 years ago
func_channel.c merge new_loader_completion branch, including (at least): 19 years ago
func_curl.c Some changes/fixes for func_curl. curl_global_init is only supposed to be called once, and if it returns non-zero, we need to give up on further executions with that instance. Additionally, let's set absolute timeout values for the CURL connections to try and prevent possible Zap (and possibly other channel tech) channel lockouts. 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 merge new_loader_completion branch, including (at least): 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 merge new_loader_completion branch, including (at least): 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 merge new_loader_completion branch, including (at least): 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 As per discussion on bug 7862, the problem wasn't the fact that the documentation differed from behavior, but rather that users are used to REGEX having that space after the double quote in 1.2.x. So, in keeping with history, I investigated a little deeper, and discovered that the change in behavior was due to the modification of the function to use the AST_DECLARE_APP_ARGS and AST_NONSTANDARD_APP_ARGS() to parse the args. The code to skip the blank was left out. So, what I did was add code to throw out the first blank (space or tab) after the double quote, IF IT IS THERE. If not, nothing is done.Verbage is added to the function description saying that the space is optional, and skipped if it is there. If a space is desired, then the documentation advises putting two spaces there. This should make it compatible for 1.2 users, and not mess up new users who are used to using it with no space. It WILL mess up new users who WANT a space. Hopefully, they will double check the doc strings for this func and add the extra space. Hopefully, this class of new user is very small. 19 years ago
func_timeout.c merge new_loader_completion branch, including (at least): 19 years ago
func_uri.c merge new_loader_completion branch, including (at least): 19 years ago