summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-11-06Merge "Prevent unload of modules which implement an Optional API."Joshua Colp
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-11-01Prevent unload of modules which implement an Optional API.Corey Farrell
2017-07-12core: Add digit filtering to ast_waitfordigit_fullCorey Farrell
2017-05-26Merge "asterisk: Audit locking of channel when manipulating flags."Jenkins2
2017-05-26Merge "res_agi: Prevent crash when SET VARIABLE called without arguments"George Joseph
2017-05-25Merge "res_agi: Allow configuration of audio format of EAGI pipe"George Joseph
2017-05-25Merge "res_agi: Fix malformed AGI usage response"Jenkins2
2017-05-23res_agi: Allow configuration of audio format of EAGI pipeSean Bright
2017-05-23res_agi: Clarify 'RECORD FILE' documentationSean Bright
2017-05-23res_agi: Prevent crash when SET VARIABLE called without argumentsSean Bright
2017-05-23res_agi: Fix malformed AGI usage responseSean Bright
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-02-02res_agi: Prevent an AGI from eating frames it should not. (Re-do)Richard Mudgett
2016-11-14Revert "Revert "AGI: Only defer frames when in an interception routine.""George Joseph
2016-11-10Revert "AGI: Only defer frames when in an interception routine."George Joseph
2016-11-08AGI: Only defer frames when in an interception routine.Mark Michelson
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15res_agi: Improve documentationMatt Jordan
2016-04-25res_agi: Prevent run_agi from eating frames it shouldn'tGeorge Joseph
2015-11-25fastagi: record file closed after sending resultKevin Harwell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-12res/res_agi: Make Verbose message for 'stream file' match other playbacksMatthew Jordan
2014-10-28ASTERISK-24323, fix bug in documentation of AGI STREAM FILE CONTROLMalcolm Davenport
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-08Make app_queue and res_agi independent of AMI being enabled.Richard Mudgett
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-30Memory leak fixKevin Harwell
2013-08-22Add SayAlphaCase and similar functionality for AGIKinsey Moore
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-31Update CONTROL STREAM FILE to accept an 'offsetms' parameterMatthew Jordan
2013-07-18Properly indicate failure to open an audio stream in res_agiMichael L. Young
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-10Add AGI command arguments to AsyncAGI eventKinsey Moore