aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-22Merged revisions 139347 via svnmerge from murf1-1/+1
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-9/+9
2008-08-05Merged revisions 135799 via svnmerge from murf1-0/+4
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-4/+4
2008-07-14Merged revisions 130792 via svnmerge from mmichelson1-6/+7
2008-07-08Merged revisions 129149 via svnmerge from tilghman1-0/+1
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...kpfleming1-6/+3
2008-06-26Improve consistency between app_dial and app_queue with regardsmmichelson1-2/+0
2008-06-18Channel lock janitor -- add locks around retrieval of channel variablestilghman1-13/+43
2008-06-16(closes issue #12689)murf1-1/+1
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-5/+5
2008-06-02Merged revisions 119530 via svnmerge from russell1-1/+1
2008-06-01Merged revisions 119478 via svnmerge from mvanbaak1-1/+1
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not worktilghman1-4/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-5/+6
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-3/+4
2008-04-28Add incomplete matching to PBX code and app_dialtilghman1-3/+10
2008-04-25Whitespace changes onlytilghman1-4/+4
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-1/+4
2008-04-14Merged revisions 114112 via svnmerge from mmichelson1-2/+8
2008-04-09Permit callee to continue in the dialplan, after caller has hung up.tilghman1-5/+16
2008-03-11Remove some redundant logic from wait_for_answer. This also let's us get rid ...mmichelson1-13/+15
2008-03-10Merged revisions 107016 via svnmerge from file1-17/+0
2008-03-07(closes issue #6002)murf1-3/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-1/+6
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-1/+4
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson1-0/+64
2008-02-09whitespace fixes only.mvanbaak1-179/+170
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-4/+2
2008-01-22Merged revisions 99592 via svnmerge from oej1-0/+5
2007-12-14Convert ast_verbose to ast_verb.tilghman1-14/+9
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...tilghman1-81/+83
2007-12-07Merged revisions 91783 via svnmerge from russell1-26/+43
2007-12-07Merged revisions 91693 via svnmerge from russell1-1/+1
2007-12-07Merged revisions 91677 via svnmerge from russell1-1/+1
2007-12-06- Dial eventoej1-8/+10
2007-12-05Merged revisions 91273 via svnmerge from mmichelson1-2/+4
2007-12-04Fix build in trunk. This was fixed in 1.4, but blocked in trunk since this h...qwell1-1/+1
2007-12-04Merged revisions 90735 via svnmerge from mmichelson1-69/+75
2007-12-03Remove the file descriptors from the main poll channel when the channel is hu...file1-2/+7
2007-11-30Adding support for the "automixmonitor" dial and queue options.mmichelson1-4/+19
2007-11-27Merged revisions 89622 via svnmerge from murf1-1/+21
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...murf1-1/+4
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...russell1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-7/+7
2007-10-11Make sure we propogate ANI2 to the outbound channelmattf1-0/+1