summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-06-01Set app and appdata fields when a Dial is redirectedTerry Wilson
2010-05-26Remove redundant ast_conntected_line_free call.Mark Michelson
2010-05-20Dial and queue connected line update macro not always run when expected.Richard Mudgett
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-04-03Using the Dial application f option when the call is forwarded will likely cr...Richard Mudgett
2010-03-31Add documentation clarifying when 't' and 'T' can be used.Leif Madsen
2010-03-20Resolve compiler warnings on FreeBSD.Russell Bryant
2010-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2010-02-02Properly respect GOSUB_RESULT as to what to do with the master channel.Tilghman Lesher
2010-01-05Mismerged a bit.Mark Michelson
2010-01-05Add a missing part of the connected line work into trunk.Mark Michelson
2009-12-19app_dial optional parameter to option 'r' to allow play indication from indic...Alec L Davis
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-04Added the 'a' option to app dial and modified app_dial to set the answertime ...Matthew Nicholson
2009-11-04Merged revisions 227827 via svnmerge from Matthew Nicholson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-02Merged revisions 226889 via svnmerge from Joshua Colp
2009-10-19Merged revisions 224565 via svnmerge from Joshua Colp
2009-10-12Merged revisions 223804 via svnmerge from Jeff Peeler
2009-10-09Fix potential memory leaks.Mark Michelson
2009-09-24Add bridge related dial flags to the bridge appJeff Peeler
2009-07-24Merged revisions 208592 via svnmerge from Russell Bryant
2009-07-14I AM A TERRIBLE PERSONMark Michelson
2009-07-14Reset the sentringing indication when redirects occur.Mark Michelson
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