aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-11Merged revisions 82243 via svnmerge from file1-0/+5
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-1/+1
2007-08-28Add proper channel locking around the uses of datastore_add and _find. Thererussell1-1/+8
2007-08-27This should have been trunk only, I guess. oh well ... it's harmless.russell1-1/+2
2007-08-27Merged revisions 81074 via svnmerge from russell1-0/+1
2007-08-25localize a variable and remove a duplicate error messagerussell1-4/+2
2007-08-23an unreported crash I debugged, looked like it was backing up way too far aft...murf3-59/+42
2007-08-17Correct the argument separator for a Dial statement in pbx_dundi.qwell1-1/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman2-9/+14
2007-08-16(closes issue #10467)file1-1/+2
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf20-10991/+294
2007-08-14Merged revisions 79255 via svnmerge from murf16-1983/+2047
2007-08-10Merged revisions 79099 via svnmerge from murf1-1/+1
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-10/+10
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-4/+4