aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-11-11woohoo safe out put!mogorman1-0/+2
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf2-1/+46
2006-10-31add an API so that translators can activate/deactivate themselves when neededkpfleming1-0/+19
2006-10-31revert changes that were the wrong way to address this... proper fix comingkpfleming1-1/+0
2006-10-31don't re-do setup operations for translators that can dynamically register th...kpfleming1-0/+1
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-2/+4
2006-10-30ensure that items removed from a list are always unlinked from the list (next...kpfleming1-0/+1
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej6-15/+17
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-0/+2
2006-10-24add an API call to allow channel drivers to determine which media formats are...kpfleming1-2/+16
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming1-5/+21
2006-10-13use a configure script test for PMTU discovery control instead of just assumi...kpfleming1-0/+3
2006-10-12Merged revisions 44955 via svnmerge from kpfleming1-0/+15
2006-10-10CHANNEL() function sometime mix parameter and valuepcadach1-1/+1
2006-10-06ensure that mutex locks inside list heads are initialized properly on platfor...kpfleming1-0/+18
2006-10-04make LOW_MEMORY builds actually workkpfleming1-25/+29
2006-10-04update thread creation code a bitkpfleming1-5/+20
2006-10-04ensure that local include files are always usedkpfleming1-1/+1
2006-10-03updated res_jabber for even better component support, soon will be jep-0100 c...mogorman1-6/+0
2006-09-28eliminate compiler warning when DEBUG_CHANNEL_LOCKS is enabled and users of t...kpfleming1-0/+2
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-28Put attribute tag at correct placepcadach1-1/+1
2006-09-26Merged revisions 43705 via svnmerge from file1-2/+2
2006-09-22backport the compatability fix to use attribute_malloc instaed of russell1-1/+1
2006-09-21updates for better compontent supportmogorman1-6/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-2/+2
2006-09-20Avoid errors when compiling out of tree modules like asterisk-addons.qwell1-0/+1
2006-09-20these functions never should have been non-static or in a header filekpfleming1-4/+0
2006-09-20move ODBC API into ast_ namespacekpfleming1-5/+5
2006-09-20move more API into the ast_ namespacekpfleming1-2/+2
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-31/+31
2006-09-19move this header to include where it belongskpfleming1-0/+162
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-12/+0
2006-09-195240 updateanthonyl1-0/+12
2006-09-19Update configure and closest kin. *Hopes my branch doesn't break*mattf1-1/+4
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman2-0/+34
2006-09-18don't need two copies of thiskpfleming1-50/+19
2006-09-18a little cleanup and simplification, and remove ON_FIRST_USE mode since nobod...kpfleming1-111/+32
2006-09-18u_intXX_t is sillyqwell1-5/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-0/+7
2006-09-16merge markster's usersconf branch with some slight changeskpfleming2-0/+2
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell4-30/+34
2006-09-04Remove old unused functionsfile1-22/+0
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-0/+9
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell1-4/+12
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file3-46/+67
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-0/+2
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...kpfleming1-0/+2
2006-08-29Merge team/russell/frame_cachingrussell4-7/+8
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-2/+13