aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-5/+5
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-27/+23
2005-08-30Add SIP video fixesmarkster1-0/+10
2005-08-03Be sure not to leak frames in certain casesmarkster1-1/+1
2005-07-26add a global option to disable priority jumping in applications (when they ge...kpfleming1-8/+7
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming1-9/+305
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster1-0/+6
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)mattf1-3/+3
2005-07-07more fun with ast_copy_stringrussell1-24/+25
2005-07-05add function to convert a cause code to a stringrussell1-1/+1
2005-06-06the last round of file version tagskpfleming1-9/+14
2005-06-02Fix dial to not seg when closing ')' is missing (bug #4410)markster1-20/+20
2005-06-01fix the one digit exit extension for RetryDialrussell1-4/+4
2005-05-16return CHANUNAVAIL for unregistered peers, not CONGESTION (bug #4276)kpfleming1-1/+5
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...kpfleming1-14/+9
2005-04-27help text cleanups (bug #4072, with mods)kpfleming1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-17/+17
2005-04-15Add 'n' option to dial for "nojump" (bug #4034)markster1-5/+9
2005-04-13just formattingrussell1-18/+18
2005-04-11Add calling party DTMF (bug #3994)markster1-12/+25
2005-04-09Forward text frames before answer (bug #3717)markster1-0/+4
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)mattf1-4/+4