summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
AgeCommit message (Expand)Author
2016-03-24musiconhold: Only warn if music class is not found in memory and database.Walter Doekes
2016-01-13res_musiconhold: Prevent multiple simultaneous reloads.Sean Bright
2015-07-19res/res_musiconhold: Add a warning when MOH does not existMichael Cargile
2014-08-25res_musiconhold.c: Release any format refs before memset().Richard Mudgett
2014-08-25res_musiconhold: Fix MOH restarting where it left off from the last hold.Richard Mudgett
2014-08-21res_musiconhold.c: Remove obsolete REF_DEBUG code.Richard Mudgett
2014-08-21res_musiconhold: Fix reference leaks caused when reloading with REF_DEBUG setJonathan Rose
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-06-17MoH: Don't restart stream on repeated start callsKinsey Moore
2014-06-15MoH: Undo commit r416150 (1.8)Matthew Jordan
2014-06-13MoH: Don't restart stream on repeated start callsKinsey Moore
2014-05-14res_musiconhold: Minor cleanup.Walter Doekes
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-04Add some asserts that were handy when looking for a stasis cache problem.Richard Mudgett
2014-03-12res_musiconhold.c: Generate MOH start/stop events whenever the MOH stream is ...Richard Mudgett
2014-03-06moh: fix a refcount error with realtime MOHRussell Bryant
2014-03-06res_musiconhold.c: Remove some unnecessary RAII_VAR() usage.Richard Mudgett
2014-01-17Enable wide band audio in musiconhold streams.Walter Doekes
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-23Handle DTMF and hold wrapup when a channel leaves the bridging system.Richard Mudgett
2013-05-29Resolve a merge conflictKinsey Moore
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-04-17Fix places in resources where a negative return value could impact executionMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-23Add an announcement option to music-on-hold - plays sound when put on hold/be...Jonathan Rose
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-27Fix timing source dependency issues with MOHMatthew Jordan
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-23Resume playing existing hold music for cached realtime MOHTerry Wilson
2011-11-12Don't forget to rescan MOH files for cached realtime classesTerry Wilson
2011-09-19Merged revisions 336717 via svnmerge from Jonathan Rose
2011-09-02Merged revisions 334357 via svnmerge from Richard Mudgett
2011-08-08Merged revisions 331039 via svnmerge from Kinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-06-30Merged revisions 325821 via svnmerge from Jonathan Rose
2011-06-28Merged revisions 325152 via svnmerge from Jonathan Rose
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-21New HD ConfBridge conferencing application.David Vossel
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger