summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.Mark Michelson
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-13Merged revisions 92809 via svnmerge from Jason Parker
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.Jason Parker
2007-12-04Merged revisions 90967 via svnmerge from Russell Bryant
2007-12-04(closes issue #11422)Olle Johansson
2007-11-28Removing a pointless check of option_debugMark Michelson
2007-11-28Merged revisions 90059 via svnmerge from Mark Michelson
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.Jason Parker
2007-11-28Merged revisions 89893 via svnmerge from Russell Bryant
2007-11-27Merged revisions 89839 via svnmerge from Russell Bryant
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...Steve Murphy
2007-11-27Merged revisions 89790 via svnmerge from Russell Bryant
2007-11-26Merged revisions 89594 via svnmerge from Russell Bryant
2007-11-26Thanks to pnlarsson for noting the spelling error in the cli commands. Also, ...Steve Murphy
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...Steve Murphy
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21closes issue #11290; the proposed patch was a good guess, and would solve the...Steve Murphy
2007-11-21I introduced a deadlock avoidance into 1.4, which I attempted to port to trun...Mark Michelson
2007-11-21remove some debugging code that doesn't compile on 64-bit platformsKevin P. Fleming
2007-11-21A free in add_pri was ultimately the source of the grief we were having with ...Steve Murphy
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-20Merged revisions 89457 via svnmerge from Mark Michelson
2007-11-20Get rid of some debug messages in pbx.cSteve Murphy
2007-11-19These changes were made in response to niklas@tese.se's letter of 11-17-2007,...Steve Murphy
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-19a correction to code involved in an extension removalSteve Murphy
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...Steve Murphy
2007-11-16My goodness, haven't handled an extension deletion. Add code to ast_context_r...Steve Murphy
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16This corrects a hashtab removal, given a bad argumentSteve Murphy
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...Steve Murphy
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.Steve Murphy
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...Steve Murphy
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...Steve Murphy
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...Steve Murphy
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...Steve Murphy
2007-11-14use simpler technique for removing known entries from listsKevin P. Fleming
2007-11-13This hopefully will fix the re-opened 11233. Hadn't covered the case of a con...Steve Murphy
2007-11-13closes issue #11233 -- where some fine points in the algorithm to build the t...Steve Murphy
2007-11-12Merged revisions 89194 via svnmerge from Jason Parker
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Fix up some PBX logic that became broken. The code would exit prematurely whe...Joshua Colp
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-06Merged revisions 88805 via svnmerge from Russell Bryant