summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2007-05-18Merged revisions 65200 via svnmerge from Steve Murphy
2007-05-17Merged revisions 64756 via svnmerge from Russell Bryant
2007-04-13Merged revisions 61656 via svnmerge from Joshua Colp
2007-04-09Remove unused instances of unnamed enums.Russell Bryant
2007-04-09Merged revisions 60798 via svnmerge from Joshua Colp
2007-02-27Properly hangup the original dialed channel, not the new channel that appeare...Joshua Colp
2007-02-17Merged revisions 55154 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54924 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54884 via svnmerge from Joshua Colp
2007-02-15Merged revisions 54623 via svnmerge from Joshua Colp
2007-02-14Merged revisions 54481 via svnmerge from Joshua Colp
2007-02-09Merged revisions 53749 via svnmerge from Joshua Colp
2007-02-03Merged revisions 53136 via svnmerge from Russell Bryant
2007-01-10Merged revisions 50298 via svnmerge from Joshua Colp
2006-12-19better name for struct dial_localuser.Luigi Rizzo
2006-12-19introduce a temporary variable for tmp->chan to shorten expressions.Luigi Rizzo
2006-12-19stop what i think is a memory leak in case Dial fails toLuigi Rizzo
2006-12-19move a large block related to privacy handling to a separate function.Luigi Rizzo
2006-12-01Merged revisions 48193 via svnmerge from Kevin P. Fleming
2006-11-21better fix for the previous bug.Luigi Rizzo
2006-11-21do not ast_hangup() on a NULL channel.Luigi Rizzo
2006-11-20Merged revisions 47850 via svnmerge from Joshua Colp
2006-11-16Merged revisions 47782 via svnmerge from Jason Parker
2006-11-14Make local copy of arguments to parse. (issue #8362 reported by homesick)Joshua Colp
2006-11-04move out another large block to a large function, and documentLuigi Rizzo
2006-11-04fix indentation of a block, and do minor simplifications at the end ofLuigi Rizzo
2006-11-04complete previous commit.Luigi Rizzo
2006-11-04move another block into a function.Luigi Rizzo
2006-11-04move a large block into a separate function.Luigi Rizzo
2006-11-03another small set of simplificationsLuigi Rizzo
2006-11-03change HANDLE_CAUSE into a function.Luigi Rizzo
2006-11-03remove redundant checksLuigi Rizzo
2006-11-03start integrating the simplifications proposed in bug 0005860,Luigi Rizzo
2006-10-30These changes submitted by moy via bug 6992, to add a Dial 'End' event to ast...Steve Murphy
2006-10-13Inherit the context and extension until the channel is answeredJoshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for numbe...Joshua Colp
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...Joshua Colp
2006-09-19similar patch for verbose vs debug with minor changesMatt O'Gorman
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...Steve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-05Merged revisions 38928 via svnmerge from Russell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...BJ Weschke
2006-06-09Merged revisions 33294 via svnmerge from Joshua Colp
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.Olle Johansson
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-31cleanups for commit from issue #5657... set a cause code for a rejected forwa...Kevin P. Fleming
2006-05-31 Add an option to app_dial, 'i', to instruct the application ignore any reque...BJ Weschke