Commit Graph

663 Commits (efee6cdadfab48ded7ee76d6ebd4d79c4630786d)

Author SHA1 Message Date
BJ Weschke efee6cdadf Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
20 years ago
Kevin P. Fleming 84c0989323 handle Zap transfers behind chan_agent properly so the agent doesn't get stuck waiting for the call to hang up
20 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
20 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
Joshua Colp fb912bc629 Minor linked lists bug fix. When you're dealing with swapping entries around a lot it can cause a seg fault.
20 years ago
Tilghman Lesher 0bb7b71572 Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
20 years ago
Kevin P. Fleming 8d1c316519 ensure that list traversal loops which skip entries properly update the 'previous entry' pointer so when entries _are_ removed the list does not get damaged
20 years ago
BJ Weschke da3df5ec26 Doxygen comment typo corrections
20 years ago
Joshua Colp dcccda229d Issue #5918 - Disposition showing FAILED even though call is answered successfully (Reported by tracinet)
20 years ago
Tilghman Lesher 536dcc2058 Bug 6615 - Fix 64bit conversion errors by using a long int
20 years ago
Tilghman Lesher 677a22c209 Bug 5950 - reenable queue log rotation; also, eliminate redundant code
20 years ago
Kevin P. Fleming fcf8040825 backport list handling fix from trunk (solves memory leak problem in cdr variables and device state watchers)
20 years ago
Russell Bryant e27d844918 now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
20 years ago
Tilghman Lesher 7a61b36104 Bug 6076 - Fix documentation of ast_trim_blank return value
20 years ago
Kevin P. Fleming 73ef559240 revert incorrect fix for bug #6048 from revision 7709
20 years ago
Tilghman Lesher 6ab729aeb3 We want to check the previous value, not the current value (which was just changed).
20 years ago
Tilghman Lesher ef09c506c8 Typo
20 years ago
Tilghman Lesher 3b80a35a66 Bug 5965 - major bug in AST_LIST_REMOVE
20 years ago
Kevin P. Fleming 77c6cd0bff remove remaining CVS references
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming bf9d4b103d do the multiple-lock check for cond_wait properly...
20 years ago
Kevin P. Fleming 4e04f5f731 if the lock protected a pthread_cond is held recursively, warn before waiting onthe condition
20 years ago
Kevin P. Fleming 5ec3844077 remove CVS ignore lists, set SVN ignore lists
20 years ago
Russell Bryant 8c74501001 issue #5826
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Kevin P. Fleming 7e939cb273 issue #5669
20 years ago
Kevin P. Fleming b3ffb91539 issue #5668, modified to compile on non-Cygwin platforms :-)
20 years ago
Russell Bryant 14d426098e issue #5709
20 years ago
Kevin P. Fleming 0aa9429c96 issue #5658, different fix
20 years ago
Kevin P. Fleming a87d3f5c19 issue #5563
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming 2251dd3723 issue #5570
20 years ago
Kevin P. Fleming eb24670aff header cleanup
20 years ago
Russell Bryant 869ae80f16 fix application options that take arguments
20 years ago
Kevin P. Fleming 8f7c94ab0f whitespace cleanup, don't include unnecessary header
20 years ago
Kevin P. Fleming 81bda951d2 issue #5599
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Mark Spencer ddf63421f6 Fix extra semicolon (bug #5617)
20 years ago
Kevin P. Fleming 8f8fc4e57e old compiler compatibility (again...)
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 150ff6393b add some doxygen docs
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming b05e64ed12 issue #5564
20 years ago
Kevin P. Fleming 8839ff95df add new GCC-specific macro and force inlining of certain functions where speed is paramount, even when optimization is disabled
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Kevin P. Fleming 236ce8f796 document locking rules for spy API functions
20 years ago