aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...murf1-87/+212
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-21closes issue #11290; the proposed patch was a good guess, and would solve the...murf1-43/+93
2007-11-21I introduced a deadlock avoidance into 1.4, which I attempted to port to trun...mmichelson1-2/+0
2007-11-21remove some debugging code that doesn't compile on 64-bit platformskpfleming1-60/+15
2007-11-21A free in add_pri was ultimately the source of the grief we were having with ...murf1-21/+78
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-1/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-20Merged revisions 89457 via svnmerge from mmichelson1-0/+2
2007-11-20Get rid of some debug messages in pbx.cmurf1-9/+1
2007-11-19These changes were made in response to niklas@tese.se's letter of 11-17-2007,...murf1-18/+61
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-19a correction to code involved in an extension removalmurf1-2/+2
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...murf1-4/+26
2007-11-16My goodness, haven't handled an extension deletion. Add code to ast_context_r...murf1-10/+62
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
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