aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-12manual update, since automerge is not running at this timekpfleming1-17/+28
2006-11-02automerge commitroot1-0/+4
2006-10-30automerge commitroot1-1/+1
2006-09-28automerge commitroot1-2/+2
2006-08-03automerge commitroot1-1/+1
2006-08-01automerge commitroot1-0/+4
2006-06-03automerge commitroot1-0/+2
2006-06-01automerge commitroot1-12/+2
2006-05-01automerge commitroot1-0/+4
2006-04-17automerge commitroot1-0/+21
2006-03-30automerge commitroot1-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
2005-01-06Fix music on hold to quitat hangup rather than during channel destruction (bu...markster1-0/+1
2005-01-04tweak to make music load classes more elegantlyanthm1-11/+13
2005-01-04fix bug added to my code so I donanthm1-1/+3
2005-01-03Merge kpflemings moh_files fixes (bug #3224)markster1-3/+29
2004-12-26misplaced chdir call on moh DoH\!anthm1-3/+2
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...markster1-47/+366
2004-12-09Make music on hold truly optional (bug #2998)markster1-2/+3
2004-11-17Check that FD's are open before closing (bug #2858)markster1-2/+5
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...markster1-2/+2