Commit Graph

96 Commits (ab2a84f41098b85dfadaf2773d9addd32dec9e67)

Author SHA1 Message Date
Russell Bryant ab2a84f410 Ensure that adding a user to the list of users of a specific music on hold
19 years ago
Joshua Colp 577c0ebedd Only print out a warning for situations where it is actually helpful. (issue #10187 reported by denke)
19 years ago
Russell Bryant 319b105e17 When the specified class isn't found, properly fall back to the channel's music
19 years ago
Joshua Colp 8ea5a33c9e Return previous behavior of having MOH pick up where it was left off. (issue #8672 reported by sinistermidget)
19 years ago
Joshua Colp e1dc278941 Yield before reading from zaptel timing source under Solaris so that other threads get a chance to do things. (issue #7875 reported by bob)
19 years ago
Tilghman Lesher 983d09bc21 When doing a fork() and exec(), two problems existed (Issue 8086):
19 years ago
Russell Bryant d79533bd94 Ensure that the file position is not incremented beyond the total number of
19 years ago
Tilghman Lesher 9bb51868ca Random MOH wasn't really random (bug 8381)
19 years ago
Russell Bryant 7c651a64a7 If random order is enabled for files mode music on hold, set a random initial
19 years ago
Russell Bryant f18766c30a ignore files in a music on hold directory that begin with '.'
19 years ago
Russell Bryant bf20deeba1 We should always be using _exit() after a fork() or vfork() instead of exit().
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 a56f08e345 Treat the file as invalid if we have no valid formats for it (issue #7643 reported by KNK)
20 years ago
Joshua Colp 83f9228c1d Close the stream when file based MOH stop. This won't get rid of their position in the file but it will cause the translation path to be setup again. (issue #7634 reported by asimpson)
20 years ago
Russell Bryant 9c5890a138 when using moh files mode, don't look for a file past the number of files
20 years ago
Kevin P. Fleming 3feead3415 remove pointless forcing of the channel into SLINEAR mode; the write format will be set later based on the file that is chosen to be played to the channel
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
Tilghman Lesher 6abf8e5e92 Bug 6544 - when we remove a music class, the thread servicing it should die
20 years ago
Joshua Colp 52aa07e2b2 Do not exceed the array size for maximum allowed moh files. (issue #6842)
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant bffc815375 issue #5791
20 years ago
Kevin P. Fleming 544a2ecbd3 issue #5766
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer e5afdbbe16 Fix res_musiconhold lock
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 25f3403b21 don't access freed memory if the frame was malloc'd
20 years ago
Russell Bryant 746efc536a ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"
20 years ago
Kevin P. Fleming fcc3a3ac32 don't install moh functions if no classes are configured (issue #5025 with mods)
20 years ago
Kevin P. Fleming ff971379f4 support new format for musiconhold.conf (issue #4908)
20 years ago
Mark Spencer 86ec024624 Fix music on hold leak (bug #4842)
21 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
21 years ago
Kevin P. Fleming 37184c4244 revert patch from bug #4532 until CPU consumption problem can be resolved
21 years ago
Kevin P. Fleming 771f699cdd fix threading portability problem with FreeBSD (bug #4532)
21 years ago
Anthony Minessale II de87676975 Apply NODIR Patch (Bug #4619)
21 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
21 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
21 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
21 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
21 years ago
Kevin P. Fleming b052fe894b ensure that the random number generator(s) are always seeded with a different value during Asterisk startup
21 years ago
Mark Spencer 4b03dace5f Fix little formatting thingy
21 years ago
Mark Spencer badc4dec46 Make mpg123 behave more nicely
21 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
21 years ago
Mark Spencer f8fc683adc Add "StartMusicOnHold and "StopMusicOnHold" apps (bug #3703)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 2c1f9b84ff Check moh files at runtime (bug #3314)
21 years ago
Mark Spencer 03458dc73a Various moh fixes (bug #3291)
21 years ago
Mark Spencer e83f71679f Fix typo in moh output (bug #3265)
21 years ago
Mark Spencer 45b4dbf298 Fix music on hold to quitat hangup rather than during channel destruction (bug #3035)
21 years ago