aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2007-10-01Anything to keep gcc 4.2 happy...murf1-1/+1
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf3-5/+7
2007-09-29This is a regression update that matches what I did in 84134 for AEL regressi...murf16-44/+174
2007-09-29This issue sort of closes 10786; All config files support #include with globb...murf2-180/+349
2007-09-27remove a todo item that has been completedrussell1-2/+0
2007-09-22This closes issue #10788 -- The exact same fixes are made here for the first ...murf1-3/+38
2007-09-22This closes issue #10788 -- the 3rd arg in the for statement is now wrapped i...murf1-5/+40
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell3-20/+18
2007-09-18When copying the contents from the wildcard peer, do a deep copy instead ofrussell1-1/+31
2007-09-13Fix a small typo.qwell1-1/+1
2007-09-11The sample dundi.conf claims support for a wildcard peer entry - [*], but therussell1-3/+34
2007-09-11(closes issue #10577)file1-0/+5
2007-08-28revert unintentional changes in rev 81226russell1-5/+0
2007-08-28Add Russian tones. (closes issue #7953, hanabana)russell1-0/+5
2007-08-27Add a \todo to note that this module leaks most of the memory it allocates onrussell1-0/+1
2007-08-27explicity define a variable as a booleanrussell1-1/+2
2007-08-24backport of 80649, a fix to an unreported problem in the ael parser, that res...murf3-236/+230
2007-08-13memset really, really needs to be used here.murf1-2/+2
2007-08-13This patch fixes bug 10411. I added a new regression test, some regression te...murf9-129/+193
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-1/+1
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file1-1/+1
2007-07-18(closes issue #10224)file1-6/+7
2007-07-09Few minor thread synchronization tweaks. (issue #10124 reported by gzero)file1-4/+13
2007-07-09Add a few sanity checks when writing out the dialplan. (issue #10157 reported...file1-2/+2
2007-07-01Merged revisions 72805 via svnmerge from russell1-1/+1
2007-06-27Merged revisions 72267 via svnmerge from russell1-0/+2
2007-06-27Make unloading of pbx_dundi actually work.file1-2/+15
2007-06-11"dialplan save" produced garbage in the config filetilghman1-8/+19
2007-06-05this fixes bug 9883, wherein macros were not allowing the includes construct....murf3-231/+270
2007-06-05Added code to automatically add a default case to switches that don't have on...murf1-0/+27
2007-05-03updated the ael regressions to match what's in trunkmurf6-14/+456
2007-05-03These mods fix bug 9623, where an '@' in the eswitch contents causes a syntax...murf8-1176/+1185
2007-04-02continue in for-loop should go to the incrementer, not the test. As per 9435,...murf1-1/+1
2007-03-27via 9373 (duplicate context in AEL crashes asterisk), kpfleming pointed on as...murf1-1/+1
2007-03-26fix for 9373 (duplicate context in AEL crashes asterisk). I turned a duplicat...murf1-3/+3
2007-03-26A fix for the flex input files, DONT_COMPILE, and STANDALONE_AELmurf2-6/+2
2007-03-26Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE s...file1-0/+4
2007-03-20The fix for the AEL <<security hole>> (bug 9316) is here...murf1-11/+16
2007-03-03Updated the regression testsmurf4-35/+41
2007-03-02I almost had comma escapes right, but 9184 points out the problem-- the escap...murf1-0/+8
2007-02-28I was surprised that I had not yet downgraded missing goto targets and macro ...murf1-10/+38
2007-02-26Merged revisions 56850 via svnmerge from file1-0/+2
2007-02-16Fix setting "autofallthrough" to yes by default. It was set to enabled inrussell1-2/+4
2007-01-31Merged revisions 53045 via svnmerge from russell2-0/+8
2007-01-29Argument number correctiontilghman1-2/+2
2007-01-22This fixes 8836, according to dnaturalmurf1-2/+0
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf2-2/+2
2006-12-30IAX has been deprecated for quite some time so we had better use IAX2 when cr...file1-1/+1
2006-12-30A fix for 8661, where the CUT func needed to have comma args converted to ver...murf1-1/+16