summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-05-17Cache sound tarfiles in a common directory, such that a clean reinstall does ...Tilghman Lesher
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-13Add kqueue(2) implementation to Asterisk in various places.Tilghman Lesher
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFPaul Belanger
2010-05-11Dialing an invalid extension causes incomplete hangup sequence.Richard Mudgett
2010-05-11Move cause 200 to cause 26, as specified in Q.850.Tilghman Lesher
2010-05-09Cleanup a bit more by getting rid of useless version defines. Also make libra...Tilghman Lesher
2010-05-07Use the detected pthread building flags in every place, instead of hardcoding...Tilghman Lesher
2010-05-05New 'manager show settings' CLI command.Paul Belanger
2010-05-02Avoid making AstData depend on libxml2 to compile.Eliel C. Sardanons
2010-04-29Merged revisions 260049 via svnmerge from David Vossel
2010-04-29Fix comment.Richard Mudgett
2010-04-27Update the Mantis Workflow document in doxygen.Leif Madsen
2010-04-26Update res_fax and res_fax_spandsp to be compatible with Fax For Asterisk 1.2.Matthew Nicholson
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.Jason Parker
2010-04-22Asterisk data retrieval API.Eliel C. Sardanons
2010-04-21Add ability to generate ASCII documentation from the TeX files.Leif Madsen
2010-04-21Added MixMonitorMute manager commandJulian Lyndon-Smith
2010-04-15Merged revisions 257544 via svnmerge from Tilghman Lesher
2010-04-09Remove PRI CCSS BUGBUG message and update configure script.Richard Mudgett
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-09func_srv and explicit specification of a remote IP for SIP.Mark Michelson
2010-04-06Mac OS X does not support comparing a mutex to its initializer. Create a tes...Tilghman Lesher
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-04-01Fix DEBUG_THREADS build on Darwin.Tilghman Lesher
2010-03-25Remove no-longer-used (and unsafe) field in ast_channel for linked lists.Kevin P. Fleming
2010-03-25Merged revisions 254552 via svnmerge from Mark Michelson
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capableKevin P. Fleming
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