summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
AgeCommit message (Expand)Author
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21more strncpy/ast_copy_string replacement.Luigi Rizzo
2006-04-17Merged revisions 20966 via svnmerge from Tilghman Lesher
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-30Merged revisions 16534 via svnmerge from Joshua Colp
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-14- Formatting fix in musiconholdOlle Johansson
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-21- conversions to allocation wrappersRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-20issue #5803Josh Roberson
2005-11-16issue #5766Kevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Fix res_musiconhold lockMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-01don't access freed memory if the frame was malloc'dKevin P. Fleming
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"Russell Bryant
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)Kevin P. Fleming
2005-08-22support new format for musiconhold.conf (issue #4908)Kevin P. Fleming
2005-07-28Fix music on hold leak (bug #4842)Mark Spencer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedKevin P. Fleming
2005-07-11fix threading portability problem with FreeBSD (bug #4532)Kevin P. Fleming
2005-06-30Apply NODIR Patch (Bug #4619)Anthony Minessale II
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-07Fix little formatting thingyMark Spencer
2005-03-05Make mpg123 behave more nicelyMark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-03-03Add "StartMusicOnHold and "StopMusicOnHold" apps (bug #3703)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-10Check moh files at runtime (bug #3314)Mark Spencer
2005-01-09Various moh fixes (bug #3291)Mark Spencer
2005-01-07Fix typo in moh output (bug #3265)Mark Spencer
2005-01-06Fix music on hold to quitat hangup rather than during channel destruction (bu...Mark Spencer
2005-01-04tweak to make music load classes more elegantlyAnthony Minessale II
2005-01-04fix bug added to my code so I donAnthony Minessale II
2005-01-03Merge kpflemings moh_files fixes (bug #3224)Mark Spencer
2004-12-26misplaced chdir call on moh DoH\!Anthony Minessale II
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...Mark Spencer