summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2010-01-25Merged revisions 242850 via svnmerge from Olle Johansson
2010-01-25Merged revisions 242852 via svnmerge from Tilghman Lesher
2010-01-25Merged revisions 242728 via svnmerge from Tilghman Lesher
2010-01-25Merged revisions 242683 via svnmerge from Tilghman Lesher
2010-01-22Update the doxygenification of some comments.Russell Bryant
2010-01-21Add missing argument to ast_calloc calls.Mark Michelson
2010-01-21Make sure we initialize the ast_ha structure with ast_callocOlle Johansson
2010-01-21Point to a useful reference on the XML output format.Russell Bryant
2010-01-21Modify test results XML format to match the JUnit format.Russell Bryant
2010-01-20Add Calling and Called Subaddress to CDR recordAlec L Davis
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-19Create iterative method for querying SRV results, and use that for finding AG...Tilghman Lesher
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
2010-01-18Fix an RTP instance allocation failure on Solaris.Jason Parker
2010-01-18Merged revisions 241015 via svnmerge from Sean Bright
2010-01-17Avoid a crash on Solaris when running 'core show functions.'Sean Bright
2010-01-15Err, oops, it was already the way I intended.Tilghman Lesher
2010-01-15The previous attempt at using a pipe to guarantee astcanary shutdown did not ...Tilghman Lesher
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.Tilghman Lesher
2010-01-15Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_s...Mark Michelson
2010-01-15Ensure payload type is properly checked when comparing against cached events.Russell Bryant
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2010-01-14Fix broken call pickupJeff Peeler
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-14This change fixes a few bugs in the way the far max IFP was calculated that w...Matthew Nicholson
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-13Flex uses fwrite incorrectly, which breaks the build. Providing a workaround.Tilghman Lesher
2010-01-13Merged revisions 239838 via svnmerge from Jeff Peeler
2010-01-13Code previously added to ast_expr2f.c warranted a change in the source file a...Tilghman Lesher
2010-01-13add silence gen to wait appsDavid Vossel
2010-01-13MAX() moved to utils.hOlle Johansson
2010-01-12Blank callerid and NULL callerid should not compare equal.Tilghman Lesher
2010-01-12add Dialed Number Identifier (DNID) field to cdr records.Alec L Davis
2010-01-11Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.Sean Bright
2010-01-11Fix spelling of 'category.'Sean Bright
2010-01-10According to POSIX, the capital L modifier applies only to floating point types.Tilghman Lesher
2010-01-10It's been long enough -- make the behavior introduced in 1.6 the default.Tilghman Lesher
2010-01-09Merged revisions 238915 via svnmerge from Tilghman Lesher
2010-01-08Merged revisions 238834 via svnmerge from Jeff Peeler
2010-01-08fixes AUDIOHOOK_INHERIT regressionDavid Vossel
2010-01-08Merged revisions 238629 via svnmerge from Matthew Nicholson
2010-01-08Stop trying to find a parking space after traversing the parkinglot one time.Jeff Peeler
2010-01-07fixes ast_transfer stall until hangup if called with a channel that doesn't s...David Vossel
2010-01-06Fix channel name comparison for bridge application.Jeff Peeler
2010-01-05fixes subscriptions being lost after 'module reload'David Vossel
2010-01-05Fix build of utility apps that include utils.c.Russell Bryant