summaryrefslogtreecommitdiff
path: root/res/res_stasis_recording.c
AgeCommit message (Expand)Author
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-31Merge "res_stasis: Add control ref to playback and recording structs."zuul
2016-03-30res_stasis: Add control ref to playback and recording structs.Richard Mudgett
2016-03-30res_stasis_recording.c: Cleanup stasis_app_recording_find_by_name().Richard Mudgett
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-23Clang: change previous tautological-compare fixes.Diederik de Groot
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2014-08-22ARI: Fix a crash caused by hanging during playback to a channel in a bridgeJonathan Rose
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-25Multiple revisions 419565-419566Matthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-06res_stasis_recording: Add a "target_uri" field to recording events.Joshua Colp
2014-03-03res_stasis_recording: Fix memory leak of the absolute name.Joshua Colp
2014-02-21json: Fix off-nominal json ref counting issues.Richard Mudgett
2013-12-13ARI: Adding a channel to a bridge while a live recording is active blocksKevin Harwell
2013-11-23ari: Add events for playback and recording.Joshua Colp
2013-10-25ARI recordings: Issue HTTP failures for recording requests with file conflictsJonathan Rose
2013-08-30ARI: Implement /recordings/stored API'sDavid M. Lee
2013-08-13ARI: allow other operations to happen while bridgedDavid M. Lee
2013-08-06ARI: Add recording controlsDavid M. Lee
2013-07-08Oh menuconfig, why do you hate margins?David M. Lee
2013-07-03ARI - channel recording supportDavid M. Lee