summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-10-29Merged revisions 152538 via svnmerge from Steve Murphy
2008-10-29Merged revisions 152535 via svnmerge from Steve Murphy
2008-10-28Merged revisions 152368 via svnmerge from Tilghman Lesher
2008-10-14When specifying an invalid timeout to Dial, take itMark Michelson
2008-10-07Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdiSean Bright
2008-10-07Make sure to compare the correct number of characters when special-casingSean Bright
2008-09-13Repair IAXVAR implementation so that it works again (regression?)Tilghman Lesher
2008-09-12Merged revisions 142675 via svnmerge from Steve Murphy
2008-08-22Merged revisions 139347 via svnmerge from Steve Murphy
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-08-05Merged revisions 135799 via svnmerge from Steve Murphy
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-14Merged revisions 130792 via svnmerge from Mark Michelson
2008-07-08Merged revisions 129149 via svnmerge from Tilghman Lesher
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...Kevin P. Fleming
2008-06-26Improve consistency between app_dial and app_queue with regardsMark Michelson
2008-06-18Channel lock janitor -- add locks around retrieval of channel variablesTilghman Lesher
2008-06-16(closes issue #12689)Steve Murphy
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-02Merged revisions 119530 via svnmerge from Russell Bryant
2008-06-01Merged revisions 119478 via svnmerge from Michiel van Baak
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not workTilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-28Add incomplete matching to PBX code and app_dialTilghman Lesher
2008-04-25Whitespace changes onlyTilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-14Merged revisions 114112 via svnmerge from Mark Michelson
2008-04-09Permit callee to continue in the dialplan, after caller has hung up.Tilghman Lesher
2008-03-11Remove some redundant logic from wait_for_answer. This also let's us get rid ...Mark Michelson
2008-03-10Merged revisions 107016 via svnmerge from Joshua Colp
2008-03-07(closes issue #6002)Steve Murphy
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...Terry Wilson
2008-02-09whitespace fixes only.Michiel van Baak
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-22Merged revisions 99592 via svnmerge from Olle Johansson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...Tilghman Lesher
2007-12-07Merged revisions 91783 via svnmerge from Russell Bryant
2007-12-07Merged revisions 91693 via svnmerge from Russell Bryant
2007-12-07Merged revisions 91677 via svnmerge from Russell Bryant
2007-12-06- Dial eventOlle Johansson
2007-12-05Merged revisions 91273 via svnmerge from Mark Michelson
2007-12-04Fix build in trunk. This was fixed in 1.4, but blocked in trunk since this h...Jason Parker