aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Print out a warning when spaces are used in the variable name in Set and MSet...file1-2/+7
2008-01-12Add a new CLI command, "core set chanvar", which allows you to set a channelrussell1-1/+40
2008-01-10Several manager changes:tilghman1-3/+3
2008-01-05Print out the name of a function being registered in color, just like the namerussell1-1/+2
2007-12-31Merged revisions 95577 via svnmerge from mmichelson1-1/+2
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.mmichelson1-1/+1
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson1-1/+1
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-1/+1
2007-12-14Convert ast_verbose to ast_verb.tilghman1-2/+1
2007-12-13Merged revisions 92809 via svnmerge from qwell1-7/+7
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.qwell1-1/+9
2007-12-04Merged revisions 90967 via svnmerge from russell1-19/+9
2007-12-04(closes issue #11422)oej1-0/+78
2007-11-28Removing a pointless check of option_debugmmichelson1-3/+1
2007-11-28Merged revisions 90059 via svnmerge from mmichelson1-6/+0
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.qwell1-1/+1
2007-11-28Merged revisions 89893 via svnmerge from russell1-0/+4
2007-11-27Merged revisions 89839 via svnmerge from russell1-8/+16
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...murf1-1/+2
2007-11-27Merged revisions 89790 via svnmerge from russell1-3/+21
2007-11-26Merged revisions 89594 via svnmerge from russell1-0/+2
2007-11-26Thanks to pnlarsson for noting the spelling error in the cli commands. Also, ...murf1-2/+2
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