Commit Graph

6397 Commits (1fb64fa4bd323675640507d957047c38cab8384c)
 

Author SHA1 Message Date
Kevin P. Fleming f9c8bb8087 ignore non-regular files during config parsing (issue #5510, different fix)
20 years ago
Kevin P. Fleming a40e852ed3 don't pass short arguments by value, it will cause compiler warnings on most platforms about implicit conversions (thanks Luigi!)
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Kevin P. Fleming 7ef0527a7d correct comment
20 years ago
Kevin P. Fleming 20a7a4ca96 silence compiler warning
20 years ago
Mark Spencer 39d27dbab8 Fix ability to do lots of outbound registrations (bug #5529)
20 years ago
Kevin P. Fleming ccc121825f protect web form parameters against malicious input
20 years ago
Mark Spencer 06320f5790 Fix build of CVS head on Solaris (bug #5527)
20 years ago
Mark Spencer 388f958ecc Actually write audio to file in get_voice (bug #5547)
20 years ago
Mark Spencer 754e28abaf Cleanup language in sip.conf (bug #5543)
20 years ago
Mark Spencer a4c3f0ae61 Merge TDS cdr fixes (bug #5517, with slight mods)
20 years ago
Mark Spencer d6a963c476 Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
20 years ago
Mark Spencer 6b26826bab Remove ancient copy/paste error (bug #5541)
20 years ago
Mark Spencer 6be92affa2 Fix minor iax2 device state issue (bug #5540)
20 years ago
Kevin P. Fleming 15ac76178a do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)
20 years ago
Kevin P. Fleming 80fb221f10 find OSP toolkit library properly
20 years ago
Kevin P. Fleming ed3be69bce update Makefile for new app name
20 years ago
Kevin P. Fleming e6fc49806d complete the rename of MuxMon to MixMonitor
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Kevin P. Fleming 97c9900b59 add API call to properly sum two frames of SLINEAR data
20 years ago
Kevin P. Fleming 8dad624c68 ensure that SLINEAR volume adjustments don't wrap around short integer maximums
20 years ago
Kevin P. Fleming c24ba6ac5e fix remaining breakage from yesterday's changes
20 years ago
Kevin P. Fleming fff6a2c159 use new app-argument macros, and try to fix yesterday's breakage
20 years ago
Kevin P. Fleming 69194e2bc2 fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganization
20 years ago
Kevin P. Fleming f9a98f7110 use API call for frame volume adjustment
20 years ago
Kevin P. Fleming a0cb07e467 add 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers
20 years ago
Kevin P. Fleming ce6b727c2c add macros for explicit module usecount increment/decrement
20 years ago
Kevin P. Fleming 79c0865338 add 'tail' pointer to list heads, so that common 'insert-to-tail' operations can run more quickly
20 years ago
Kevin P. Fleming 0d34142f7e add API function to perform volume adjustment on a frame of SLINEAR data
20 years ago
Kevin P. Fleming d47e839c32 add some macros to simplify application argument parsing
20 years ago
Kevin P. Fleming 59584f5744 fix compiler warnings
20 years ago
Kevin P. Fleming aca0431935 properly document this morning's changes to 'ignoreregexpire'
20 years ago
Mark Spencer de47e29d09 Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)
20 years ago
Mark Spencer f8c90f03b8 Fix CDR crash (bug #5525 and many others)
20 years ago
Russell Bryant 7deac2300a strncpy to ast_copy_string
20 years ago
Russell Bryant 395f81d734 strncpy to ast_copy_string
20 years ago
Russell Bryant 9ddf0e4dce Remove unnecessary checks before calls to ast_strlen_zero. Also, change
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Russell Bryant dbc5c06c94 Add Claude Patry to the Credits. Thank you Junk-Y!!!
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant b5326f99fc use ast_skip_blanks in pbx_ael
20 years ago
Russell Bryant 08e32630ad use double quotes for asterisk header ...
20 years ago
Russell Bryant 87d4ff6fcd remove duplicate header
20 years ago
Russell Bryant d57fb0b655 doxygenify the comments for data structures and defines in chan_iax2
20 years ago
Russell Bryant f1b14773dd use an enum instead of #define'd integers in a couple of places
20 years ago
Russell Bryant 052db5af42 fix up arguments to AgentCallbackLogin so that the options string and the
20 years ago
Jim Dixon 7810f546f3 Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
20 years ago
Russell Bryant f622612bee look for the last '-' in the channel name instead of the first (issue #5514)
20 years ago
Russell Bryant 6262e9ec9f fix misplaced } (issue #5518)
20 years ago