summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
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
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...Joshua Colp
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...BJ Weschke
2006-05-16Inherit channel variables when call forwarding through chan_local (issue #709...Joshua Colp
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09Make SIP early media work more efficiently without so many reinvitesMark Spencer
2006-05-03Merged revisions 24567 via svnmerge from BJ Weschke
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-21more NULL "" equivalence in CID fields.Luigi Rizzo
2006-04-19move a replicated block of code in the one place where it belongs.Luigi Rizzo
2006-04-19merge two nested 'if' which are really a single block.Luigi Rizzo
2006-04-19fix indentation of a large blockLuigi Rizzo
2006-04-19start sorting out the duplicated code in the privacy handlerLuigi Rizzo
2006-04-19merge two nested 'if' which are really a single block.Luigi Rizzo
2006-04-19more localization and variable removalLuigi Rizzo
2006-04-19more localization of variablesLuigi Rizzo
2006-04-19localize one more variable;Luigi Rizzo
2006-04-19localize some variablesLuigi Rizzo
2006-04-19extract a common condition.Luigi Rizzo
2006-04-19fix indentation of some large blocks after previous changesLuigi Rizzo
2006-04-19more simplifications - use a local variable c instead of o->chan,Luigi Rizzo
2006-04-19more simplificationsLuigi Rizzo
2006-04-19start cleaning up this code so we can split the 900 lines functionLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Merged revisions 19397 via svnmerge from Tilghman Lesher