summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2008-01-11Merged revisions 98390 via svnmerge from Russell Bryant
2008-01-10Merged revisions 97753 via svnmerge from Russell Bryant
2008-01-10Merged revisions 97734 via svnmerge from Russell Bryant
2008-01-10Several manager changes:Tilghman Lesher
2008-01-09Merged revisions 97645 via svnmerge from Russell Bryant
2008-01-09Merged revisions 97640 via svnmerge from Russell Bryant
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-16Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!Olle Johansson
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-14make something staticRussell Bryant
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-07Update documentation for pbx_lua.Jason Parker
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...Steve Murphy
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...Steve Murphy
2007-11-26Change all instances of "CALLERID(number)" to "CALLERID(num)" forMark Michelson
2007-11-26Merged revisions 89592 via svnmerge from Joshua Colp
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...Steve Murphy
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20Make trunk build againTilghman Lesher
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20Fix building of modules under cygwin.Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...Steve Murphy
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17fix the build of pbx_luaRussell Bryant
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...Jason Parker
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-02propagate the DECLINE return value back to the loaderRussell Bryant
2007-11-02Don't kill asterisk if extensions.lua is not present.Russell Bryant
2007-11-02Oops, some dev-mode changes for ISO C90Tilghman Lesher
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-11-01Change some uses of free() to ast_free(). (No functional differences.)Russell Bryant
2007-10-26Merged revisions 87168 via svnmerge from Steve Murphy
2007-10-24closes issue #11005, where #include uses the current dir instead of the confi...Steve Murphy
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-22Merged revisions 86661 via svnmerge from Joshua Colp
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-15Switch dundi to new tos config format.Jason Parker