summaryrefslogtreecommitdiff
path: root/main/app.c
AgeCommit message (Expand)Author
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-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-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
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2012-10-22core: Fix a memory leak in app.c from an early returnJonathan Rose
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-13Doxygen Clean upsAndrew Latham
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-09-27Cleanup ast_dtmf_stream()Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming