summaryrefslogtreecommitdiff
path: root/main/dial.c
AgeCommit message (Expand)Author
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-14ast_callerid restructuringRichard Mudgett
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsMark Michelson
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-10-03The dialing API should inherit datastores as well as variablesTerry Wilson
2008-06-13Convert one more delimiter to use comma.Tilghman Lesher
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-03-20Add missing unlockMark Michelson
2008-03-16Merged revisions 108961 via svnmerge from Michiel van Baak
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-28Merged revisions 104841 via svnmerge from Mark Michelson
2008-01-25Add an API call that steals the answered channel so that a destruction of the...Joshua Colp
2008-01-24Test hopefully over.Joshua Colp
2008-01-24Testing something...Joshua Colp
2008-01-16Merged revisions 98960 via svnmerge from Joshua Colp
2007-12-21AST_LIST_REMOVE_CURRENT only takes one argument in trunkMark Michelson
2007-12-21Merged revisions 94468 via svnmerge from Mark Michelson
2007-11-26Merged revisions 89610 via svnmerge from Joshua Colp
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-10Bring up to date with poll changes.Joshua Colp
2007-07-30Add support for call forwarding and timeouts to the dialing API.Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-16Small doxygen updatesOlle Johansson
2007-04-28Merge changes from team/russell/eventsRussell Bryant
2007-04-24Merged revisions 61774 via svnmerge from Russell Bryant
2007-04-10Add an option to the dial API for playing music instead of ringing to the cal...Russell Bryant
2007-02-22Merged revisions 56277 via svnmerge from Russell Bryant
2007-02-12Merged revisions 54103 via svnmerge from Russell Bryant
2007-02-12Merged revisions 54066 via svnmerge from Russell Bryant
2007-02-10Merged revisions 53810 via svnmerge from Russell Bryant
2007-01-24Merged revisions 52049 via svnmerge from Joshua Colp