summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Set stream flags to zero upon initialization.Philippe Sultan
2008-01-02Don't make libresample print out debugging outputRussell Bryant
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2007-12-26Merged revisions 94793 via svnmerge from Russell Bryant
2007-12-25Add channel thread ID to the information passed to AGI.Tilghman Lesher
2007-12-21Store dates using local time instead of UTCMark Michelson
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603Luigi Rizzo
2007-12-19Merged revisions 94122 via svnmerge from Mark Michelson
2007-12-19make netsmp build under AST_DEVMODE. Description, included in the source,Luigi Rizzo
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-14Publish the AGI events to manager.Tilghman Lesher
2007-12-14Merged revisions 92933 via svnmerge from Tilghman Lesher
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...Joshua Colp
2007-12-12Merged revisions 92556 via svnmerge from Russell Bryant
2007-12-12Same change to trunk as revision 92510. I'm not sure why I mergedMark Michelson
2007-12-11Removing a pointless memset. The memory was just calloc'd, so the Mark Michelson
2007-12-11Only look to see if options are set if some have been provided.Joshua Colp
2007-12-10Only send a SIGHUP if the pid is greater than -1, otherwise all PIDs greater ...Joshua Colp
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.Jason Parker
2007-12-05Use ast_free() instead of free().Russell Bryant
2007-12-04Pass the Asterisk version to AGI scripts as part of the initial dump of infoTilghman Lesher
2007-12-04fix build on cygwinLuigi Rizzo
2007-12-03Add manager events for when a monitor is started or stopped.Jason Parker
2007-12-03Merged revisions 90736 via svnmerge from Tilghman Lesher
2007-12-03Add AGI commands for speech recognition. These mirror the dialplan applicatio...Joshua Colp
2007-12-03Merged revisions 90607 via svnmerge from Jason Parker
2007-12-01Only reload if the config file has changed.Jason Parker
2007-11-30Adding support for the "automixmonitor" dial and queue options.Mark Michelson
2007-11-29Merged revisions 90160 via svnmerge from Tilghman Lesher
2007-11-28Merged revisions 90101 via svnmerge from Joshua Colp
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.Jason Parker
2007-11-28Fix a few log messages.Joshua Colp
2007-11-28Adding support for realtime music on hold. The following are the main points:Mark Michelson
2007-11-27A few more "moremanager" fixesOlle Johansson
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...Steve Murphy
2007-11-26Perform some module use counting audits. This is now done outside the scope o...Joshua Colp
2007-11-26Merged revisions 89599 via svnmerge from Joshua Colp
2007-11-25Merged revisions 89559 via svnmerge from Tilghman Lesher
2007-11-24Merged revisions 89545 via svnmerge from Tilghman Lesher
2007-11-23Merged revisions 89534 via svnmerge from Tilghman Lesher
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...Steve Murphy
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo