summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2008-02-28Merged revisions 105005 via svnmerge from Jason Parker
2008-02-26Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.Joshua Colp
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...Joshua Colp
2008-02-18Context tracing for channelsTilghman Lesher
2008-02-15Add proper "false" case behavior to GotoIfTimeMark Michelson
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-02-11Fix Manager Redirect while in an AGI.Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-02-05Change where priority of a goto is adjusted.Jason Parker
2008-02-04Update handling of asyncgoto so it properly works on channels that are curren...Joshua Colp
2008-01-31Merged revisions 101480 via svnmerge from Steve Murphy
2008-01-28Merged revisions 100675 via svnmerge from Tilghman Lesher
2008-01-28Clean up some formatting, and simplify a bit of code using ast_strRussell Bryant
2008-01-14Print out a warning when spaces are used in the variable name in Set and MSet...Joshua Colp
2008-01-12Add a new CLI command, "core set chanvar", which allows you to set a channelRussell Bryant
2008-01-10Several manager changes:Tilghman Lesher
2008-01-05Print out the name of a function being registered in color, just like the nameRussell Bryant
2007-12-31Merged revisions 95577 via svnmerge from Mark Michelson
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