aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-04Add stream support and permit minimum respawn time (bug #2254)markster1-7/+25
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+1
2004-07-17Merge musiconhold stuff (bug #2027), restructure AGI to eventually support re...markster1-34/+56
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-2/+2
2004-07-02Back out accidental changes by anthmmarkster1-132/+62
2004-07-02autodial updateanthm1-62/+132
2004-06-29More formatting cleanups.citats1-2/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+0
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-0/+4
2004-05-28Use ast_strlen_zero in res_musiconhold.ccitats1-4/+5
2004-05-15Fix a couple of small typos (bug #1648)markster1-1/+1
2004-04-29Unbuffered music on holdmarkster1-14/+21
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
2004-03-24Reduce volume of hold music to 8k / 4kmarkster1-3/+4
2004-03-21Take out unnecessary setting of delivery times.markster1-2/+0
2004-03-20Fix milliwatt and musiconhold to know about delivery timesmarkster1-0/+2
2004-01-11Document SetMusicOnHold. Bug #783jeremy1-1/+3
2004-01-11Don't core on mpg123. Bug #671jeremy1-1/+1
2003-11-04Handle mpg123 failures without leaking fd'smarkster1-0/+3
2003-09-27Fix various compiler warnings (bug #322)markster1-1/+0
2003-09-16Improve child process reaping (bug #278)markster1-10/+7
2003-09-08BSD portability enhancements (bug #234)markster1-0/+3
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-1/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-15/+15