aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-12-14Convert ast_verbose to ast_verb.tilghman2-9/+5
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-1/+1
2007-12-12Merged revisions 92556 via svnmerge from russell1-1/+1
2007-12-12Same change to trunk as revision 92510. I'm not sure why I mergedmmichelson1-4/+8
2007-12-11Removing a pointless memset. The memory was just calloc'd, so the mmichelson1-1/+0
2007-12-11Only look to see if options are set if some have been provided.file1-8/+10
2007-12-10Only send a SIGHUP if the pid is greater than -1, otherwise all PIDs greater ...file1-1/+2
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.qwell1-0/+10
2007-12-05Use ast_free() instead of free().russell1-1/+1
2007-12-04Pass the Asterisk version to AGI scripts as part of the initial dump of infotilghman1-0/+2
2007-12-04fix build on cygwinrizzo1-2/+5
2007-12-03Add manager events for when a monitor is started or stopped.qwell1-0/+14
2007-12-03Merged revisions 90736 via svnmerge from tilghman1-1/+3
2007-12-03Add AGI commands for speech recognition. These mirror the dialplan applicatio...file1-2/+328
2007-12-03Merged revisions 90607 via svnmerge from qwell1-1/+1
2007-12-01Only reload if the config file has changed.qwell1-5/+6
2007-11-30Adding support for the "automixmonitor" dial and queue options.mmichelson1-0/+120
2007-11-29Merged revisions 90160 via svnmerge from tilghman1-13/+66
2007-11-28Merged revisions 90101 via svnmerge from file1-1/+3
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.qwell1-2/+2
2007-11-28Fix a few log messages.file1-2/+2
2007-11-28Adding support for realtime music on hold. The following are the main points:mmichelson1-18/+235
2007-11-27A few more "moremanager" fixesoej1-2/+2
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...murf4-809/+835
2007-11-26Perform some module use counting audits. This is now done outside the scope o...file1-21/+0
2007-11-26Merged revisions 89599 via svnmerge from file1-0/+3
2007-11-25Merged revisions 89559 via svnmerge from tilghman2-6/+23
2007-11-24Merged revisions 89545 via svnmerge from tilghman1-0/+2
2007-11-23Merged revisions 89534 via svnmerge from tilghman1-1/+2
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-0/+1
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo2-5/+0
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...murf1-0/+7
2007-11-21remove a bunch of useless #include "options.h"rizzo16-16/+0
2007-11-21Simplify comparison in parking fixtwilson1-1/+1
2007-11-21Merged revisions 89491 via svnmerge from twilson1-5/+16
2007-11-21OOOps! All the debug stuff I inserted was accidentally committed. I hereby re...murf1-45/+1
2007-11-21closes issue #11265; Thanks to snuffy for his work on neatening up the code a...murf1-1/+45
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo3-0/+3
2007-11-20Fix building of modules under cygwin.rizzo1-0/+7
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo19-27/+0
2007-11-19Merged revisions 89419 via svnmerge from file1-1/+1
2007-11-17start using asterisk/network.h for network related headers.rizzo1-5/+1
2007-11-16remove a bunch of duplicate includesrizzo3-4/+3
2007-11-16Fix broken parking dial-backtwilson1-9/+9
2007-11-16Start untangling header inclusion in a way that does not affectrizzo19-82/+1
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...murf1-1/+8
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo1-7/+7
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman3-5/+7