aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Properly respect GOSUB_RESULT as to what to do with the master channel.tilghman1-5/+11
2010-01-05Mismerged a bit.mmichelson1-1/+1
2010-01-05Add a missing part of the connected line work into trunk.mmichelson1-8/+25
2009-12-19app_dial optional parameter to option 'r' to allow play indication from indic...alecdavis1-10/+60
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-3/+4
2009-11-04Added the 'a' option to app dial and modified app_dial to set the answertime ...mnicholson1-2/+18
2009-11-04Merged revisions 227827 via svnmerge from mnicholson1-13/+62
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-18/+18
2009-11-02Merged revisions 226889 via svnmerge from file1-1/+29
2009-10-19Merged revisions 224565 via svnmerge from file1-4/+6
2009-10-12Merged revisions 223804 via svnmerge from jpeeler1-1/+3
2009-10-09Fix potential memory leaks.mmichelson1-7/+14
2009-09-24Add bridge related dial flags to the bridge appjpeeler1-108/+1
2009-07-24Merged revisions 208592 via svnmerge from russell1-1/+0
2009-07-14I AM A TERRIBLE PERSONmmichelson1-2/+2
2009-07-14Reset the sentringing indication when redirects occur.mmichelson1-0/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-3/+9
2009-06-07Global var cleanup - constification and removing unused vars.russell1-2/+2
2009-06-03ast_call_forward() todo notes and originate flag copy.dvossel1-0/+2
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-13/+22
2009-05-30Merged revisions 198251 via svnmerge from seanbright1-0/+3
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-3/+3
2009-05-20Plug a memory leak in app_dial.mmichelson1-0/+1
2009-05-18Warn about the use of the application WaitExten() within a Macro().eliel1-0/+3
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett1-0/+2
2009-04-20Merged revisions 189465 via svnmerge from twilson1-0/+4
2009-04-20Merged revisions 189463 via svnmerge from twilson1-0/+1
2009-04-15Make the cancellation of the dial timeout on a call forward optional.mmichelson1-3/+11
2009-04-10Make sure tc is unlocked before calling ast_call since calling a Localmmichelson1-2/+1
2009-04-10Even more changes concerning r187426. Revised where locks are placed yet once...dvossel1-2/+7
2009-04-09More changes concerning r187426. Revised where locks are placed.dvossel1-7/+19
2009-04-09Add ability for dialplan execution to continue when caller hangs up.jpeeler1-3/+16
2009-04-09Fixes deadlock caused by calling get_cid_name with chan locked.dvossel1-4/+6
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-43/+147
2009-04-02Merge in the RTP engine API.file1-3/+7
2009-03-19Merged revisions 183386 via svnmerge from dvossel1-1/+1
2009-03-19Merged revisions 183126 via svnmerge from dvossel1-4/+25
2009-03-17Option to send DTMF when receiving PROGRESS statusdvossel1-8/+14
2009-03-12Fix crash when sleep and retries argument was not given to RetryDial applicat...file1-2/+4
2009-03-04Remove duplicate 'k' and 'K' Dial options.file1-2/+0
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson1-0/+4
2009-02-02This reverts the changes I made for 11583; willmurf1-55/+2
2009-02-02This change allows the disconnect feature (as in "one-touch" in features.c)murf1-2/+55
2009-01-30Merged revisions 172517 via svnmerge from twilson1-63/+0
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.oej1-1/+14
2009-01-23Merged revisions 170568 via svnmerge from file1-0/+3
2009-01-09Set peer context and exten values so MACRO_EXTEN and MACRO_CONTEXT will be settwilson1-0/+4
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEmmichelson1-2/+1
2008-12-23Merged revisions 166093 via svnmerge from murf1-39/+27