aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5791russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7147 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16issue #5766kpfleming1-11/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7116 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5648kpfleming1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7011 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Fix res_musiconhold lockmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6831 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6484 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"russell1-2/+5
add mode to the output of the "moh classes show" cli command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6463 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)kpfleming1-6/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6412 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-53/+178
support non-SLINEAR moh streams (issue #4908) add external app to feed TCP stream into Asterisk for moh (issue #4908) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6244 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15add a library of timeval manipulation functions, and change a large number ↵kpfleming1-38/+11
of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedkpfleming1-38/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6111 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11fix threading portability problem with FreeBSD (bug #4532)kpfleming1-18/+38
ensure that all mpg123 child processes get killed when the parent is killed (bug #4532) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6086 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-30Apply NODIR Patch (Bug #4619)anthm1-10/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6017 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-13/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-1/+0
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ↵kpfleming1-4/+4
efficient ast_channel_by_name_locked (bug #4265) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5853 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-14/+14
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13ensure that the random number generator(s) are always seeded with a ↵kpfleming1-3/+2
different value during Asterisk startup don't reinitialize random number generators in other modules (bug #4017) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5459 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07Fix little formatting thingymarkster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5435 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-05Make mpg123 behave more nicelymarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5142 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5137 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-03Add "StartMusicOnHold and "StopMusicOnHold" apps (bug #3703)markster1-1/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5124 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-10Check moh files at runtime (bug #3314)markster1-14/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4752 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-09Various moh fixes (bug #3291)markster1-130/+128
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4724 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-07Fix typo in moh output (bug #3265)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4706 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-06Fix music on hold to quitat hangup rather than during channel destruction ↵markster1-0/+1
(bug #3035) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4691 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-04tweak to make music load classes more elegantlyanthm1-11/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4661 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-04fix bug added to my code so I donanthm1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4659 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-03Merge kpflemings moh_files fixes (bug #3224)markster1-3/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4635 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-26misplaced chdir call on moh DoH\!anthm1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4555 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ↵markster1-47/+366
ast_flag_moh... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4552 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-09Make music on hold truly optional (bug #2998)markster1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4411 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-17Check that FD's are open before closing (bug #2858)markster1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4279 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug ↵markster1-2/+2
#2289) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3732 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-04Add stream support and permit minimum respawn time (bug #2254)markster1-7/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3723 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3596 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-17Merge musiconhold stuff (bug #2027), restructure AGI to eventually support ↵markster1-34/+56
registration git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3460 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3436 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-02Back out accidental changes by anthmmarkster1-132/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3378 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-02autodial updateanthm1-62/+132
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3377 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29More formatting cleanups.citats1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3337 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-2/+0
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3276 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3202 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3176 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3143 f38db490-d61c-443f-a65b-d21fe96a405b