aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-19better name for struct dial_localuser.rizzo1-13/+12
2006-12-19introduce a temporary variable for tmp->chan to shorten expressions.rizzo1-53/+54
2006-12-19stop what i think is a memory leak in case Dial fails torizzo1-0/+3
2006-12-19move a large block related to privacy handling to a separate function.rizzo1-110/+115
2006-12-01Merged revisions 48193 via svnmerge from kpfleming1-0/+1
2006-11-21better fix for the previous bug.rizzo1-3/+8
2006-11-21do not ast_hangup() on a NULL channel.rizzo1-2/+2
2006-11-20Merged revisions 47850 via svnmerge from file1-3/+3
2006-11-16Merged revisions 47782 via svnmerge from qwell1-1/+1
2006-11-14Make local copy of arguments to parse. (issue #8362 reported by homesick)file1-3/+4
2006-11-04move out another large block to a large function, and documentrizzo1-199/+194
2006-11-04fix indentation of a block, and do minor simplifications at the end ofrizzo1-54/+46
2006-11-04complete previous commit.rizzo1-20/+0
2006-11-04move another block into a function.rizzo1-72/+104
2006-11-04move a large block into a separate function.rizzo1-83/+93
2006-11-03another small set of simplificationsrizzo1-15/+14
2006-11-03change HANDLE_CAUSE into a function.rizzo1-50/+64
2006-11-03remove redundant checksrizzo1-2/+3
2006-11-03start integrating the simplifications proposed in bug 0005860,rizzo1-19/+13
2006-10-30These changes submitted by moy via bug 6992, to add a Dial 'End' event to ast...murf1-0/+11
2006-10-13Inherit the context and extension until the channel is answeredfile1-0/+8
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