summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-05-19Merged revisions 117086 via svnmerge from Tilghman Lesher
2008-05-15Add an extra check in ast_strlen_zero, and make ast_assert() not print theTilghman Lesher
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-05-14Adding spport for T.140 RED - Simple RTP redundancy to prevent packet loss in...Olle Johansson
2008-05-13Merged revisions 116088 via svnmerge from Mark Michelson
2008-05-11Add Zap MTP2 support to chan_zapMatthew Fredrickson
2008-05-09Adding support for "urgent" voicemail messages. Messages which areMark Michelson
2008-05-09The following patch adds new options and alters the default behavior of the E...Brett Bryant
2008-05-09Merged revisions 115579 via svnmerge from Joshua Colp
2008-05-07re-add dlinkedlists.h to trunk, oops!Russell Bryant
2008-05-07Merged revisions 115512 via svnmerge from Russell Bryant
2008-05-05Merged revisions 115327 via svnmerge from Joshua Colp
2008-05-05Merged revisions 115308 via svnmerge from Tilghman Lesher
2008-05-04Merged revisions 115279 via svnmerge from Joshua Colp
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...Dwayne M. Hubbard
2008-05-02Merged revisions 115196 via svnmerge from Mark Michelson
2008-05-02Okay, maybe FreeBSD will like this better.Tilghman Lesher
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-05-01Merged revisions 115102 via svnmerge from Tilghman Lesher
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control Brett Bryant
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...Mark Michelson
2008-04-28Add incomplete matching to PBX code and app_dialTilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-23Merged revisions 114591 via svnmerge from Russell Bryant
2008-04-23Round 2 of IMAP_STORAGE app_voicemail.c fixes:Mark Michelson
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()Jason Parker
2008-04-21(closes issue #6113)Jeff Peeler
2008-04-17Merged revisions 114207 via svnmerge from Mark Michelson
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-04-16A small enhancement-- I added the routine log_show_lock to utils.c, which if ...Steve Murphy
2008-04-16Introducing a small upgrade to the ast_sched_xxx facility, to keep it from e...Steve Murphy
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...Steve Murphy
2008-04-16Introducing doubly linked lists to trunk from branch team/murf/bug11210.Steve Murphy
2008-04-10Merged revisions 114051 via svnmerge from Mark Michelson
2008-04-08Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can b...Jason Parker
2008-04-07Put my slinfactory changes back in.Joshua Colp
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...Tilghman Lesher
2008-04-02Re-add HTTP post support by moving to res_http_post.cTerry Wilson
2008-04-01This adds DNS SRV record support to DNS manager. If there is a SRV record fo...Jeff Peeler
2008-04-01Merged revisions 112125 via svnmerge from Joshua Colp
2008-03-28Make some notes about common usage of pbx_builtin_getvar_helper() that is notRussell Bryant
2008-03-28Temporary revert of 111662. It's causing lots of trouble and appears to not beMark Michelson
2008-03-28The copy_request function did not take into account the necessary null termin...Mark Michelson
2008-03-27Merged revisions 111341 via svnmerge from Steve Murphy
2008-03-26Simplify new macro, simplify configfile logic, now that list is sortedTilghman Lesher
2008-03-26Add a linkedlist macro that maintains a sorted listTilghman Lesher
2008-03-26Large cleanup of DSP codeJason Parker
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-25Merged revisions 110628 via svnmerge from Joshua Colp