aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-24Merged revisions 296001 via svnmerge from russell1-1/+10
2010-10-21Merged revisions 292412 via svnmerge from pabelanger1-1/+1
2010-10-06Merged revision 290613 fromrmudgett1-2/+1
2010-09-21Simplify locking code for REDIRECTING interception macro when forwarding a call.rmudgett1-8/+8
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-1/+2
2010-07-23Merged revisions 279207 via svnmerge from rmudgett1-3/+6
2010-07-14ast_callerid restructuringrmudgett1-46/+67
2010-07-09Merged revisions 275027 via svnmerge from mnicholson1-0/+5
2010-06-02Generic Advice of Charge.rmudgett1-0/+30
2010-06-01Set app and appdata fields when a Dial is redirectedtwilson1-0/+2
2010-05-26Remove redundant ast_conntected_line_free call.mmichelson1-1/+0
2010-05-20Dial and queue connected line update macro not always run when expected.rmudgett1-14/+17
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-6/+61
2010-04-09Merge Call completion support into trunk.mmichelson1-9/+98
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-14/+16
2010-04-03Using the Dial application f option when the call is forwarded will likely cr...rmudgett1-1/+1
2010-03-31Add documentation clarifying when 't' and 'T' can be used.lmadsen1-2/+4
2010-03-20Resolve compiler warnings on FreeBSD.russell1-2/+2
2010-03-03Removed cdrflags from ast_channel structure.rmudgett1-3/+0
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