aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-0/+33
2006-04-21more NULL "" equivalence in CID fields.rizzo1-2/+3
2006-04-19move a replicated block of code in the one place where it belongs.rizzo1-48/+13
2006-04-19merge two nested 'if' which are really a single block.rizzo1-8/+4
2006-04-19fix indentation of a large blockrizzo1-162/+162
2006-04-19start sorting out the duplicated code in the privacy handlerrizzo1-14/+33
2006-04-19merge two nested 'if' which are really a single block.rizzo1-5/+3
2006-04-19more localization and variable removalrizzo1-21/+19
2006-04-19more localization of variablesrizzo1-17/+19
2006-04-19localize one more variable;rizzo1-18/+18
2006-04-19localize some variablesrizzo1-13/+12
2006-04-19extract a common condition.rizzo1-15/+15
2006-04-19fix indentation of some large blocks after previous changesrizzo1-172/+172
2006-04-19more simplifications - use a local variable c instead of o->chan,rizzo1-78/+56
2006-04-19more simplificationsrizzo1-18/+5
2006-04-19start cleaning up this code so we can split the 900 lines functionrizzo1-145/+105
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+5
2006-04-11Merged revisions 19397 via svnmerge from tilghman1-0/+2
2006-04-11Merged revisions 19301 via svnmerge from kpfleming1-0/+15
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