aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16This corrects a hashtab removal, given a bad argumentmurf1-2/+2
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...murf1-2/+6
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.murf1-1/+0
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...murf1-14/+21
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...murf1-1/+4
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...murf1-14/+33
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...murf1-5/+5
2007-11-14use simpler technique for removing known entries from listskpfleming1-9/+3
2007-11-13This hopefully will fix the re-opened 11233. Hadn't covered the case of a con...murf1-1/+1
2007-11-13closes issue #11233 -- where some fine points in the algorithm to build the t...murf1-3/+6
2007-11-12Merged revisions 89194 via svnmerge from qwell1-1/+1
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-1/+2
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-43/+802
2007-11-08improve linked-list macros in two ways:kpfleming1-12/+12
2007-11-06Fix up some PBX logic that became broken. The code would exit prematurely whe...file1-25/+25
2007-11-06"show application <foo>" changes for clarity.mmichelson1-3/+4
2007-11-06Merged revisions 88805 via svnmerge from russell1-11/+37
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-1/+1
2007-11-02Add pbx_lua as a method of doing extensionstilghman1-0/+5
2007-11-02'h' extension doesn't execute past first prioritytilghman1-1/+1
2007-11-01Modify WaitExten to include an optional dialtonetilghman1-2/+13
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-73/+72
2007-11-01Drop any more references to type in the Exception dialplan function.file1-9/+9
2007-10-31Optimize pbx_substitute_variablestilghman1-1/+6
2007-10-30Update documentation to give an example of how to use the return status of Ra...qwell1-1/+2
2007-10-30The priority gets incremented after raising an exception, so the priority sho...mmichelson1-1/+1
2007-10-30Jumped the gun a bit in the RaiseException app. It would always return -1mmichelson1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-9/+9
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-9/+9
2007-10-11Merged revisions 85356 via svnmerge from tilghman1-2/+3
2007-10-04Don't register the exception function with module information. Since it is in...file1-1/+1
2007-10-03Create a universal exception handling extension, "e" (closes issue #9785)tilghman1-5/+132
2007-10-02Add MSet for people who prefer the old, deprecated syntax of Set (Closes issu...tilghman1-1/+46
2007-09-18(issue #10724)qwell1-220/+236
2007-09-17Merged revisions 82514 via svnmerge from file1-1/+1
2007-09-12Fixes Solaris build warningsmmichelson1-0/+3
2007-08-30(closes issue #10603)file1-0/+3
2007-08-24Fix documentation for Set (closes issue #10549)tilghman1-6/+6
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-32/+1
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-48/+67
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...file1-3/+3
2007-08-01Solaris does not have a sysinfo like we know of on Linux.file1-3/+3
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-1/+1
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-59/+48
2007-07-23(closes issue #10192)russell1-71/+44
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-3/+3
2007-07-17Merged revisions 75403 via svnmerge from russell1-0/+2
2007-07-16Change the function name slightly... just for kpfleming!file1-1/+1
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file1-5/+23
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-11/+10