Commit Graph

674 Commits (1cb1bbbe8dcbb744f26d81c879b4480ac52ea66a)

Author SHA1 Message Date
Kevin P. Fleming bedd43d2f9 ensure that message duration is included in email notifications for forwarded messages (BE-96, fix by me after corydon used his clue-bat on me)
19 years ago
Steve Murphy e301bc352f This mod for bug_7506, to make the manager code output the proper event
19 years ago
Kevin P. Fleming ffb75188e1 ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linux (thanks to Brian Candler on the asterisk-dev list for the tip)
19 years ago
Joshua Colp 87803a8ac6 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
19 years ago
Joshua Colp 12afd66083 Use proper type to represent the group variable (issue #8025 reported by makoto)
19 years ago
Joshua Colp 68de3c0b29 Merge in last round of spy fixes. This should hopefully eliminate all the issues people have been seeing by distinctly separating what each component (core/spy) is responsible for. Core is responsible for adding a spy to a channel, feeding frames to the spy, removing the spy from a channel, and telling the spy to stop. Spy is responsible for reading frames in, and cleaning up after itself.
19 years ago
Kevin P. Fleming abb4e3a3a4 put in proper fix for issue #7294 instead of the broken partial fix that was committed, and thereby also fix issue #7438
19 years ago
Joshua Colp 6b466228c4 Properly handle an ETIMEDOUT result from pthread_cond_timedwait (issue #7318 reported by arkadia)
19 years ago
Russell Bryant 034a919e1f Fix a few issues related to the handling of channel variables
19 years ago
Kevin P. Fleming 724b3d0004 clarify file headers that mention disclaimer usage
19 years ago
Joshua Colp d1afe5c64f Greatly simply the mixmonitor thread, and move channel reference directly to spy structure so that the core can modify it.
19 years ago
BJ Weschke efee6cdadf Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
19 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
19 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
19 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
19 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
19 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.
19 years ago
Tilghman Lesher 0bb7b71572 Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
19 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
19 years ago
BJ Weschke da3df5ec26 Doxygen comment typo corrections
19 years ago
Joshua Colp dcccda229d Issue #5918 - Disposition showing FAILED even though call is answered successfully (Reported by tracinet)
19 years ago
Tilghman Lesher 536dcc2058 Bug 6615 - Fix 64bit conversion errors by using a long int
19 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