summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-08Fix return value of get_ie_str() and get_ie_str_hash() for non-existent IE.Russell Bryant
2010-02-08Use memmove() instead of memcpy() for a case where the buffers overlap.Russell Bryant
2010-02-08Actually use _ASTLDFLAGS in the main/ and channels/ Makefiles.Tilghman Lesher
2010-02-08Merged revisions 245496 via svnmerge from Jason Parker
2010-02-07Remove an extra space.Russell Bryant
2010-02-05fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabledDavid Vossel
2010-02-05Merge tests that verify the same thing. (Oops.)Tilghman Lesher
2010-02-05Merged revisions 244926 via svnmerge from Sean Bright
2010-02-05fixes memory leak in astobj2 testDavid Vossel
2010-02-04Try to make ast_format_str_reduce fail...Tilghman Lesher
2010-02-04fix truncated format string in 'test show registered'David Vossel
2010-02-03Add some additional option support for non-default parking lots.Jeff Peeler
2010-02-03Initialize counters in ast_sched_report so that resulting data is not bogus.Mark Michelson
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...David Vossel
2010-02-01Merged revisions 244070 via svnmerge from Tilghman Lesher
2010-01-28Optimization to manager events.Jeff Peeler
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsJeff Peeler
2010-01-27Merged revisions 243486 via svnmerge from Mark Michelson
2010-01-26Merged revisions 243390 via svnmerge from David Vossel
2010-01-26Merged revisions 243258 via svnmerge from Jeff Peeler
2010-01-26Fix crash resulting from frames with invalid data pointers.Jeff Peeler
2010-01-26modify 'test show registered' cli output formatDavid Vossel
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-25Merged revisions 242969 via svnmerge from Tilghman Lesher
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...Olle Johansson
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