aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-22Merged revisions 86661 via svnmerge from file1-1/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell3-25/+25
2007-10-15Switch dundi to new tos config format.qwell1-22/+3
2007-10-15Simplify buffer handling in dundi-parser.c. This also makes the code a bitrussell1-51/+73
2007-10-15Merged revisions 85556 via svnmerge from russell1-2/+2
2007-10-14Merged revisions 85540 via svnmerge from russell1-4/+11
2007-10-12Merged revisions 85515 via svnmerge from russell1-2/+4
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell3-594/+673
2007-10-03Merged revisions 84511 via svnmerge from murf9-83/+170
2007-10-01Merged revisions 84239 via svnmerge from murf1-1/+1
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-3/+3
2007-09-29the last commit for AEL affected a small number of tests. Added a regression ...murf16-144/+274
2007-09-27Merged revisions 83976 via svnmerge from russell1-2/+0
2007-09-22Merged revisions 83558 via svnmerge from murf1-768/+1
2007-09-21Merged revisions 83432 via svnmerge from russell1-12/+10
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.file1-8/+5
2007-09-18Merged revisions 82802 via svnmerge from russell1-1/+31
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls torussell1-3/+3
2007-09-13Merged revisions 82358 via svnmerge from qwell1-1/+1
2007-09-11Merged revisions 82250 via svnmerge from russell1-3/+36