summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-14res_musiconhold: Start playlist after initial announcementSean Bright
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-07-11res_musiconhold: Add kill_escalation_delay, kill_method to classGeorge Joseph
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-04-03Unused realtime MOH classes not purged on 'moh reload'Daniel Journo
2017-03-27res_musiconhold: Don't chdir() when scanning MoH filesSean Bright
2017-03-09res_musiconhold: moh general section is a class and issues warningDaniel Journo
2017-01-24res_musiconhold.c: Fix format ref leak when parsing MOH config class.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-08Fixes to include signal.hTimo Teräs
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
2015-04-27Astobj2: Allow reference debugging to be enabled/disabled by config.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-09-25musiconhold: Add preferchannelclass=no option to prefer app class.Walter Doekes
2014-09-14musiconhold: Add sort=randstart, and deprecate old stuff.Walter Doekes
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