aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-13Fix a couple potential minor memory leaks. load_moh_classes() could returnrussell1-2/+2
2007-07-13Ensure that adding a user to the list of users of a specific music on holdrussell1-0/+2
2007-07-12Only print out a warning for situations where it is actually helpful. (issue ...file1-8/+9
2007-07-09When the specified class isn't found, properly fall back to the channel's musicrussell1-9/+9
2007-02-01Return previous behavior of having MOH pick up where it was left off. (issue ...file1-12/+13
2007-01-23Yield before reading from zaptel timing source under Solaris so that other th...file1-0/+6
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman1-0/+11
2006-12-07Ensure that the file position is not incremented beyond the total number ofrussell1-0/+1
2006-11-27Random MOH wasn't really random (bug 8381)tilghman1-17/+14
2006-11-07If random order is enabled for files mode music on hold, set a random initialrussell1-0/+2
2006-11-02ignore files in a music on hold directory that begin with '.'russell1-0/+4
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-2/+2
2006-08-03Treat the file as invalid if we have no valid formats for it (issue #7643 rep...file1-1/+1
2006-08-01Close the stream when file based MOH stop. This won't get rid of their positi...file1-0/+4
2006-06-03when using moh files mode, don't look for a file past the number of filesrussell1-0/+2
2006-06-01remove pointless forcing of the channel into SLINEAR mode; the write format w...kpfleming1-12/+2
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman1-0/+4
2006-04-17Bug 6544 - when we remove a music class, the thread servicing it should dietilghman1-0/+21
2006-03-30Do not exceed the array size for maximum allowed moh files. (issue #6842)file1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-20issue #5791russell1-1/+1
2005-11-16issue #5766kpfleming1-11/+17
2005-11-08issue #5648kpfleming1-5/+5
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+4
2005-10-19Fix res_musiconhold lockmarkster1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"russell1-2/+5
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)kpfleming1-6/+12
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-53/+178
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-38/+11
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedkpfleming1-38/+18
2005-07-11fix threading portability problem with FreeBSD (bug #4532)kpfleming1-18/+38
2005-06-30Apply NODIR Patch (Bug #4619)anthm1-10/+15
2005-06-06more file version tagskpfleming1-13/+19
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-4/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-14/+14
2005-04-13ensure that the random number generator(s) are always seeded with a different...kpfleming1-3/+2
2005-04-07Fix little formatting thingymarkster1-1/+2
2005-03-05Make mpg123 behave more nicelymarkster1-2/+2
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-03-03Add "StartMusicOnHold and "StopMusicOnHold" apps (bug #3703)markster1-1/+36
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-10Check moh files at runtime (bug #3314)markster1-14/+19
2005-01-09Various moh fixes (bug #3291)markster1-130/+128
2005-01-07Fix typo in moh output (bug #3265)markster1-1/+1