summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2010-05-20Let ExtensionState resolve dynamic hints.Tilghman Lesher
2010-03-24Fix potential invalid reads that could occur in pbx.cMark Michelson
2010-02-08Use memmove() instead of memcpy() for a case where the buffers overlap.Russell Bryant
2010-01-27Merged revisions 243486 via svnmerge from Mark Michelson
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...Olle Johansson
2010-01-20Update CDR variables as pbx startsAlec L Davis
2010-01-19Initialize data on the stack so that Park doesn't interpret random arguments.Jeff Peeler
2010-01-17Avoid a crash on Solaris when running 'core show functions.'Sean Bright
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2010-01-14Similarly, ensure that matchcid is duplicated correctly when merging contexts.Tilghman Lesher
2010-01-14Ensure that the callerid is NULL when the parent is effectively NULL.Tilghman Lesher
2010-01-13Oops, another tag errorTilghman Lesher
2010-01-13Oops, missed a closing tagTilghman Lesher
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.Tilghman Lesher
2010-01-12Blank callerid and NULL callerid should not compare equal.Tilghman Lesher
2010-01-05fixes subscriptions being lost after 'module reload'David Vossel
2010-01-04Merged revisions 237493 via svnmerge from Tilghman Lesher
2010-01-04Merged revisions 237405 via svnmerge from Tilghman Lesher
2009-12-17Merged revisions 235421 via svnmerge from Tilghman Lesher
2009-12-13Trim leading/trailing spaces from the filename, to deal with common user error.Tilghman Lesher
2009-12-01Merged revisions 231853 via svnmerge from David Vossel
2009-11-11Merged revisions 229498 via svnmerge from David Brooks
2009-11-10Merged revisions 229360 via svnmerge from Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-22Merged revisions 225105 via svnmerge from Tilghman Lesher
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.Tilghman Lesher
2009-10-07Deadlock in channel masquerade handlingDavid Vossel
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