aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Fix potential invalid reads that could occur in pbx.cmmichelson1-2/+21
2010-02-08Use memmove() instead of memcpy() for a case where the buffers overlap.russell1-1/+1
2010-01-27Merged revisions 243486 via svnmerge from mmichelson1-2/+3
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...oej1-3/+3
2010-01-20Update CDR variables as pbx startsalecdavis1-0/+4
2010-01-19Initialize data on the stack so that Park doesn't interpret random arguments.jpeeler1-1/+3
2010-01-17Avoid a crash on Solaris when running 'core show functions.'seanbright1-1/+4
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-7/+1
2010-01-14Similarly, ensure that matchcid is duplicated correctly when merging contexts.tilghman1-1/+1
2010-01-14Ensure that the callerid is NULL when the parent is effectively NULL.tilghman1-1/+1
2010-01-13Oops, another tag errortilghman1-1/+1
2010-01-13Oops, missed a closing tagtilghman1-0/+1
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.tilghman1-4/+81
2010-01-12Blank callerid and NULL callerid should not compare equal.tilghman1-1/+3
2010-01-05fixes subscriptions being lost after 'module reload'dvossel1-3/+4
2010-01-04Merged revisions 237493 via svnmerge from tilghman1-22/+20
2010-01-04Merged revisions 237405 via svnmerge from tilghman1-1/+6
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