aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...oej1-5/+13
2007-07-03Merged revisions 73053 via svnmerge from tilghman1-2/+2
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-4/+4
2007-06-20Cleaning up a small disaster I created earliermurf1-11/+0
2007-06-20As per 9228, now app_queue should have the proper machinery to do gosubs.murf1-5/+1
2007-06-20Merged revisions 70445 via svnmerge from tilghman1-1/+1
2007-06-20Merge work to make U(...) option work for Dialtilghman1-7/+56
2007-06-19Via bug9228, no way to create macros via AEL, and some of the apps allow you ...murf1-7/+88
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-10/+5
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-22/+4
2007-06-07Merged revisions 68071 via svnmerge from file1-1/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-4/+4
2007-06-04Merged revisions 67066 via svnmerge from file1-2/+2
2007-05-18Merged revisions 65200 via svnmerge from murf1-0/+7
2007-05-17Merged revisions 64756 via svnmerge from russell1-1/+1
2007-04-13Merged revisions 61656 via svnmerge from file1-4/+12
2007-04-09Remove unused instances of unnamed enums.russell1-2/+2
2007-04-09Merged revisions 60798 via svnmerge from file1-3/+5
2007-02-27Properly hangup the original dialed channel, not the new channel that appeare...file1-2/+3
2007-02-17Merged revisions 55154 via svnmerge from file1-0/+1
2007-02-16Merged revisions 54924 via svnmerge from file1-1/+4
2007-02-16Merged revisions 54884 via svnmerge from file1-1/+4
2007-02-15Merged revisions 54623 via svnmerge from file1-9/+13
2007-02-14Merged revisions 54481 via svnmerge from file1-2/+2
2007-02-09Merged revisions 53749 via svnmerge from file1-1/+11
2007-02-03Merged revisions 53136 via svnmerge from russell1-3/+9
2007-01-10Merged revisions 50298 via svnmerge from file1-5/+15
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