Commit Graph

290 Commits (a4b105c99b5a7963be5286f03eaa7925e77c7fc2)

Author SHA1 Message Date
Corey Farrell d893e57c90 Fix GCC 8 build issues.
7 years ago
Ben Ford f2e140e8a7 res_musiconhold: Don't restart MOH from beginning after announcement.
7 years ago
Sean Bright ce3d56920b Remove as much trailing whitespace as possible.
8 years ago
Sean Bright 62e743e6a7 res_musiconhold: Start playlist after initial announcement
8 years ago
Sean Bright f726f11974 utils: Add convenience function for setting fd flags
8 years ago
George Joseph 4e555437dc res_musiconhold: Add kill_escalation_delay, kill_method to class
8 years ago
Joshua Colp 1618203964 asterisk: Audit locking of channel when manipulating flags.
8 years ago
Joshua Colp 1a35801994 Merge "Unused realtime MOH classes not purged on 'moh reload'" into 13
8 years ago
Daniel Journo 70e5a2655d Unused realtime MOH classes not purged on 'moh reload'
8 years ago
Sean Bright 61fd70c250 res_musiconhold: Don't chdir() when scanning MoH files
8 years ago
Richard Mudgett 38a2021c68 res_musiconhold.c: Fix format ref leak when parsing MOH config class.
9 years ago
Walter Doekes ff3eebf454 musiconhold: Only warn if music class is not found in memory and database.
9 years ago
Sean Bright e7cfda0b38 res_musiconhold: Prevent multiple simultaneous reloads.
10 years ago
Michael Cargile a23adcca3d res/res_musiconhold: Add a warning when MOH does not exist
10 years ago
Richard Mudgett 00ffbc40e1 res_musiconhold.c: Release any format refs before memset().
11 years ago
Richard Mudgett d6ea6f5848 res_musiconhold: Fix MOH restarting where it left off from the last hold.
11 years ago
Richard Mudgett 6684442945 res_musiconhold.c: Remove obsolete REF_DEBUG code.
11 years ago
Jonathan Rose 2903df52f3 res_musiconhold: Fix reference leaks caused when reloading with REF_DEBUG set
11 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Matthew Jordan a2c912e997 media formats: re-architect handling of media for performance improvements
11 years ago
Matthew Jordan 97834718c2 Remove many deprecated modules
11 years ago
Kinsey Moore 163c734ae7 MoH: Don't restart stream on repeated start calls
11 years ago
Matthew Jordan b52c6d0903 MoH: Undo commit r416150 (1.8)
11 years ago
Kinsey Moore 0acc626530 MoH: Don't restart stream on repeated start calls
11 years ago
Walter Doekes 8fd6a88633 res_musiconhold: Minor cleanup.
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 9be438299d Add some asserts that were handy when looking for a stasis cache problem.
11 years ago
Richard Mudgett f627a0aca0 res_musiconhold.c: Generate MOH start/stop events whenever the MOH stream is started/stopped.
11 years ago
Russell Bryant fbf8700c10 moh: fix a refcount error with realtime MOH
11 years ago
Richard Mudgett 4515cb3145 res_musiconhold.c: Remove some unnecessary RAII_VAR() usage.
11 years ago
Walter Doekes 72cb7a254f Enable wide band audio in musiconhold streams.
12 years ago
Richard Mudgett 83bf017db9 Fix incorrect usages of ast_realloc().
12 years ago
Richard Mudgett 6ebfac8e70 Handle DTMF and hold wrapup when a channel leaves the bridging system.
12 years ago
Kinsey Moore 6851801a5e Resolve a merge conflict
12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
12 years ago
Matthew Jordan a0c363e227 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Andrew Latham c7857504df Doxygen Updates - Title update
13 years ago
Matthew Jordan a094707d51 Fix a variety of ref counting issues
13 years ago
Andrew Latham e11cc29360 Doxygen Cleanup
13 years ago
Matthew Jordan 016dfa01f1 Fix places in resources where a negative return value could impact execution
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
13 years ago
Richard Mudgett e063fa6b3f Fix REF_DEBUG compile errors.
13 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
14 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
14 years ago
Jonathan Rose de09749470 Add an announcement option to music-on-hold - plays sound when put on hold/between songs
14 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Matthew Jordan d9651f2be9 Fix timing source dependency issues with MOH
14 years ago
Tilghman Lesher 77b670c4ab Allow each logging destination and console to have its own notion of the verbosity level.
14 years ago