Uh, yeah.
[asterisk/asterisk.git] / main / pbx.c
2010-07-06 Tilghman LesherUh, yeah.
2010-06-29 Tilghman LesherSend DialPlanComplete as a response, not as a separate...
2010-06-15 Tilghman LesherMerged revisions 270583 via svnmerge from
2010-06-08 Leif MadsenFix some doxygen warnings.
2010-05-20 Tilghman LesherLet ExtensionState resolve dynamic hints.
2010-03-24 Mark MichelsonFix potential invalid reads that could occur in pbx.c
2010-02-08 Russell BryantUse memmove() instead of memcpy() for a case where...
2010-01-27 Mark MichelsonMerged revisions 243486 via svnmerge from
2010-01-25 Olle JohanssonChange api for pbx_builtin_setvar to actually return...
2010-01-20 Alec L DavisUpdate CDR variables as pbx starts
2010-01-19 Jeff PeelerInitialize data on the stack so that Park doesn't inter...
2010-01-17 Sean BrightAvoid a crash on Solaris when running 'core show functi...
2010-01-15 Sean BrightConvert a few places to use ast_calloc_with_stringfield...
2010-01-14 Tilghman LesherSimilarly, ensure that matchcid is duplicated correctly...
2010-01-14 Tilghman LesherEnsure that the callerid is NULL when the parent is...
2010-01-13 Tilghman LesherOops, another tag error
2010-01-13 Tilghman LesherOops, missed a closing tag
2010-01-13 Tilghman LesherAdd the TESTTIME() dialplan function, which permits...
2010-01-12 Tilghman LesherBlank callerid and NULL callerid should not compare...
2010-01-05 David Vosselfixes subscriptions being lost after 'module reload'
2010-01-04 Tilghman LesherMerged revisions 237493 via svnmerge from
2010-01-04 Tilghman LesherMerged revisions 237405 via svnmerge from
2009-12-17 Tilghman LesherMerged revisions 235421 via svnmerge from
2009-12-13 Tilghman LesherTrim leading/trailing spaces from the filename, to...
2009-12-01 David VosselMerged revisions 231853 via svnmerge from
2009-11-11 David BrooksMerged revisions 229498 via svnmerge from
2009-11-10 Tilghman LesherMerged revisions 229360 via svnmerge from
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-10-22 Tilghman LesherMerged revisions 225105 via svnmerge from
2009-10-15 Tilghman LesherCreate an API for adding an optional time unit onto...
2009-10-07 David VosselDeadlock in channel masquerade handling
2009-09-24 Tilghman LesherMerged revisions 220288 via svnmerge from
2009-09-16 David BrooksMerged revisions 218867 via svnmerge from
2009-09-11 Tilghman LesherCheck the origination priority for more matches, not...
2009-09-04 Tilghman LesherEnable turning off the application delimiter warning...
2009-09-04 Olle JohanssonMerged revisions 216430 via svnmerge from
2009-08-25 Tilghman LesherMerged revisions 213970 via svnmerge from
2009-08-10 Tilghman LesherAST-2009-005
2009-07-08 Matthew NicholsonFix a CEL related regression with hints updating by...
2009-07-08 David VosselMerged revisions 205409 via svnmerge from
2009-07-02 David VosselMerged revisions 204681 via svnmerge from
2009-06-26 Russell BryantMake invalid hints report Unavailable instead of Idle.
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-10 David BrooksFixes the argument order in definition of new_find_exte...
2009-05-26 Sean BrightAdd new ast_complete_applications function so that...
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-22 Sean BrightFix build under dev mode and remove some casts that...
2009-05-22 Eliel C. SardanonsAvoid using prototypes when not necessary (it is alread...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-18 Eliel C. SardanonsWarn about the use of the application WaitExten() withi...
2009-05-16 Eliel C. SardanonsFix a missing unlock in case of error, and a missing...
2009-05-14 Tilghman LesherIf the timing ended on a zero, then we would loop forever.
2009-05-13 Tilghman LesherMerged revisions 194137 via svnmerge from
2009-05-13 Tilghman LesherTwo fixes found while debugging with ast_backtrace():
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-05-07 Tilghman LesherMerged revisions 193119 via svnmerge from
2009-05-06 Jeff PeelerIf no extension was found in the pattern tree, don...
2009-04-29 Tilghman LesherPart of the merge did not happen correctly, which resul...
2009-04-29 Tilghman LesherMerge str_substitution branch.
2009-04-27 Tilghman LesherDon't warn on pipe in the System call.
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-23 Tilghman LesherLabels are sometimes (most of the time?) NULL for exten...
2009-04-17 Matthew NicholsonMerged revisions 189009 via svnmerge from
2009-04-17 Mark MichelsonFix a spacing issue that I claimed I would when I commi...
2009-04-17 Mark MichelsonSeveral fixes to the extenpatternmatchnew logic.
2009-04-14 Tilghman LesherAs suggested by Russell, warn users when their dialplan...
2009-04-10 Tilghman LesherModify headers and macros, according to Russell's sugge...
2009-04-09 Jeff PeelerAdd ability for dialplan execution to continue when...
2009-03-27 Russell BryantChange g_eid to ast_eid_default.
2009-03-11 Tilghman LesherSpacing changes only
2009-02-20 Tilghman LesherMerged revisions 177786 via svnmerge from
2009-02-18 Steve MurphyThis patch fixes merge_contexts_and_delete so it does...
2009-02-18 Russell BryantFix a number of incorrect uses of strncpy().
2009-02-17 Russell BryantMerge a large set of updates to the Asterisk indication...
2009-02-17 Russell BryantFix a race condition that caused device states to becom...
2009-02-13 Russell Bryantadd missing </para>
2009-02-11 Mark MichelsonFix 'd' option for app_dial and add new option to Answe...
2009-02-04 Tilghman LesherEnsure that commas placed in the middle of extension...
2009-01-28 Steve MurphyMerged revisions 172030 via svnmerge from
2009-01-22 Joshua ColpMerged revisions 170050 via svnmerge from
2009-01-21 Joshua ColpMerged revisions 169867 via svnmerge from
2009-01-13 Russell BryantMerged revisions 168561 via svnmerge from
2008-12-23 Steve MurphyMerged revisions 166093 via svnmerge from
2008-12-18 Russell BryantRemove the need for AST_PBX_KEEPALIVE with the GoSub...
2008-12-16 Tilghman LesherAdd timezone to the possible fields in a timespec.
2008-12-16 Steve Murphy(closes issue #14076)
2008-12-16 Steve MurphyMerged revisions 164634 via svnmerge from
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-10 Tilghman LesherPreviously missing line, now the substitution works...
2008-12-10 Tilghman LesherChecking global variables here actually overwrote the...
2008-12-09 Mark MichelsonMerged revisions 162265 via svnmerge from
2008-12-08 Brandon KruseNote that the recently changed waittime parameter is...
2008-12-08 Joshua ColpFix a regression introduced when the PBX timeouts were...
2008-12-05 Russell BryantMerged revisions 161287 via svnmerge from
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-12-02 Tilghman LesherMerged revisions 160207 via svnmerge from
2008-11-26 Russell BryantMake a formatting change to test a new post-commit...
2008-11-26 Russell BryantMake a formatting change to test a new post-commit...
2008-11-26 Russell BryantMake a formatting change to test a new post-commit...
2008-11-25 Tilghman LesherDon't limit the length of the hint at the final step...
next