Print out the name of a function being registered in color, just like the name
[asterisk/asterisk.git] / main / pbx.c
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...
2007-07-23 Russell Bryant(closes issue #10192)
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-17 Russell BryantMerged revisions 75403 via svnmerge from
2007-07-16 Joshua ColpChange the function name slightly... just for kpfleming!
2007-07-16 Joshua ColpFor my next trick I will make it so dialplan functions...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-05 Steve MurphyIn regards to changes for 9508, expr2 system choking...
2007-07-02 Russell BryantAfter some discussion on the asterisk-dev list, we...
2007-07-02 Russell BryantAdd "core dump funcdocs" CLI command
2007-07-02 Russell Bryantchange the "core dump appdocs" CLI command to use the...
2007-06-20 Tilghman LesherFix trunk brokenness; also, optimize application regist...
2007-06-20 Steve MurphyCleaning up a small disaster I created earlier
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-13 Jason ParkerFixes for ast_strlen_zero() janitor project.
2007-06-12 Russell BryantConvert pbx.c to use ast_debug() for debug logging.
2007-06-08 Russell BryantAdd channel variable manager event
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-01 Russell Bryantremove a bogus comment that came from copy/paste
2007-06-01 Russell BryantMerge major changes to the way device state is passed...
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
next