aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Fixing an error I made earlier. ast_fileexists can return -1 on failure, so I...mmichelson1-2/+2
2007-07-16Restoring functionality from 1.2 wherein Retrydial will not exit if there is ...mmichelson1-5/+16
2007-07-03Merged revisions 73052 via svnmerge from tilghman1-2/+2
2007-06-20Merged revisions 70444 via svnmerge from tilghman1-1/+1
2007-06-07Merged revisions 68070 via svnmerge from file1-1/+4
2007-06-04Initialize cidname variable to nothing since it may be used without having be...file1-2/+2
2007-05-18Merged revisions 65172 via svnmerge from murf1-0/+7
2007-05-17Increase the size of a buffer to support longer dial strings for channels.russell1-1/+1
2007-04-13Merged revisions 61655 via svnmerge from file1-4/+12
2007-04-09Merged revisions 60797 via svnmerge from file1-4/+5
2007-02-17Merged revisions 55153 via svnmerge from file1-0/+1
2007-02-16Need to check macro extension as well as macro context for directed pickup.file1-1/+4
2007-02-16Allow directed pickup to pick up the real context instead of the macro contex...file1-1/+4
2007-02-15Merged revisions 54622 via svnmerge from file1-9/+13
2007-02-14Forward begin DTMF frames as well as end. (issue #9068 reported by mhardeman)file1-2/+2
2007-02-09Temporarily change musicclass on channel to one specified in Dial so that the...file1-1/+11
2007-02-03Merged revisions 53133 via svnmerge from russell1-4/+9
2007-01-10Merged revisions 50295 via svnmerge from file1-5/+15
2006-12-19Merged revisions 48584 via svnmerge from file1-0/+3
2006-12-01Merged revisions 48192 via svnmerge from kpfleming1-0/+1
2006-11-20Use a separate variable in the channel structure to store the context that th...file1-3/+3
2006-11-16Fix a couple of typos. Initially pointed out by mrobinson.qwell1-1/+1
2006-10-16Backport of new directed pickup (BE-85).file1-0/+8
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