aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for numbe...file1-2/+1
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...file1-6/+6
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...murf1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+10
2006-08-05Merged revisions 38928 via svnmerge from russell1-1/+8
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-5/+5
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster1-3/+6
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...bweschke1-2/+0
2006-06-09Merged revisions 33294 via svnmerge from file1-4/+12
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej1-6/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-31cleanups for commit from issue #5657... set a cause code for a rejected forwa...kpfleming1-0/+3
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