summaryrefslogtreecommitdiff
path: root/pbx/pbx_spool.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-03-08pbx_spool: Set AST_OUTGOING_ATTEMPT variable on channelSean Bright
2017-03-06pbx_spool: Gracefully handle long lines in call filesSean Bright
2017-02-10manager: Restore Originate failure behavior from Asterisk 11Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-11pbx/pbx_spool: Fix issue when call files were executed too earlyIvan Poddubny
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-30Fix some memory leaks.Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-03-15Fix processing of call files when using KQueue on OS XMatthew Jordan
2012-11-14Fix call files when astspooldir is relative.Richard Mudgett
2012-10-08Fix deletion of unopenable spool files.Richard Mudgett
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-02-13Fix occasional incorrectly delayed call-file execution.Richard Mudgett
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2011-10-25Fix compilation on Snow Leopard/FreeBSD for pbx_spool.cKinsey Moore
2011-10-25Merged revisions 342277 via svnmerge from Kinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-11-10Merged revisions 294605 via svnmerge from Tilghman Lesher
2010-11-10Merged revisions 294569 via svnmerge from Tilghman Lesher
2010-10-18Merged revisions 292083 via svnmerge from Jeff Peeler
2010-10-03Merged revisions 290066 via svnmerge from Tilghman Lesher
2010-09-07Merged revisions 285386 via svnmerge from Tilghman Lesher
2010-05-13Fix build on linux.Russell Bryant
2010-05-13Add kqueue(2) implementation to Asterisk in various places.Tilghman Lesher
2010-03-27inotify support for pbx_spoolTilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-03-03Convert pbx_spool to use string fields instead of statically-sized buffers.Mark Michelson
2008-12-03Merged revisions 160558 via svnmerge from Tilghman Lesher
2008-12-03Merged revisions 160551 via svnmerge from Tilghman Lesher
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-06-18Merged revisions 123710 via svnmerge from Tilghman Lesher
2008-05-14Add support for codec settings in originate via call file and manager.Olle Johansson
2008-05-14Doxygen formatting change onlyOlle Johansson
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-13Merged revisions 82358 via svnmerge from Jason Parker
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-10Merged revisions 79099 via svnmerge from Steve Murphy
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant