summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2016-08-13res_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
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
2013-06-06Fix documentation generationKinsey Moore
2013-06-06Split AGI manager events, to remove SubEvent field.Jason Parker
2013-02-22Fix FastAGI To Properly Check For A ConnectionMichael L. Young
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2012-10-04Fix DBDelTree error codes for AMI, CLI and AGIDavid M. Lee
2012-09-28Include channel uniqueid in "AsyncAGI" and "AGIExec" events.Richard Mudgett
2012-09-28Update documentation to make it explicit that "stream file" will not restart ...Joshua Colp
2012-09-25res_agi: async_agi responsiveness improvement on datastore problemsJonathan Rose
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-25res_agi: Add message indicating need for \n character in verbose messageJonathan Rose
2012-04-17Fix places in resources where a negative return value could impact executionMatthew Jordan
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-29Add IPv6 support to FastAGI.Sean Bright
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14res_agi: Add AGIEXITONHANGUP variable.Russell Bryant
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-15Make FastAGI HANGUP show up in AGI debug output.Richard Mudgett
2011-10-20Fix AGI exec Park to honor the Park application parameters.Richard Mudgett
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-09-29Just formatting.Olle Johansson