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
Jeff Peeler f9818af8dd
Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
18 years ago
..
Makefile fix some copy-and-paste leftovers 18 years ago
func_base64.c
func_callerid.c fix some formatting i accidentally changed 18 years ago
func_cdr.c (closes issue #10668) 18 years ago
func_channel.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
func_curl.c The addition of autoservice to func_curl additionally made func_curl dependent 19 years ago
func_cut.c Allow some function modules to compile under dev mode. 19 years ago
func_db.c
func_enum.c Safely use the strncat() function. 18 years ago
func_env.c Allow the default "0" to be returned if the STAT fails 18 years ago
func_global.c
func_groupcount.c Don't try to copy the category from the group if no category exists. 18 years ago
func_language.c Merged revisions 61680 via svnmerge from 19 years ago
func_logic.c closes issue #11052 -- where nothing after the ? will allow un-initialized variable values to corrupt and crash asterisk on 64-bit platforms 19 years ago
func_math.c Merged revisions 67161 via svnmerge from 19 years ago
func_md5.c
func_moh.c Merged revisions 61680 via svnmerge from 19 years ago
func_odbc.c Add autoservice to several more functions which might delay in their responses. 19 years ago
func_rand.c
func_realtime.c Take into account the length of delimiters when calculating result string length. 18 years ago
func_sha1.c
func_strings.c Force ast_mktime() to check for DST, since strptime(3) does not. 18 years ago
func_timeout.c Revert very broken fix for issue #10540 ... none of these values take ms so I 19 years ago
func_uri.c