summaryrefslogtreecommitdiff
path: root/main/app.c
AgeCommit message (Expand)Author
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-18main/app: Fix leaks.Corey Farrell
2017-11-20app: Remove silly usage of RAII_VAR.Corey Farrell
2017-07-13core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.Corey Farrell
2017-01-24main/app.c: Memory corruption from early format destruction.Richard Mudgett
2016-11-17main/app.c: Transmit Silence on ControlPlayback pausemisha
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-23main/app: Only look to end of file if ':end' is specified, and not just ':'Matt Jordan
2016-01-13app: Queue hangup if channel is hung up during sub or macro execution.Joshua Colp
2016-01-04voicemail: Move app_voicemail / res_mwi_external conflict to runtimeGeorge Joseph
2015-11-10Remove ABI compatibility stub functions.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-06app: Add functions to swap voicemail function table for testing purposesJonathan Rose
2015-01-26Various fixes for OS XDavid M. Lee
2014-11-04Fix crash caused by merge error on review 4138Corey Farrell
2014-11-02Fix ast_writestream leaksCorey Farrell
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-11Remove undocumented default behavior of ast_play_and_record_full acceptdtmf.Mark Michelson
2014-08-21ARI: Fix implicit answer when playback is initiated on unanswered channelMatthew Jordan
2014-08-15app_voicemail/app: Remove test events that were duplicated by r421059Matthew Jordan
2014-08-14main/file: Move test event to emit PLAYBACK event more consistentlyMatthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-20voicemail API callbacks: Extract the sayname API call to its own registerd ca...Richard Mudgett
2014-05-22res_corosync: Update module to work with Stasis (and compile)Matthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-17Fix a silly shadowed variable mistake that was missed from play tones patchJonathan Rose
2014-04-17ARI: Add tones playback resourceJonathan Rose
2014-03-14res_mwi_external: Clear the stasis cache entry when the external MWI is deleted.Richard Mudgett
2014-03-07stasis cache: Enhance to keep track of an item from different entities.Richard Mudgett
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-13test_voicemail_api: Add check for a registered voicemail provider before tests.Richard Mudgett
2013-12-11app_voicemail: Voicemail callback registration/unregistration function improv...Richard Mudgett
2013-11-01voicemail: Simplify callback pointer declarations and add doxygen.Richard Mudgett
2013-10-24memory leaks: Memory leak cleanup patch by Corey Farrell (second set)Jonathan Rose
2013-08-29Memory leaks fixKevin Harwell
2013-08-22Massively clean up app_queue.Mark Michelson
2013-08-06ARI: Add recording controlsDavid M. Lee
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-03ARI - channel recording supportDavid M. Lee
2013-06-14Fix regression in MWI stasis handling.Mark Michelson
2013-06-09Clean up MWI topic pool before message type destructionMatthew Jordan
2013-05-30Missed a line from a bad merge in r390122David M. Lee
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-23This patch adds support for controlling a playback operation from theDavid M. Lee
2013-05-22Fixed startup race condition which caused occasional stasis_mwi_state_type as...David M. Lee
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee