summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...Kevin P. Fleming
2005-10-31properly handle '100 Trying' that arrives after a dialog has been dropped (is...Kevin P. Fleming
2005-10-31handle improperly formatted initial requests properly (issue #5483)Kevin P. Fleming
2005-10-31add experimental mISDN channel driver (issue #4077)Kevin P. Fleming
2005-10-31various text/formatting updates (issue #5503 plus some minor additions)Kevin P. Fleming
2005-10-31add some warning message for when chan_sip gets overloaded (issue #5530)Kevin P. Fleming
2005-10-31don't increment 'inuse' counter when call is being failed because of limit (i...Kevin P. Fleming
2005-10-31add some additional log output and comment cleanup in the registration proces...Kevin P. Fleming
2005-10-31properly support 'musicclass' setting for peers/users (issue #5521)Kevin P. Fleming
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...Kevin P. Fleming
2005-10-31provide an alternate getloadavg implementation and a fallback for systems tha...Kevin P. Fleming
2005-10-31ignore non-regular files during config parsing (issue #5510, different fix)Kevin P. Fleming
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...Kevin P. Fleming
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin P. Fleming
2005-10-31correct commentKevin P. Fleming
2005-10-31silence compiler warningKevin P. Fleming
2005-10-30Fix ability to do lots of outbound registrations (bug #5529)Mark Spencer
2005-10-30protect web form parameters against malicious inputKevin P. Fleming
2005-10-30Fix build of CVS head on Solaris (bug #5527)Mark Spencer
2005-10-30Actually write audio to file in get_voice (bug #5547)Mark Spencer
2005-10-29Cleanup language in sip.conf (bug #5543)Mark Spencer
2005-10-29Merge TDS cdr fixes (bug #5517, with slight mods)Mark Spencer
2005-10-29Do not look for libosp since that name is not used anymore and conflicts with...Mark Spencer
2005-10-29Remove ancient copy/paste error (bug #5541)Mark Spencer
2005-10-29Fix minor iax2 device state issue (bug #5540)Mark Spencer
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)Kevin P. Fleming
2005-10-28find OSP toolkit library properlyKevin P. Fleming
2005-10-28update Makefile for new app nameKevin P. Fleming
2005-10-28complete the rename of MuxMon to MixMonitorKevin P. Fleming
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...Kevin P. Fleming
2005-10-28add API call to properly sum two frames of SLINEAR dataKevin P. Fleming
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumsKevin P. Fleming
2005-10-28fix remaining breakage from yesterday's changesKevin P. Fleming
2005-10-28use new app-argument macros, and try to fix yesterday's breakageKevin P. Fleming
2005-10-28fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganiz...Kevin P. Fleming
2005-10-28use API call for frame volume adjustmentKevin P. Fleming
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...Kevin P. Fleming
2005-10-28add macros for explicit module usecount increment/decrementKevin P. Fleming
2005-10-28add 'tail' pointer to list heads, so that common 'insert-to-tail' operations ...Kevin P. Fleming
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR dataKevin P. Fleming
2005-10-28add some macros to simplify application argument parsingKevin P. Fleming
2005-10-28fix compiler warningsKevin P. Fleming
2005-10-28properly document this morning's changes to 'ignoreregexpire'Kevin P. Fleming
2005-10-28Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)Mark Spencer
2005-10-27Fix CDR crash (bug #5525 and many others)Mark Spencer
2005-10-27strncpy to ast_copy_stringRussell Bryant
2005-10-27strncpy to ast_copy_stringRussell Bryant
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant