aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-01issue #5549kpfleming2-2/+4
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...kpfleming5-23/+29
2005-11-01start a new ChangeLog file (GNU style, an entry for each set of changes that ...kpfleming1-0/+4
2005-11-01rename ChangeLog to CHANGES, a file which will contain a list of the signific...kpfleming2-657/+27
2005-11-01use a writeable frame (some channel drivers/transcoders may modify the frame ...kpfleming1-11/+11
2005-11-01optionally send silence during recording (issue #5135)kpfleming7-120/+245
2005-11-01document locking rules for spy API functionskpfleming1-0/+18
2005-11-01when going through new user setup, don't change the password if they don'trussell1-20/+25
2005-11-01allow DTMF timeout to be configurable (issue #5160)kpfleming2-1/+17
2005-10-31handle comments containing what appear to be context names during voicemail.c...kpfleming1-46/+84
2005-10-31Only consider timeouts on realtimers (bug #5554)markster1-1/+1
2005-10-31finish chan_misdn commitkpfleming7-0/+6841
2005-10-31revert strncpy->ast_copy_string changes where the semantics are subtly differentkpfleming1-2/+2
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...kpfleming3-0/+9
2005-10-31properly handle '100 Trying' that arrives after a dialog has been dropped (is...kpfleming1-0/+5
2005-10-31handle improperly formatted initial requests properly (issue #5483)kpfleming1-7/+25
2005-10-31add experimental mISDN channel driver (issue #4077)kpfleming5-0/+5401
2005-10-31various text/formatting updates (issue #5503 plus some minor additions)kpfleming1-105/+194
2005-10-31add some warning message for when chan_sip gets overloaded (issue #5530)kpfleming1-2/+7
2005-10-31don't increment 'inuse' counter when call is being failed because of limit (i...kpfleming1-4/+0
2005-10-31add some additional log output and comment cleanup in the registration proces...kpfleming1-6/+31
2005-10-31properly support 'musicclass' setting for peers/users (issue #5521)kpfleming1-1/+1
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming3-178/+89
2005-10-31provide an alternate getloadavg implementation and a fallback for systems tha...kpfleming2-7/+48
2005-10-31ignore non-regular files during config parsing (issue #5510, different fix)kpfleming1-11/+23
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...kpfleming2-9/+13
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming7-6/+9
2005-10-31correct commentkpfleming1-1/+1
2005-10-31silence compiler warningkpfleming1-1/+1
2005-10-30Fix ability to do lots of outbound registrations (bug #5529)markster1-2/+8
2005-10-30protect web form parameters against malicious inputkpfleming1-4/+6
2005-10-30Fix build of CVS head on Solaris (bug #5527)markster1-1/+2
2005-10-30Actually write audio to file in get_voice (bug #5547)markster1-0/+7
2005-10-29Cleanup language in sip.conf (bug #5543)markster1-2/+2
2005-10-29Merge TDS cdr fixes (bug #5517, with slight mods)markster2-7/+27
2005-10-29Do not look for libosp since that name is not used anymore and conflicts with...markster1-10/+0
2005-10-29Remove ancient copy/paste error (bug #5541)markster1-3/+0
2005-10-29Fix minor iax2 device state issue (bug #5540)markster1-3/+4
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)kpfleming1-2/+2
2005-10-28find OSP toolkit library properlykpfleming1-4/+14
2005-10-28update Makefile for new app namekpfleming1-1/+1
2005-10-28complete the rename of MuxMon to MixMonitorkpfleming1-456/+0
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming6-1002/+1085
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming2-0/+33
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumskpfleming2-2/+32
2005-10-28fix remaining breakage from yesterday's changeskpfleming1-1/+1
2005-10-28use new app-argument macros, and try to fix yesterday's breakagekpfleming1-30/+24
2005-10-28fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganiz...kpfleming1-33/+81
2005-10-28use API call for frame volume adjustmentkpfleming1-18/+4
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...kpfleming3-26/+67