summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2009-09-24Merged revisions 220288 via svnmerge from Tilghman Lesher
2009-09-16Merged revisions 218867 via svnmerge from David Brooks
2009-09-11Check the origination priority for more matches, not the current priority.Tilghman Lesher
2009-09-04Enable turning off the application delimiter warning with the 'dontwarn' option.Tilghman Lesher
2009-09-04Merged revisions 216430 via svnmerge from Olle Johansson
2009-08-25Merged revisions 213970 via svnmerge from Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-08Fix a CEL related regression with hints updating by subscribing to AST_DEVICE...Matthew Nicholson
2009-07-08Merged revisions 205409 via svnmerge from David Vossel
2009-07-02Merged revisions 204681 via svnmerge from David Vossel
2009-06-26Make invalid hints report Unavailable instead of Idle.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-10Fixes the argument order in definition of new_find_extension().David Brooks
2009-05-26Add new ast_complete_applications function so that we can use it with theSean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asSean Bright
2009-05-22Avoid using prototypes when not necessary (it is already defined in the headerEliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Warn about the use of the application WaitExten() within a Macro().Eliel C. Sardanons
2009-05-16Fix a missing unlock in case of error, and a missing free().Eliel C. Sardanons
2009-05-14If the timing ended on a zero, then we would loop forever.Tilghman Lesher
2009-05-13Merged revisions 194137 via svnmerge from Tilghman Lesher
2009-05-13Two fixes found while debugging with ast_backtrace():Tilghman Lesher
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-07Merged revisions 193119 via svnmerge from Tilghman Lesher
2009-05-06If no extension was found in the pattern tree, don't crash.Jeff Peeler
2009-04-29Part of the merge did not happen correctly, which resulted in a compile errorTilghman Lesher
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-27Don't warn on pipe in the System call.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-23Labels are sometimes (most of the time?) NULL for extensions.Tilghman Lesher
2009-04-17Merged revisions 189009 via svnmerge from Matthew Nicholson
2009-04-17Fix a spacing issue that I claimed I would when I committed this code.Mark Michelson
2009-04-17Several fixes to the extenpatternmatchnew logic.Mark Michelson
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...Tilghman Lesher
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-11Spacing changes onlyTilghman Lesher
2009-02-20Merged revisions 177786 via svnmerge from Tilghman Lesher
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...Steve Murphy
2009-02-18Fix a number of incorrect uses of strncpy().Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-17Fix a race condition that caused device states to become incorrect for hints.Russell Bryant
2009-02-13add missing </para>Russell Bryant
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson
2009-02-04Ensure that commas placed in the middle of extension character classes do notTilghman Lesher
2009-01-28Merged revisions 172030 via svnmerge from Steve Murphy
2009-01-22Merged revisions 170050 via svnmerge from Joshua Colp
2009-01-21Merged revisions 169867 via svnmerge from Joshua Colp