aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Merged revisions 114676 via svnmerge from russell1-0/+2
2008-03-27Merged revisions 111360 via svnmerge from murf1-1/+0
2008-03-18Merged revisions 109357 via svnmerge from murf13-0/+99
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell2-60/+120
2008-01-27Merged revisions 100465 via svnmerge from tilghman1-24/+9
2008-01-11Merged revisions 98390 via svnmerge from russell1-8/+10
2008-01-10Merged revisions 97753 via svnmerge from russell2-118/+0
2008-01-10Merged revisions 97734 via svnmerge from russell1-66/+0
2008-01-10Several manager changes:tilghman1-1/+1
2008-01-09Merged revisions 97645 via svnmerge from russell1-1/+7
2008-01-09Merged revisions 97640 via svnmerge from russell1-27/+18
2007-12-26Use defined return values in load_module in more places.qwell6-16/+17
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-16Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!oej1-90/+51
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-2/+2
2007-12-14make something staticrussell1-1/+1
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-07Update documentation for pbx_lua.qwell1-1/+1
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...murf1-1/+1
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...murf19-358/+339
2007-11-26Change all instances of "CALLERID(number)" to "CALLERID(num)" formmichelson5-23/+23
2007-11-26Merged revisions 89592 via svnmerge from file1-1/+1
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...murf1-2/+9
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-0/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo7-7/+0
2007-11-20Make trunk build againtilghman1-0/+1
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo2-0/+2
2007-11-20Fix building of modules under cygwin.rizzo1-0/+4
2007-11-19more errno.h removalrizzo7-10/+0
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...murf1-0/+1
2007-11-17start using asterisk/network.h for network related headers.rizzo1-13/+1
2007-11-17fix the build of pbx_luarussell1-0/+1
2007-11-16remove a bunch of duplicate includesrizzo4-5/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo9-42/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo3-6/+6
2007-11-12Doxygen fixes.qwell1-1/+1
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf2-0/+2
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-2/+0
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...qwell1-0/+33
2007-11-08improve linked-list macros in two ways:kpfleming1-6/+6
2007-11-02propagate the DECLINE return value back to the loaderrussell1-3/+5
2007-11-02Don't kill asterisk if extensions.lua is not present.russell1-2/+2
2007-11-02Oops, some dev-mode changes for ISO C90tilghman1-59/+92
2007-11-02Add pbx_lua as a method of doing extensionstilghman1-0/+1290
2007-11-01This commits the performance mods that give the priority processing engine in...murf4-9/+5
2007-11-01Change some uses of free() to ast_free(). (No functional differences.)russell1-18/+18
2007-10-26Merged revisions 87168 via svnmerge from murf3-806/+11
2007-10-24closes issue #11005, where #include uses the current dir instead of the confi...murf4-51/+51
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell3-25/+25