Commit Graph

304 Commits (4d671a2d14b9b47891075f21a33d3a9a9e5f69ee)

Author SHA1 Message Date
Sean Bright aeff1f2c53 res_musiconhold: Avoid spurious warning when 'format' is the empty string
6 years ago
Sean Bright 966488ab52 res_musiconhold: Add new 'playlist' mode
6 years ago
sungtae kim cf364cd007 res_musiconhold: Added unregister realtime moh class
6 years ago
Sean Bright 1f8ae708a0 res_musiconhold: Use a vector instead of custom array allocation
6 years ago
Sean Bright 7ce9ee7f2e res_musiconhold: Use ast_pipe_nonblock() wrapper
6 years ago
Sean Bright 825ea9ddb9 res_musiconhold: Remove redundant option parsing
7 years ago
Corey Farrell 687ab7aeee
astobj2: Eliminate legacy container allocation macros.
7 years ago
Frederic LE FOLL 35e02d6f17 res_musiconhold.c: Restart MOH if previous hold just reached end-of-file
7 years ago
Corey Farrell b5914d90ac Fix GCC 8 build issues.
8 years ago
Ben Ford 4aeec6100f res_musiconhold: Don't restart MOH from beginning after announcement.
8 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
8 years ago
Sean Bright c387beb456 res_musiconhold: Start playlist after initial announcement
8 years ago
Sean Bright 2ffe52a116 utils: Add convenience function for setting fd flags
8 years ago
George Joseph b7a875778a res_musiconhold: Add kill_escalation_delay, kill_method to class
8 years ago
Joshua Colp 5a7af00e80 asterisk: Audit locking of channel when manipulating flags.
9 years ago
Daniel Journo 6c3ae397cb Unused realtime MOH classes not purged on 'moh reload'
9 years ago
Sean Bright d22c678999 res_musiconhold: Don't chdir() when scanning MoH files
9 years ago
Daniel Journo b14724adb3 res_musiconhold: moh general section is a class and issues warning
9 years ago
Richard Mudgett 56854f22d2 res_musiconhold.c: Fix format ref leak when parsing MOH config class.
9 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Timo Teräs 39b69ab537 Fixes to include signal.h
10 years ago
Walter Doekes 13cdf3e8a1 musiconhold: Only warn if music class is not found in memory and database.
10 years ago
Sean Bright 79a7321a47 res_musiconhold: Prevent multiple simultaneous reloads.
10 years ago
Michael Cargile 8b503f2a10 res/res_musiconhold: Add a warning when MOH does not exist
10 years ago
Corey Farrell 5c1d07baf0 Astobj2: Allow reference debugging to be enabled/disabled by config.
11 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
11 years ago
Walter Doekes d172d84fe1 musiconhold: Add preferchannelclass=no option to prefer app class.
11 years ago
Walter Doekes 9c1f34c7e9 musiconhold: Add sort=randstart, and deprecate old stuff.
11 years ago
Richard Mudgett fefa6fba82 res_musiconhold.c: Release any format refs before memset().
11 years ago
Richard Mudgett 2b19d94a71 res_musiconhold: Fix MOH restarting where it left off from the last hold.
11 years ago
Richard Mudgett f8c4fc1121 res_musiconhold.c: Remove obsolete REF_DEBUG code.
11 years ago
Jonathan Rose 4946981646 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
12 years ago
Matthew Jordan b52c6d0903 MoH: Undo commit r416150 (1.8)
12 years ago
Kinsey Moore 0acc626530 MoH: Don't restart stream on repeated start calls
12 years ago
Walter Doekes 8fd6a88633 res_musiconhold: Minor cleanup.
12 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
12 years ago
Richard Mudgett 9be438299d Add some asserts that were handy when looking for a stasis cache problem.
12 years ago
Richard Mudgett f627a0aca0 res_musiconhold.c: Generate MOH start/stop events whenever the MOH stream is started/stopped.
12 years ago
Russell Bryant fbf8700c10 moh: fix a refcount error with realtime MOH
12 years ago
Richard Mudgett 4515cb3145 res_musiconhold.c: Remove some unnecessary RAII_VAR() usage.
12 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
13 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
13 years ago
Matthew Jordan a0c363e227 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago