aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.russell1-2/+6
2008-12-03Add some safety measures when using gosub, especially when using the optionsmmichelson1-3/+5
2008-11-26Add some necessary hangup commands in the case that forwardingmmichelson1-0/+2
2008-11-20Merged revisions 158053 via svnmerge from mmichelson1-0/+3
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-1/+6
2008-11-17Can't use items duplicated off the stack frame in an element returned fromtilghman1-3/+12
2008-11-12Merged revisions 156386 via svnmerge from tilghman1-12/+15
2008-11-12Merged revisions 156167 via svnmerge from mmichelson1-0/+4
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-21/+22
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+8
2008-11-02Fix various spelling and grammatical issues in documentationrussell1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-182/+390
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-12/+25
2008-10-29Merged revisions 152538 via svnmerge from murf1-10/+20