aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-11 Minor cleanups and error handling for app_dial #6935 (casper)bweschke1-30/+38
2006-04-11normalize code preparing for loader changesrizzo1-3/+2
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-11/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-4/+0
2006-04-06convert a couple of applications to the new module stylerizzo1-5/+8
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
2006-03-19Merged revisions 13550 via svnmerge from russell1-3/+5
2006-03-14Merged revisions 12927 via svnmerge from russell1-1/+0
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-02-01use string fields for some stuff in ast_channelkpfleming1-5/+6
2006-01-26don't redefine the localuser struct for additional use specific to the module...russell1-7/+8
2006-01-25Merged revisions 8608 via svnmerge from kpfleming1-0/+1
2006-01-21on this pass, only remove duplicate log messagesrussell1-4/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+10
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-10/+1
2006-01-17suppress compiler warningkpfleming1-1/+2
2006-01-17- Logging clean upoej1-84/+88
2006-01-13Added forward context option from 5497mogorman1-1/+3
2006-01-11conversions to memory allocation wrappers (issue #6210)russell1-5/+2
2006-01-11Merged revisions 7957 via svnmerge from russell1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-10/+17
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-1/+1
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-25Record DIALEDTIME on incomplete calls, update description (bug #5862)markster1-6/+7
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