aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson2-12/+30
2010-03-08Remove portions that weren't meant to be committed for the OS X compat fixtilghman1-6/+0
2010-03-08Change needed to make Mac OS X 10.6 happytilghman1-0/+6
2010-03-05Remove pbx_gtkconsole and related gtk1 checks.russell1-36/+21
2010-03-05Fix up the ast_rtp_property enum.russell1-2/+7
2010-03-03Removed cdrflags from ast_channel structure.rmudgett1-8/+0
2010-03-02Merge missed files from res_fax/res_fax_spandsp merge.mnicholson1-0/+249
2010-03-02Merge res_fax and res_fax_spandsp.mnicholson1-4/+6
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-2/+5
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...tilghman1-7/+32
2010-02-26Trim trailing whitespace, convert lists of defines to enumsrussell1-96/+107
2010-02-24Merged revisions 248582 via svnmerge from tilghman1-1/+1
2010-02-22Minor tweaks to comment blocks and includes.russell1-17/+20
2010-02-17Fix two problems in ast_str functions found while writing a unit test.mmichelson1-11/+11
2010-02-16Add some clarifying documentation to the ast_str_set and ast_str_append funct...mmichelson1-2/+7
2010-02-10Add a test module for the event API, test_event.c.russell1-0/+16
2010-02-10Solaris doesn't like outputting a NULL to a %s in format strings.tilghman1-0/+3
2010-02-09Various updates to the unit test API.russell2-37/+29
2010-02-05fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disableddvossel1-1/+2
2010-02-04Oopstilghman1-0/+1
2010-02-04Define a small set of constant return valuestilghman1-0/+7
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...dvossel1-0/+16
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsjpeeler1-0/+3
2010-01-26RFC compliant uri and display-name encode/decodedvossel1-16/+23
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...oej1-1/+3
2010-01-24Merged revisions 242520 via svnmerge from tilghman1-21/+30
2010-01-19Create iterative method for querying SRV results, and use that for finding AG...tilghman1-0/+19
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.jpeeler1-3/+3
2010-01-15Note where empty lines should reside in commit messages.russell1-1/+5
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.tilghman1-2/+2
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.tilghman1-0/+8
2010-01-12Adding Tilghman's documentation from asterisk-dev to the actual file.oej1-0/+3
2010-01-08fixes AUDIOHOOK_INHERIT regressiondvossel1-0/+3
2010-01-06fixes test.c compile issue when TEST_FRAMEWORK is not enableddvossel1-1/+1
2010-01-04Merged revisions 237405 via svnmerge from tilghman1-0/+4
2009-12-28Merged revisions 236585 via svnmerge from seanbright2-32/+32
2009-12-23Allow test_heap.c to compile when AST_DEVMODE is true, but TEST_FRAMEWORK is ...tilghman1-0/+1
2009-12-22Unit Test Framework APIdvossel2-1/+220
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming13-152/+152
2009-12-18Merged revisions 235635 via svnmerge from jpeeler1-5/+5
2009-12-16Add auth_policy option to jabber.conf for auto user registration.jpeeler1-1/+2
2009-12-15Is it Friday yet?tilghman1-0/+5
2009-12-07Add applications JabberJoin, JabberLeave, JabberSendGroup for XMPP groupchatjpeeler1-2/+8
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.ctilghman1-0/+4
2009-12-04OS X does not define MSG_NOSIGNAL, but it does have a socket option SO_NOSIGP...tilghman1-0/+12
2009-12-03Fix multiple issues with musiconhold, which led to classes not getting destro...tilghman1-2/+2
2009-12-02So apparently, some platforms don't have ffsll(3).tilghman2-0/+7
2009-12-01More 32->64 bit codec conversions.tilghman2-9/+11
2009-12-01Formats need to be able to represent all 64 codec bits.tilghman1-1/+1
2009-11-30Another round of UDPTL stack fixes/improvements:kpfleming1-2/+17