aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-28add macros for explicit module usecount increment/decrementkpfleming1-3/+15
2005-10-28add 'tail' pointer to list heads, so that common 'insert-to-tail' operations ...kpfleming1-10/+87
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR datakpfleming2-3/+30
2005-10-28add some macros to simplify application argument parsingkpfleming1-0/+42
2005-10-28fix compiler warningskpfleming2-2/+2
2005-10-28properly document this morning's changes to 'ignoreregexpire'kpfleming1-3/+12
2005-10-28Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)markster2-18/+45
2005-10-27Fix CDR crash (bug #5525 and many others)markster1-0/+1
2005-10-27strncpy to ast_copy_stringrussell1-3/+3
2005-10-27strncpy to ast_copy_stringrussell1-5/+5
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell14-90/+92
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell23-115/+133
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell59-109/+108
2005-10-26Add Claude Patry to the Credits. Thank you Junk-Y!!!russell1-0/+2
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell12-65/+65
2005-10-26use ast_skip_blanks in pbx_aelrussell1-30/+27
2005-10-26use double quotes for asterisk header ...russell1-2/+1
2005-10-26remove duplicate headerrussell1-1/+0
2005-10-26doxygenify the comments for data structures and defines in chan_iax2russell1-146/+146
2005-10-26use an enum instead of #define'd integers in a couple of placesrussell1-15/+19
2005-10-26fix up arguments to AgentCallbackLogin so that the options string and therussell2-49/+44
2005-10-26Many changes and new stuff including Reverse Autopatch and completely new aut...jim2-74/+611
2005-10-26look for the last '-' in the channel name instead of the first (issue #5514)russell1-4/+5
2005-10-26fix misplaced } (issue #5518)russell1-1/+1
2005-10-26more doxygenification (issue #5513)russell62-810/+880
2005-10-26Add missing documentationmarkster1-0/+1