summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23remove various commands that remove old modules since they have been there aRussell Bryant
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-04Make tonezone writeable in CHANNEL() (from my old func_tonezone.c)Olle Johansson
2006-05-29this file contained the body twice, so remove the second instance.Luigi Rizzo
2006-05-28Deprecate SetGlobalVar, replacing it with a dialplan functionTilghman Lesher
2006-05-27Should use the named handle, not one hardcodedTilghman Lesher
2006-05-26Lets not commit things that cause Asterisk to break when config files aren't ...Mark Spencer
2006-05-25- mark some applications deprecated that already have replacementsRussell Bryant
2006-05-25add DB_DELETE function for the common case of retrieving and deleting a key inRussell Bryant
2006-05-22Escaping commas within fields isn't always desireable.Tilghman Lesher
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledRussell Bryant
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue #7078...Joshua Colp
2006-05-16Argument macro janitor for func_odbc, fixes #7171Tilghman Lesher
2006-05-16fix bogus patch to allow setting the CDR amaflags. (The original patch inRussell Bryant
2006-05-15allow func_cdr to set amaflags patch provided byMatt O'Gorman
2006-05-11Merged revisions 27051 via svnmerge from Tilghman Lesher
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-06 Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)BJ Weschke
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...BJ Weschke
2006-05-03suppress a compiler warningRussell Bryant
2006-05-03remove variable declarations in the middle of two blocks.Luigi Rizzo
2006-05-02Introducing the REALTIME() dialplan functionBJ Weschke
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21more NULL "" equivalence in CLI fields.Luigi Rizzo
2006-04-18update res_odbc to support pooled connectionsRussell Bryant
2006-04-14remove some unnecessary bracesLuigi Rizzo
2006-04-14Compatibility fixes for loader changesTilghman Lesher
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Bugs 6883, 6930: compiler warningsTilghman Lesher
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-25Bug 6670 - Additional parameters to the CHANNEL funcTilghman Lesher
2006-03-24Do the (expensive) LOCAL_USER_ADD only after we are sureLuigi Rizzo
2006-03-21Bug 6699 - Fix for ENUMLOOKUPTilghman Lesher
2006-03-12README files have changed names, better change references too :-)Olle Johansson
2006-03-01Sun's shell: just different enough to cause problemsTilghman Lesher
2006-03-01Bug 6619 - Fix Solaris issue with doubled [[Tilghman Lesher
2006-02-23Move conditional compilation for CURL from apps/ to funcs/Tilghman Lesher
2006-02-23correct documentation typoKevin P. Fleming
2006-02-23minor fixes to commit 10934 from bug#6257 Matt O'Gorman
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuesTilghman Lesher
2006-02-23added function QUOTE into strings, which allowsMatt O'Gorman