aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-31 Add an option to app_dial, 'i', to instruct the application ignore any reque...bweschke1-8/+26
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+12
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-1/+16
2006-05-16Inherit channel variables when call forwarding through chan_local (issue #709...file1-0/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+2
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-2/+13
2006-05-03Merged revisions 24567 via svnmerge from bweschke1-1/+4
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