Merged revisions 106437 via svnmerge from
[asterisk/asterisk.git] / main / pbx.c
2008-03-06 Mark MichelsonMerged revisions 106437 via svnmerge from
2008-03-04 Tilghman LesherWhitespace changes only
2008-03-04 Russell Bryant - Add curly braces around the while loop
2008-03-04 Russell BryantUse ast_copy_string() instead of strncpy(), and use...
2008-02-28 Jason ParkerMerged revisions 105005 via svnmerge from
2008-02-26 Joshua ColpAdd an 'e' option to ResetCDR which re-enables a CDR...
2008-02-18 Joshua ColpAdd an API call (ast_async_parseable_goto) which parses...
2008-02-18 Tilghman LesherContext tracing for channels
2008-02-15 Mark MichelsonAdd proper "false" case behavior to GotoIfTime
2008-02-11 Joshua ColpJust some minor coding style cleanup...
2008-02-11 Joshua ColpFix Manager Redirect while in an AGI.
2008-02-08 Russell BryantMerge changes from team/mvanbaak/cli-command-audit
2008-02-05 Mark MichelsonGet rid of any remaining ast_verbose calls in the code...
2008-02-05 Jason ParkerChange where priority of a goto is adjusted.
2008-02-04 Joshua ColpUpdate handling of asyncgoto so it properly works on...
2008-01-31 Steve MurphyMerged revisions 101480 via svnmerge from
2008-01-28 Tilghman LesherMerged revisions 100675 via svnmerge from
2008-01-28 Russell BryantClean up some formatting, and simplify a bit of code...
2008-01-14 Joshua ColpPrint out a warning when spaces are used in the variabl...
2008-01-12 Russell BryantAdd a new CLI command, "core set chanvar", which allows...
2008-01-10 Tilghman LesherSeveral manager changes:
2008-01-05 Russell BryantPrint out the name of a function being registered in...
2007-12-31 Mark MichelsonMerged revisions 95577 via svnmerge from
2007-12-14 Mark MichelsonI needed to increment the numbers used on the VERBOSITY...
2007-12-14 Mark MichelsonChanged VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be...
2007-12-14 Mark MichelsonAfter reading Russell's e-mail to the dev list stating...
2007-12-14 Tilghman LesherConvert ast_verbose to ast_verb.
2007-12-13 Jason ParkerMerged revisions 92809 via svnmerge from
2007-12-07 Jason ParkerAdd count of total number of calls processed by asteris...
2007-12-04 Russell BryantMerged revisions 90967 via svnmerge from
2007-12-04 Olle Johansson(closes issue #11422)
2007-11-28 Mark MichelsonRemoving a pointless check of option_debug
2007-11-28 Mark MichelsonMerged revisions 90059 via svnmerge from
2007-11-28 Jason ParkerRemove "old"-style CLI handler, since nothing uses...
2007-11-28 Russell BryantMerged revisions 89893 via svnmerge from
2007-11-27 Russell BryantMerged revisions 89839 via svnmerge from
2007-11-27 Steve Murphycloses issue #11294; missed the conditional unlock...
2007-11-27 Russell BryantMerged revisions 89790 via svnmerge from
2007-11-26 Russell BryantMerged revisions 89594 via svnmerge from
2007-11-26 Steve MurphyThanks to pnlarsson for noting the spelling error in...
2007-11-24 Steve Murphycloses issue #11363; where the pattern _20x. buried...
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-21 Steve Murphycloses issue #11290; the proposed patch was a good...
2007-11-21 Mark MichelsonI introduced a deadlock avoidance into 1.4, which I...
2007-11-21 Kevin P. Flemingremove some debugging code that doesn't compile on...
2007-11-21 Steve MurphyA free in add_pri was ultimately the source of the...
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Luigi Rizzomove internal function declarations to include/asterisk...
2007-11-20 Mark MichelsonMerged revisions 89457 via svnmerge from
2007-11-20 Steve MurphyGet rid of some debug messages in pbx.c
2007-11-19 Steve MurphyThese changes were made in response to niklas@tese...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-19 Steve Murphya correction to code involved in an extension removal
2007-11-17 Steve Murphya quick fix to pbx_dundi.c to make it so it will compil...
2007-11-16 Steve MurphyMy goodness, haven't handled an extension deletion...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-16 Steve MurphyThis corrects a hashtab removal, given a bad argument
2007-11-16 Steve MurphyThis fixes a problem with pattern ranges; and corrects...
2007-11-15 Steve MurphyGet rid of a previously missed ast_log call for debug...
2007-11-15 Steve MurphyPerhaps I went overboard on initializing things. I...
2007-11-15 Steve MurphyHad trouble playing with parking; spent a long time...
2007-11-14 Steve MurphyRescaled the weights of the patterns to give something...
2007-11-14 Steve MurphyA further problem highlighted by 11233 has been resolve...
2007-11-14 Kevin P. Fleminguse simpler technique for removing known entries from...
2007-11-13 Steve MurphyThis hopefully will fix the re-opened 11233. Hadn't...
2007-11-13 Steve Murphycloses issue #11233 -- where some fine points in the...
2007-11-12 Jason ParkerMerged revisions 89194 via svnmerge from
2007-11-12 Steve MurphyBased on a note in asterisk-dev by Brian Capouch, I...
2007-11-09 Steve MurphyThis is the perhaps the biggest, boldest, most daring...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-06 Joshua ColpFix up some PBX logic that became broken. The code...
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-11-06 Russell BryantMerged revisions 88805 via svnmerge from
2007-11-04 Luigi RizzoSimplify the implementation and the API for stringfields;
2007-11-02 Tilghman LesherAdd pbx_lua as a method of doing extensions
2007-11-02 Tilghman Lesher'h' extension doesn't execute past first priority
2007-11-01 Tilghman LesherModify WaitExten to include an optional dialtone
2007-11-01 Steve MurphyThis commits the performance mods that give the priorit...
2007-11-01 Joshua ColpDrop any more references to type in the Exception dialp...
2007-10-31 Tilghman LesherOptimize pbx_substitute_variables
2007-10-30 Jason ParkerUpdate documentation to give an example of how to use...
2007-10-30 Mark MichelsonThe priority gets incremented after raising an exceptio...
2007-10-30 Mark MichelsonJumped the gun a bit in the RaiseException app. It...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-11 Tilghman LesherMerged revisions 85356 via svnmerge from
2007-10-04 Joshua ColpDon't register the exception function with module infor...
2007-10-03 Tilghman LesherCreate a universal exception handling extension, "e...
2007-10-02 Tilghman LesherAdd MSet for people who prefer the old, deprecated...
2007-09-18 Jason Parker(issue #10724)
2007-09-17 Joshua ColpMerged revisions 82514 via svnmerge from
2007-09-12 Mark MichelsonFixes Solaris build warnings
2007-08-30 Joshua Colp(closes issue #10603)
2007-08-24 Tilghman LesherFix documentation for Set (closes issue #10549)
2007-08-15 Steve MurphyThis commit closes bug 7605, and half-closes 7638....
2007-08-07 Russell BryantAdd another big set of doxygen documentation improvemen...
2007-08-01 Joshua ColpInstead of adding the SOLARIS check to each HAVE_SYSINF...
2007-08-01 Joshua ColpSolaris does not have a sysinfo like we know of on...
2007-08-01 Russell BryantConvert code that checks the _softhangup member of...
2007-07-23 Tilghman LesherMerge the dialplan_aesthetics branch. Most of this...
next