summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-06-03ast_call_forward() todo notes and originate flag copy.David Vossel
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-30Merged revisions 198251 via svnmerge from Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-20Plug a memory leak in app_dial.Mark Michelson
2009-05-18Warn about the use of the application WaitExten() within a Macro().Eliel C. Sardanons
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-05Fixed crashes from issue8824 review board channel locking changes.Richard Mudgett
2009-04-20Merged revisions 189465 via svnmerge from Terry Wilson
2009-04-20Merged revisions 189463 via svnmerge from Terry Wilson
2009-04-15Make the cancellation of the dial timeout on a call forward optional.Mark Michelson
2009-04-10Make sure tc is unlocked before calling ast_call since calling a LocalMark Michelson
2009-04-10Even more changes concerning r187426. Revised where locks are placed yet once...David Vossel
2009-04-09More changes concerning r187426. Revised where locks are placed.David Vossel
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler
2009-04-09Fixes deadlock caused by calling get_cid_name with chan locked.David Vossel
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-19Merged revisions 183386 via svnmerge from David Vossel
2009-03-19Merged revisions 183126 via svnmerge from David Vossel
2009-03-17Option to send DTMF when receiving PROGRESS statusDavid Vossel
2009-03-12Fix crash when sleep and retries argument was not given to RetryDial applicat...Joshua Colp
2009-03-04Remove duplicate 'k' and 'K' Dial options.Joshua Colp
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson
2009-02-02This reverts the changes I made for 11583; willSteve Murphy
2009-02-02This change allows the disconnect feature (as in "one-touch" in features.c)Steve Murphy
2009-01-30Merged revisions 172517 via svnmerge from Terry Wilson
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.Olle Johansson
2009-01-23Merged revisions 170568 via svnmerge from Joshua Colp
2009-01-09Set peer context and exten values so MACRO_EXTEN and MACRO_CONTEXT will be setTerry Wilson
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEMark Michelson
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.Russell Bryant
2008-12-03Add some safety measures when using gosub, especially when using the optionsMark Michelson
2008-11-26Add some necessary hangup commands in the case that forwardingMark Michelson
2008-11-20Merged revisions 158053 via svnmerge from Mark Michelson
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-17Can't use items duplicated off the stack frame in an element returned fromTilghman Lesher
2008-11-12Merged revisions 156386 via svnmerge from Tilghman Lesher
2008-11-12Merged revisions 156167 via svnmerge from Mark Michelson
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
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