aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-22Merged revisions 295843 via svnmerge from rmudgett1-12/+12
2010-11-11Merged revisions 294639 via svnmerge from jpeeler1-113/+190
2010-10-07Merged revisions 290712 via svnmerge from russell1-2/+9
2010-10-04Merged revisions 290254 via svnmerge from tilghman1-0/+4
2010-09-20Merged revisions 287558 via svnmerge from mnicholson1-6/+10
2010-09-17Merged revisions 287308 via svnmerge from mnicholson1-2/+7
2010-09-16Merged revisions 287119 via svnmerge from mnicholson1-3/+1
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-36/+21
2010-07-16Merged revisions 277327 via svnmerge from mnicholson1-1/+2
2010-07-14ast_callerid restructuringrmudgett1-35/+70
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-0/+52
2010-07-06Uh, yeah.tilghman1-1/+1
2010-06-29Send DialPlanComplete as a response, not as a separate event.tilghman1-1/+1
2010-06-15Merged revisions 270583 via svnmerge from tilghman1-1/+1
2010-06-08Fix some doxygen warnings.lmadsen1-0/+1
2010-05-20Let ExtensionState resolve dynamic hints.tilghman1-0/+11
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