Make variables work in manager originate again
[asterisk/asterisk.git] / pbx.c
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...
2003-06-24 Mark SpencerMake variable with invalid extension
2003-06-11 Mark Spencermanager unique id
2003-06-11 Mark SpencerUse digit/response timeouts
2003-06-06 Martin PyckoAdd the variable LEN(STRING) to retrieve the length...
2003-06-04 Martin PyckoSomehow it didnt' get updated with the previous patch
2003-05-30 Mark SpencerAdd unique identifier
2003-05-22 Mark SpencerFix 'T' extension
2003-05-06 Mark Spencerdep fix, pbx fix
2003-04-29 Mark SpencerMinor fixes
2003-04-28 Mark SpencerAdd gotoiftime (thanks Tilghman)
2003-04-27 Mark SpencerStore apps in alphabetical order, making "show applicat...
2003-04-23 Mark SpencerMore OpenBSD patches
2003-04-21 Mark SpencerAdd epoch and date/time variables
2003-04-19 Mark SpencerFix sub-string handling
2003-04-18 Mark SpencerMerge expression handling into variable handling
2003-04-18 Mark SpencerMassively redo variable substitution
2003-04-16 Mark SpencerAdd new app
2003-04-06 Mark SpencerPBX updates from andre
2003-04-06 Mark SpencerMerge enhanced status changes, add SIP subscribe from...
2003-04-03 Mark SpencerState change patch
2003-04-01 Mark SpencerMinor hint patch
2003-03-31 Mark SpencerEliminate localtime calls, various cleanups
2003-03-30 Mark SpencerMerge hint patch, add new variables, and misc. PBX...
2003-03-29 Mark SpencerHandle call forward on SIP
2003-03-27 Martin PyckoFix callerid with sample.call like outgoing calls
2003-03-27 Mark SpencerFix extension processing
2003-03-18 Matteo Brancaleonimar mar 18 20:55:27 CET 2003
2003-03-18 Matteo BrancaleoniTue Mar 18 07:00:01 CET 2003
2003-03-12 Matteo BrancaleoniWed Mar 12 07:00:01 CET 2003
2003-03-07 Matteo BrancaleoniFri Mar 7 07:00:00 CET 2003
next