Formatting cleanups
[asterisk/asterisk.git] / pbx.c
2004-09-07 James GolovichFormatting cleanups
2004-09-07 Mark SpencerMake background support a language override (bug #2378)
2004-09-01 Mark SpencerSlightly more verbose detail on PBX startup (bug #2339)
2004-08-27 Mark SpencerMerge "show applications" from corydon76 (bug #2291)
2004-08-21 Mark SpencerSave CID and switches in "save dialplan" command (bug...
2004-08-21 Mark SpencerFix small memory leak... (bug #2277)
2004-08-08 Mark SpencerMerge BSD stack size work (bug #2067)
2004-08-03 Mark SpencerPlane commits (a.k.a. the Delta deltas): 1) Make muted...
2004-07-30 Malcolm Davenportchan_h323 Makefile change for Bug #2064. Also back...
2004-07-30 Malcolm DavenportBug # 2115: Allow Caller TON to be retrieved in the...
2004-07-24 Mark SpencerMerge tilghman's app/appdata in newexten patch (bug...
2004-07-19 Mark SpencerAdd options to background (bug #2075) and update docume...
2004-07-17 Mark SpencerTypo / whitespace fixes (bug #2052)
2004-07-14 Mark SpencerRemaining rgagnon source audit improvements (bug #2011)
2004-07-09 Mark SpencerGive Busy() and Congestion() an optional timeout
2004-07-01 Anthony Minessale IIbring justice to gotoif's always true bug
2004-06-29 Mark SpencerDisplay invalid extension when there is one, fix minor...
2004-06-28 Jeremy McNamaraAdd new built-in app 'SetAMAFlags'
2004-06-25 Mark SpencerAdd subaddress support (bug #1877)
2004-06-25 Mark SpencerCleanup handling of complex expressions (bug #1919)
2004-06-25 Mark SpencerCommit remaining changes
2004-06-23 Mark SpencerGenerate "failed" context on busy, too
2004-06-22 Mark SpencerMerge major BSD mutex and symbol conflict patches ...
2004-06-22 Mark SpencerAdd "Progress" application
2004-06-13 Mark Spencerx86-64 compile fixes and cleanups
2004-06-12 Mark SpencerAdd "LOW_MEMORY" option and increase some buffer sizes...
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-05-26 James GolovichFix comment in pbx.c
2004-05-20 Mark SpencerMake ast_channel_walk become ast_channel_walk_locked
2004-05-17 James GolovichFix compiler warning
2004-05-17 James GolovichMake variables work in manager originate again
2004-05-09 James GolovichCode formatting fixes in pbx.c (still more todo)
2004-05-04 James GolovichChange strlen calls to ast_strlen_zero in pbx.c
2004-05-03 Mark SpencerAdd SayPhonetic and SayAlpha applications (bug #793)
2004-04-29 Mark SpencerAdd support for French, Danish, Portuguese, Spanish...
2004-04-26 Mark SpencerMore select/poll updates for various applications
2004-04-22 Mark SpencerUse ast_strdupa instead of strdup in goto (bug #1465)
2004-04-19 Mark SpencerHold the lock properly on async goto now that we have...
2004-04-18 James GolovichMake extension matching non case sensitive. So 'T...
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-04-06 Mark SpencerAdd "WaitExten" application
2004-04-04 Mark SpencerSave appl and data around exec (bug #1301)
2004-04-02 Mark SpencerUpdate security document, work on threading with pbx...
2004-03-24 Mark SpencerMake FAX enableable/disablabable, fix async goto suppor...
2004-03-19 Mark SpencerFix LEN segfault (bug #1228)
2004-03-06 James GolovichAllow multiple switches in the same context (bug #1171)
2004-03-05 James GolovichFix pbx_builtin_atimeout comment
2004-03-04 James GolovichMake the Wait application accept time with fractions...
2004-03-04 Mark SpencerFix GotoIfTime if time is bad
2004-02-26 Malcolm DavenportFix Bug # 981
2004-02-23 James GolovichFix some comments in pbx.c and pbx_config.c
2004-02-23 James GolovichFix ast_add_extension2 updating ast_exten correctly...
2004-02-22 James GolovichAdd ${LANGUAGE} channel variable (bug #1078)
2004-02-11 Mark SpencerFix several memory leaks
2004-02-02 Mark SpencerForce update of the CDR before clearing channel (bug...
2004-01-31 Mark SpencerStop searching once we find a match
2004-01-15 Jeremy McNamaraMake output more readable
2004-01-13 Jeremy McNamaratemp fix for timed includes and GotoIfTime
2004-01-11 Jeremy McNamaraOut of memory conditions should be errors, not warnings...
2003-12-01 Mark SpencerAdd ${TIMESTAMP} (bug #607) and don't ever ast_log...
2003-11-24 Jeremy McNamaradeal with accountcode correctly and update CDR on a...
2003-11-21 Mark SpencerMake CALLTYPE available
2003-11-13 Mark SpencerMake ${ACCOUNTCODE} available and document (bug #459)
2003-11-04 Martin PyckoFix a typo
2003-10-26 Mark SpencerMake sure variables exists (bug #409)
2003-10-25 Mark SpencerMake HANGUPCAUSE accessible
2003-10-25 Mark SpencerVerify includes, and give warnings if invalid (bug...
2003-10-23 Mark SpencerCreate outgoing threads detached (bug #391)
2003-10-06 Mark SpencerUpdate setlanguage documentation
2003-10-01 Martin PyckoPass accountcode to outgoing spool call when originated...
2003-09-30 Jeremy McNamarause timeout value insted of 0. Bug #286
2003-09-27 Mark SpencerMove to asprintf (bug #252)
2003-09-22 Martin PyckoCreate better 'failed' CDRs for outgoing spool calls...
2003-09-20 Martin PyckoFix getting ${UNIQUEID} value
2003-09-14 Mark SpencerRevert bug 176 patch entirely
2003-09-13 Mark SpencerMore PBX fixes
2003-09-13 Mark SpencerCLeanup PBX patch and add localtime stuff for saytime...
2003-09-13 Mark SpencerAdd extended Matching functionality (bug #97)
2003-09-12 Martin PyckoAdd distinguishing between BUSY and FAILURE for outgoin...
2003-09-10 Mark SpencerFix small logic errors (bug #242)
2003-09-08 Mark SpencerAdd ResetCDR application (with mods) (bug #235)
2003-09-08 Mark SpencerChange printf to ast_log (bug #238)
2003-09-04 Mark SpencerAdd ${DNIS}
2003-09-02 Mark SpenceriTholo fixes
2003-09-01 Mark SpencerUpdate CDR's when changing extensions
2003-08-25 Mark SpencerMerge james's patch (bug #7)
2003-08-24 Mark SpencerDon't run hangup extension when KEEPALIVE is returned...
2003-08-20 Mark SpencerBe sure workspace is initialized
2003-08-13 Mark SpencerTotally revamp thread debugging to support locating...
2003-08-07 Martin PyckoRevert the change in GotoIfTime
2003-08-07 Martin PyckoFix the GotoIfTime application
2003-08-03 Mark SpencerAllow globals in extensions.conf to reference previous...
2003-07-29 Mark SpencerMinor fixes
2003-07-14 Martin Pyckopbx.c didn't get updated
2003-07-14 Martin Pyckopbx.c didn't get updated last time
2003-07-12 Jeremy McNamarafix invalid synopsis on SetAccount
2003-07-01 Martin PyckoAnother typo!
2003-07-01 Martin PyckoFix a typo
2003-07-01 Mark SpencerMerge goto if patch
2003-07-01 Martin PyckoDon't enter the LEN() routines if the variable name...
next