summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
AgeCommit message (Expand)Author
2017-08-30AST-2017-006: Fix app_minivm application MinivmNotify command injectionCorey Farrell
2016-01-04voicemail: Move app_voicemail / res_mwi_external conflict to runtimeGeorge Joseph
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-06app: Add functions to swap voicemail function table for testing purposesJonathan Rose
2014-06-20voicemail API callbacks: Extract the sayname API call to its own registerd ca...Richard Mudgett
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
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-21voicemail: Fixup some doxygen comments.Richard Mudgett
2013-11-01voicemail: Simplify callback pointer declarations and add doxygen.Richard Mudgett
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-17Fix a build warning with stasis messages.Jason Parker
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-23This patch implements the REST API's for POST /channels/{channelId}/playDavid M. Lee
2013-04-02Make things work againMatthew Jordan
2013-04-01Make appropriate items parse using '|' instead of ','Matthew Jordan
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-27Added a doxygen group for Stasis messages and topicsDavid M. Lee
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-14Move vm defines to group them better.Richard Mudgett
2012-06-14Multiple revisions 368963,368965Jason Parker
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-04-20Fix connected-line/redirecting interception gosubs executing more than intended.Richard Mudgett
2012-03-16Simplify some code in ast_app_run_sub().Richard Mudgett
2012-03-14app.h: Always initialize AST_DECLARE_APP_ARGS().Russell Bryant
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2011-09-20Merged revisions 337120 via svnmerge from Matthew Jordan
2011-07-26Merged revisions 329528 via svnmerge from Jonathan Rose
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-04-15Merged revisions 257544 via svnmerge from Tilghman Lesher
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...Tilghman Lesher
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-11-24Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for ...Tilghman Lesher
2009-10-17Remove unnecessary typedefTilghman Lesher
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.Tilghman Lesher
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.Tilghman Lesher
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-03-27Change global_app_buf to ast_str_thread_global_buf.Russell Bryant
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler