aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Merged revisions 235421 via svnmerge from tilghman1-3/+13
2009-12-13Trim leading/trailing spaces from the filename, to deal with common user error.tilghman1-1/+1
2009-12-01Merged revisions 231853 via svnmerge from dvossel1-1/+1
2009-11-11Merged revisions 229498 via svnmerge from dbrooks1-4/+5
2009-11-10Merged revisions 229360 via svnmerge from tilghman1-18/+36
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-4/+4
2009-10-22Merged revisions 225105 via svnmerge from tilghman1-1/+1
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.tilghman1-8/+6
2009-10-07Deadlock in channel masquerade handlingdvossel1-3/+5
2009-09-24Merged revisions 220288 via svnmerge from tilghman1-2/+0
2009-09-16Merged revisions 218867 via svnmerge from dbrooks1-1/+1
2009-09-11Check the origination priority for more matches, not the current priority.tilghman1-1/+1
2009-09-04Enable turning off the application delimiter warning with the 'dontwarn' option.tilghman1-1/+1
2009-09-04Merged revisions 216430 via svnmerge from oej1-0/+2
2009-08-25Merged revisions 213970 via svnmerge from tilghman1-2/+2
2009-08-10AST-2009-005tilghman1-8/+8
2009-07-08Fix a CEL related regression with hints updating by subscribing to AST_DEVICE...mnicholson1-1/+1
2009-07-08Merged revisions 205409 via svnmerge from dvossel1-0/+26
2009-07-02Merged revisions 204681 via svnmerge from dvossel1-24/+34
2009-06-26Make invalid hints report Unavailable instead of Idle.russell1-3/+4
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-17/+27
2009-06-10Fixes the argument order in definition of new_find_extension().dbrooks1-1/+1
2009-05-26Add new ast_complete_applications function so that we can use it with theseanbright1-15/+20
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-12/+27
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asseanbright1-0/+4
2009-05-22Avoid using prototypes when not necessary (it is already defined in the headereliel1-6/+2
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-68/+67
2009-05-18Warn about the use of the application WaitExten() within a Macro().eliel1-0/+1
2009-05-16Fix a missing unlock in case of error, and a missing free().eliel1-5/+2
2009-05-14If the timing ended on a zero, then we would loop forever.tilghman1-3/+2
2009-05-13Merged revisions 194137 via svnmerge from tilghman1-1/+1
2009-05-13Two fixes found while debugging with ast_backtrace():tilghman1-5/+3
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-07Merged revisions 193119 via svnmerge from tilghman1-2/+17
2009-05-06If no extension was found in the pattern tree, don't crash.jpeeler1-1/+1
2009-04-29Part of the merge did not happen correctly, which resulted in a compile errortilghman1-3/+4
2009-04-29Merge str_substitution branch.tilghman1-33/+369
2009-04-27Don't warn on pipe in the System call.tilghman1-1/+2
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-12/+17
2009-04-23Labels are sometimes (most of the time?) NULL for extensions.tilghman1-2/+2
2009-04-17Merged revisions 189009 via svnmerge from mnicholson1-1/+3
2009-04-17Fix a spacing issue that I claimed I would when I committed this code.mmichelson1-1/+1
2009-04-17Several fixes to the extenpatternmatchnew logic.mmichelson1-206/+172
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...tilghman1-0/+5
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-3/+3
2009-04-09Add ability for dialplan execution to continue when caller hangs up.jpeeler1-2/+3
2009-03-27Change g_eid to ast_eid_default.russell1-1/+1
2009-03-11Spacing changes onlytilghman1-323/+342
2009-02-20Merged revisions 177786 via svnmerge from tilghman1-11/+11
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...murf1-17/+110