summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2010-03-17Fix bamboo compile error by calculating an integer with the same size as a po...Tilghman Lesher
2010-03-16Fix test_time on Mac OS X (and other platforms without inotify)Tilghman Lesher
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-03-08Remove portions that weren't meant to be committed for the OS X compat fixTilghman Lesher
2010-03-08Change needed to make Mac OS X 10.6 happyTilghman Lesher
2010-03-05Remove pbx_gtkconsole and related gtk1 checks.Russell Bryant
2010-03-05Fix up the ast_rtp_property enum.Russell Bryant
2010-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2010-03-02Merge missed files from res_fax/res_fax_spandsp merge.Matthew Nicholson
2010-03-02Merge res_fax and res_fax_spandsp.Matthew Nicholson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...Tilghman Lesher
2010-02-26Trim trailing whitespace, convert lists of defines to enumsRussell Bryant
2010-02-24Merged revisions 248582 via svnmerge from Tilghman Lesher
2010-02-22Minor tweaks to comment blocks and includes.Russell Bryant
2010-02-17Fix two problems in ast_str functions found while writing a unit test.Mark Michelson
2010-02-16Add some clarifying documentation to the ast_str_set and ast_str_append funct...Mark Michelson
2010-02-10Add a test module for the event API, test_event.c.Russell Bryant
2010-02-10Solaris doesn't like outputting a NULL to a %s in format strings.Tilghman Lesher
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-05fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabledDavid Vossel
2010-02-04OopsTilghman Lesher
2010-02-04Define a small set of constant return valuesTilghman Lesher
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...David Vossel
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsJeff Peeler
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...Olle Johansson
2010-01-24Merged revisions 242520 via svnmerge from Tilghman Lesher
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-15Note where empty lines should reside in commit messages.Russell Bryant
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.Tilghman Lesher
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.Tilghman Lesher
2010-01-12Adding Tilghman's documentation from asterisk-dev to the actual file.Olle Johansson
2010-01-08fixes AUDIOHOOK_INHERIT regressionDavid Vossel
2010-01-06fixes test.c compile issue when TEST_FRAMEWORK is not enabledDavid Vossel
2010-01-04Merged revisions 237405 via svnmerge from Tilghman Lesher
2009-12-28Merged revisions 236585 via svnmerge from Sean Bright
2009-12-23Allow test_heap.c to compile when AST_DEVMODE is true, but TEST_FRAMEWORK is ...Tilghman Lesher
2009-12-22Unit Test Framework APIDavid Vossel
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-12-18Merged revisions 235635 via svnmerge from Jeff Peeler
2009-12-16Add auth_policy option to jabber.conf for auto user registration.Jeff Peeler
2009-12-15Is it Friday yet?Tilghman Lesher
2009-12-07Add applications JabberJoin, JabberLeave, JabberSendGroup for XMPP groupchatJeff Peeler
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.cTilghman Lesher
2009-12-04OS X does not define MSG_NOSIGNAL, but it does have a socket option SO_NOSIGP...Tilghman Lesher
2009-12-03Fix multiple issues with musiconhold, which led to classes not getting destro...Tilghman Lesher
2009-12-02So apparently, some platforms don't have ffsll(3).Tilghman Lesher