aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-03RetryDial should accept a 0 argument, but it does not, because atoi does not ...tilghman1-2/+2
2007-06-20Issue 9997 - Timelimit times out the wrong channeltilghman1-1/+1
2007-06-07Allow the 'g' option to work if used with the 'S' option. (issue #9888 report...file1-1/+4
2007-05-18This update will fix the situation that occurs as described by 9717, where wh...murf1-0/+7
2007-04-13Add OUTBOUND_GROUP_ONCE variable to app_dial. This behaves the same as OUTBOU...file1-4/+12
2007-04-09When calling a device that then forwards us elsewhere... we have to make our ...file1-3/+5
2007-02-17Answer the channel before recording privacy information. (issue #8926 reporte...file1-0/+1
2007-02-15Use a separate variable to indicate execution should continue instead of the ...file1-10/+14
2007-02-03set the DIALSTATUS variable to contain "INVALIDARGS" when the dial applicationrussell1-7/+6
2007-01-10Add another return value to dial_exec_full that indicates execution is going ...file1-4/+11
2006-12-19Free localuser structure when we fail to dial (issue #8612 reported by rizzo)file1-0/+3
2006-12-01if Dial() is going to send music-on-hold to the calling party, it has to send...kpfleming1-0/+1
2006-11-16Fix a couple of typos in applications.. Initially spotted by mrobinson.qwell1-1/+1
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-1/+1
2006-08-05make sure the priv-callerintros directory exists before trying to create a filerussell1-1/+8
2006-06-09Handle hangup during recording of screened name (issue #7304 reported by kull...file1-7/+16
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+10
2006-05-16Inherit channel variables during call forwards when going through chan_local ...file1-0/+4
2006-05-03 Correct application documentation to make users aware that certain options c...bweschke1-1/+4
2006-04-11Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAILtilghman1-0/+2
2006-04-11handle call time limit properly when warning is requested _after_ call would ...kpfleming1-1/+16
2006-03-19revert the change made in revision 12927 in favor of keeping the originalrussell1-3/+5
2006-03-14when using the G() option to Dial, fix sending the called channel to 1 priorityrussell1-1/+0
2006-01-25ensure hangup cause code is handled properly when channel does not return a f...kpfleming1-0/+1
2006-01-11fix a little typorussell1-1/+1
2005-12-13restore ability of caller to hangup calls that are still ringing (issue #5839)kpfleming1-1/+1
2005-11-30fix DIALEDTIME when call has not been answered (issue #5862)russell1-6/+7
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-25issue #5850russell1-4/+2
2005-11-14fix a typo in the RetryDial descriptionrussell1-1/+1
2005-11-12issue #5720kpfleming1-5/+11
2005-11-11update the descriptions of a couple more appsrussell1-2/+2
2005-11-11more cleanups to application descriptionsrussell1-84/+114
2005-11-08issue #5602kpfleming1-2/+2
2005-11-07application doc updatekpfleming1-4/+4
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-1/+1
2005-11-06issue #5605russell1-0/+1
2005-11-06Dial janitor patch (bug #5613)markster1-8/+7
2005-11-03flags usage simplificationkpfleming1-125/+108
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-26/+26
2005-11-02uhh... oopskpfleming1-2/+2
2005-11-02upgrade Dial() app to use API-based argument/option parsingkpfleming1-363/+255
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-12/+11
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-20fix up help text (issue #5479)russell1-5/+4
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-12/+21
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-4/+11
2005-10-14ensure Dial() options are sorted in help output (issue #5386)kpfleming1-40/+40
2005-10-13add auto-monitor support (issue #5411)kpfleming1-2/+2
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) t...kpfleming1-0/+2