aboutsummaryrefslogtreecommitdiffstats
path: root/main/dial.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-1/+15
2010-07-14ast_callerid restructuringrmudgett1-2/+2
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-1/+3
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-10/+0
2010-03-03Removed cdrflags from ast_channel structure.rmudgett1-1/+0
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-2/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-1/+4
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-6/+13
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsmmichelson1-2/+2
2008-10-30fix a few small things found by using sparsekpfleming1-9/+9
2008-10-03The dialing API should inherit datastores as well as variablestwilson1-0/+1
2008-06-13Convert one more delimiter to use comma.tilghman1-1/+1
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-1/+1
2008-03-20Add missing unlockmmichelson1-0/+1
2008-03-16Merged revisions 108961 via svnmerge from mvanbaak1-0/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+4
2008-03-04Whitespace changes onlytilghman1-12/+14
2008-02-28Merged revisions 104841 via svnmerge from mmichelson1-5/+29
2008-01-25Add an API call that steals the answered channel so that a destruction of the...file1-0/+19
2008-01-24Test hopefully over.file1-1/+1
2008-01-24Testing something...file1-1/+1
2008-01-16Merged revisions 98960 via svnmerge from file1-0/+15
2007-12-21AST_LIST_REMOVE_CURRENT only takes one argument in trunkmmichelson1-1/+1
2007-12-21Merged revisions 94468 via svnmerge from mmichelson1-1/+3
2007-11-26Merged revisions 89610 via svnmerge from file1-5/+24
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-08-10Bring up to date with poll changes.file1-0/+8
2007-07-30Add support for call forwarding and timeouts to the dialing API.file1-77/+213
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-32/+16
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-2/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-05-16Small doxygen updatesoej1-7/+7
2007-04-28Merge changes from team/russell/eventsrussell1-13/+13
2007-04-24Merged revisions 61774 via svnmerge from russell1-0/+3
2007-04-10Add an option to the dial API for playing music instead of ringing to the cal...russell1-4/+34
2007-02-22Merged revisions 56277 via svnmerge from russell1-1/+1
2007-02-12Merged revisions 54103 via svnmerge from russell1-1/+1
2007-02-12Merged revisions 54066 via svnmerge from russell1-26/+39
2007-02-10Merged revisions 53810 via svnmerge from russell1-22/+31
2007-01-24Merged revisions 52049 via svnmerge from file1-0/+802