add missing newlines, fix misspelling of nonexistent (bug #4027)
[asterisk/asterisk.git] / pbx.c
2005-04-13 Russell Bryantadd missing newlines, fix misspelling of nonexistent...
2005-04-03 Kevin P. Flemingfurther thought says '!' is a better early-match wildca...
2005-04-03 Kevin P. Flemingadd 'early-match' wildcard for extension patterns ...
2005-04-01 Kevin P. FlemingFix up formatting and a few typos/poor grammar in pbx...
2005-04-01 Kevin P. Flemingrevert previous commit... was the wrong fix (my first...
2005-04-01 Kevin P. Flemingensure that variables supplied to ast_pbx_outgoing_exte...
2005-03-29 Mark SpencerMake sure ExecIf stuff returns properly (bug #3864)
2005-03-29 Mark SpencerAllow functions to be written to (bug #2278, with mods)
2005-03-26 Russell Bryantformatting fixes
2005-03-17 Mark SpencerAdd comments for hints (bug #3783)
2005-03-17 Mark SpencerMerge builtin If function (bug #3779)
2005-03-14 Mark SpencerFix serious typo (code segment was only enabled with...
2005-03-05 Mark SpencerUnbreak expression handling from addition of function...
2005-03-04 Mark SpencerRework channel structure to eliminate "pvt" portion...
2005-03-04 Mark SpencerAdd registerable functional variables (bug #3636, with...
2005-02-26 Mark SpencerFix SetVar (bug #3668) and g + transfer (#3650)
2005-02-25 Mark SpencerAdd execiftime, remove duplicate agent logoff CLI
2005-02-23 Mark SpencerMerge anthm's CDR updates (bug #3595)
2005-02-21 Mark SpencerAdd "show hints" to CLI (bug #3631)
2005-02-17 Mark SpencerFix ${CALLINGSUBADDR}
2005-02-13 Mark SpencerFix colon expansion (bug #3572)
2005-02-10 Mark SpencerFix (in an admittedly icky way) the CALL variable broke...
2005-02-09 Mark SpencerOptimize variable lookups (bug #3541)
2005-02-02 Mark SpencerInclude uniqueid in response for ManagerOriginate stuff...
2005-02-01 Mark SpencerAllow hints to have names (bug #3471)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2005-01-13 Mark SpencerImplement eswitch for evalulating variables at runtime...
2005-01-12 Mark SpencerRestore functionality of "show dialplan" with no arguments
2005-01-09 Mark SpencerImprove show dialplan support to support patterns and...
2005-01-01 Mark SpencerList improvements from kpfleming (bugs #3166,#3140)
2004-12-31 Mark SpencerIncrease max stack size for context searches (bug ...
2004-12-29 Mark SpencerLog execution stack if option_debug is enabled (bug...
2004-12-29 Mark SpencerAllow Answer(delay) to create delay after answering...
2004-12-28 Mark SpencerFix pbx.c to be able to display hints (bug #3074)
2004-12-28 Anthony Minessale IIfix transfer goto issue
2004-12-23 Mark SpencerSpeed up ast_list macros (bug #3135)
2004-12-23 Mark SpencerFix AGI to know about "builtin" variables, too (bug...
2004-12-19 Mark SpencerSMS fix, pbx optimization (bug #3098)
2004-12-18 Mark SpencerFix comment issues (bug #3089)
2004-12-11 Mark SpencerMake sure context is passed properly on _exec (bug...
2004-12-11 Russell BryantShow some counters with 'show dialplan' (bug #2968)
2004-12-08 Anthony Minessale IIfix bug 2994 (off by 1 error)
2004-12-07 Mark SpencerBig diet for struct ast_channel
2004-12-02 Anthony Minessale IIfix small goto logic issue
2004-12-01 Mark SpencerPrint number of applications (bug #2961)
2004-11-25 Mark SpencerMerge tony's ampersand patch (bug #2934)
2004-11-24 Mark SpencerMake realtime pbx understand patterns.
2004-11-23 Anthony Minessale IIfix inherited softhangup issue in ast_goto_if_exists()
2004-11-22 Mark SpencerLittle dial typo fix and make WaitExten continue if...
2004-11-22 Mark SpencerAdd improved macro functionality (bug #2905)
2004-11-19 Mark SpencerAdd incremental/decremental priorities (bug #2906)
2004-11-17 Mark SpencerAdd "ImportVar" application
2004-11-16 Mark SpencerDocumentation fixup (thanks, drumkilla)
2004-11-13 Mark SpencerBig agent / queue fixes
2004-11-12 Mark SpencerAllow dashes in extensions (bug #2835)
2004-11-11 Mark SpencerMake timing stuff generic (bug #2839)
2004-11-01 Mark SpencerMake channel variables inheritable by _ (bug #928)
2004-10-27 Anthony Minessale IIeven more paranoid serialize code
2004-10-27 Anthony Minessale IIadd more paranoid handling to pbx_builtin_serialize_var...
2004-10-24 Mark SpencerAdd "Loopback" switch
2004-10-22 Anthony Minessale IIThis patch adds a new api call:
2004-10-17 Mark SpencerThread fixes, vm fix (bug #2665)
2004-10-16 Mark SpencerAdd autofallthrough mode
2004-10-15 Mark SpencerGenerate CDR's for failed outbound spool
2004-10-13 James GolovichFix pbx_builtin_setlanguage to not seg when data is...
2004-10-08 Mark SpencerFix small verboseness bugs (bug #2602)
2004-10-03 Mark SpencerAllow you to use labels with + to be nice to Tilghman.
2004-10-03 Mark SpencerMajor PBX revamps (including labels, update examples)
2004-10-02 Mark SpencerHuge callerid rework (might break H.323, others)
2004-09-24 Anthony Minessale IIadd app_forkcdr
2004-09-14 Mark SpencerMake sure patterns are always last (bug #2435)
2004-09-09 Mark SpencerMake ${CALLINGPRES} available (bug #2409)
2004-09-09 Mark SpencerFix GotoIf logging level (bug #2396)
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)
next