aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-27'dialplan save' shouldn't be converting '|' back to ',' anymore.tilghman1-24/+3
2007-07-27These fixes take care of two problems: a complaint in asterisk-dev that goto'...murf1-24/+24
2007-07-26Do a massive conversion for using the ast_verb() macrorussell4-19/+9
2007-07-26The upgrade of application argument separators to comma has an effect on AEL;...murf1-6/+6
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-17/+7
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-4/+4
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf1-2/+2
2007-07-18Merged revisions 75583 via svnmerge from file1-6/+7
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...file1-1/+1
2007-07-17Spotted this bug today myself, trying to reproduce a BE bug. Use a vert bar i...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-3/+3
2007-07-11Clean up pbx_spool. So many nested if statements...file1-105/+121
2007-07-09Merged revisions 74045 via svnmerge from file1-4/+13
2007-07-09Merged revisions 73930 via svnmerge from file1-2/+2
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...murf1-8/+8
2007-07-01Merged revisions 72806 via svnmerge from russell1-1/+1
2007-06-27Merged revisions 72272 via svnmerge from russell1-0/+2
2007-06-27Merged revisions 72006 via svnmerge from file1-2/+15
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-2/+2
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...murf6-1165/+1208
2007-06-20Merge work to make U(...) option work for Dialtilghman1-1/+1
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-4/+2
2007-06-11Merged revisions 68595 via svnmerge from tilghman1-8/+19
2007-06-05Merged revisions 67526 via svnmerge from murf4-233/+272
2007-06-05Merged revisions 67420 via svnmerge from murf1-0/+27
2007-06-04Change javadoc style code documentation to the same format we use elsewhere.russell1-71/+99
2007-05-24use the OpenSSL AES implementation if it's available (unless configured not to)kpfleming1-14/+15
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell2-28/+10
2007-05-15Make sure that DUNDIRESULT is given an ID.russell1-0/+5
2007-05-03Merged revisions 62883 via svnmerge from murf5-261/+270
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-6/+3
2007-04-28Merge changes from team/russell/dundi_resultsrussell1-2/+194
2007-04-02Merged revisions 59688 via svnmerge from murf1-1/+1
2007-03-27Merged revisions 59261 via svnmerge from murf1-1/+1
2007-03-26added the no. 18 regression testmurf2-0/+52
2007-03-26updated the regressions with regards to 9373, the crash on double contexts, a...murf5-915/+1307