fix indentation of a block, and do minor simplifications at the end of
[asterisk/asterisk.git] / apps / app_dial.c
2006-11-04 Luigi Rizzofix indentation of a block, and do minor simplification...
2006-11-04 Luigi Rizzocomplete previous commit.
2006-11-04 Luigi Rizzomove another block into a function.
2006-11-04 Luigi Rizzomove a large block into a separate function.
2006-11-03 Luigi Rizzoanother small set of simplifications
2006-11-03 Luigi Rizzochange HANDLE_CAUSE into a function.
2006-11-03 Luigi Rizzoremove redundant checks
2006-11-03 Luigi Rizzostart integrating the simplifications proposed in bug...
2006-10-30 Steve MurphyThese changes submitted by moy via bug 6992, to add...
2006-10-13 Joshua ColpInherit the context and extension until the channel...
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-10-02 Joshua ColpMake callerid fields in Manager events more consistent...
2006-09-21 Joshua ColpSS7 marked the start of an open season for trunk again...
2006-09-19 Matt O'Gormansimilar patch for verbose vs debug with minor changes
2006-09-06 Steve MurphyThese small app documentation changes to app_dial and...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-05 Russell BryantMerged revisions 38928 via svnmerge from
2006-07-19 Kevin P. Flemingmerge Russell's 'hold_handling' branch, finally impleme...
2006-07-08 Mark SpencerSupport hold/unhold in Zap, update IAX2 parser to know...
2006-06-16 BJ Weschke Don't ast_request a channel structure twice when a...
2006-06-09 Joshua ColpMerged revisions 33294 via svnmerge from
2006-06-09 Olle JohanssonRename ast_rtp_early_media to ast_rtp_early_bridge...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-31 Kevin P. Flemingcleanups for commit from issue #5657... set a cause...
2006-05-31 BJ Weschke Add an option to app_dial, 'i', to instruct the applic...
2006-05-24 Joshua ColpMerge branch for bug 6264 (Privacy option 2 returns...
2006-05-22 BJ Weschke This is part 2/2 of the patches for #7090. Adds one...
2006-05-16 Joshua ColpInherit channel variables when call forwarding through...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-09 Mark SpencerMake SIP early media work more efficiently without...
2006-05-03 BJ WeschkeMerged revisions 24567 via svnmerge from
2006-04-22 Jim DixonAdded "Operator Services" connection mode for Zap chann...
2006-04-21 Luigi Rizzomore NULL "" equivalence in CID fields.
2006-04-19 Luigi Rizzomove a replicated block of code in the one place where...
2006-04-19 Luigi Rizzomerge two nested 'if' which are really a single block.
2006-04-19 Luigi Rizzofix indentation of a large block
2006-04-19 Luigi Rizzostart sorting out the duplicated code in the privacy...
2006-04-19 Luigi Rizzomerge two nested 'if' which are really a single block.
2006-04-19 Luigi Rizzomore localization and variable removal
2006-04-19 Luigi Rizzomore localization of variables
2006-04-19 Luigi Rizzolocalize one more variable;
2006-04-19 Luigi Rizzolocalize some variables
2006-04-19 Luigi Rizzoextract a common condition.
2006-04-19 Luigi Rizzofix indentation of some large blocks after previous...
2006-04-19 Luigi Rizzomore simplifications - use a local variable c instead...
2006-04-19 Luigi Rizzomore simplifications
2006-04-19 Luigi Rizzostart cleaning up this code so we can split the 900...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-11 Tilghman LesherMerged revisions 19397 via svnmerge from
2006-04-11 Kevin P. FlemingMerged revisions 19301 via svnmerge from
2006-04-11 BJ Weschke Minor cleanups and error handling for app_dial #6935...
2006-04-11 Luigi Rizzonormalize code preparing for loader changes
2006-04-10 Kevin P. Flemingremove support for BYEXTENSION (which nobody even knows...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-07 Olle JohanssonIssue #6899 - remove OSP support code from chan_sip...
2006-04-06 Luigi Rizzoconvert a couple of applications to the new module...
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-03-19 Russell BryantMerged revisions 13550 via svnmerge from
2006-03-14 Russell BryantMerged revisions 12927 via svnmerge from
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-26 Russell Bryantdon't redefine the localuser struct for additional...
2006-01-25 Kevin P. FlemingMerged revisions 8608 via svnmerge from
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-17 Kevin P. Flemingsuppress compiler warning
2006-01-17 Olle Johansson- Logging clean up
2006-01-13 Matt O'GormanAdded forward context option from 5497
2006-01-11 Russell Bryantconversions to memory allocation wrappers (issue #6210)
2006-01-11 Russell BryantMerged revisions 7957 via svnmerge from
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-20 Mark SpencerMajor RTP fixes for using inbound SDP on outbound conne...
2005-12-13 Kevin P. FlemingMerged revisions 7448-7449,7451,7453 via svnmerge from
2005-12-04 Russell Bryantconvert most of the option_*'s to a single ast_flags...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-25 Mark SpencerRecord DIALEDTIME on incomplete calls, update descripti...
2005-11-25 Russell Bryantissue #5850
2005-11-14 Russell Bryantfix a typo in the RetryDial description
2005-11-12 Kevin P. Flemingissue #5720
2005-11-11 Russell Bryantupdate the descriptions of a couple more apps
2005-11-11 Russell Bryantmore cleanups to application descriptions
2005-11-08 Kevin P. Flemingissue #5602
2005-11-07 Kevin P. Flemingapplication doc update
2005-11-06 Russell BryantConvert some built-in applications to use new args...
2005-11-06 Russell Bryantissue #5605
2005-11-06 Mark SpencerDial janitor patch (bug #5613)
2005-11-03 Kevin P. Flemingflags usage simplification
2005-11-03 Kevin P. Flemingmajor update to arg/option parsing APIs and documentation
2005-11-02 Kevin P. Fleminguhh... oops
2005-11-02 Kevin P. Flemingupgrade Dial() app to use API-based argument/option...
2005-10-26 Russell Bryantremove unnecessary checks before calls to ast_strlen_zero
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-20 Russell Bryantfix up help text (issue #5479)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-10-14 Kevin P. Flemingensure Dial() options are sorted in help output (issue...
2005-10-13 Kevin P. Flemingadd auto-monitor support (issue #5411)
2005-10-05 Kevin P. Flemingproperly report hangupcause when ast_request() fails...
next