Commit History

Author SHA1 Message Date
  Sean Bright ca931c9436 app.c: Allow ampersands in playback lists to be escaped. 10 months ago
  Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible. 6 years ago
  George Joseph 747beb1ed1 modules: change module LOAD_FAILUREs to LOAD_DECLINES 7 years ago
  Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE. 8 years ago
  Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro 9 years ago
  Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework 11 years ago
  Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types 12 years ago
  Terry Wilson 99cae5b750 Opaquify channel stringfields 12 years ago
  Richard Mudgett b05d4603c4 Fix crash during CDR update. 12 years ago
  Leif Madsen 55ffab4cd9 Add note about how Authenticate() application with option 'd' works. 13 years ago
  Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from 13 years ago
  Russell Bryant 12ff77f975 Global var cleanup - constification and removing unused vars. 15 years ago
  Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it) 15 years ago
  Eliel C. Sardanons f18699be24 - Add more <see-also> based on TFOT. 16 years ago
  Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 16 years ago
  Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml 16 years ago
  BJ Weschke 31d28c2518 Give app_authenticate the ability to select a prompt other than the default. 16 years ago
  Jeff Peeler b7a25e15d1 This removes an invalid warning message for an incorrectly entered pin, but more importantly removes an inapplicable check. If the first argument passed to app_authenticate does not contain a '/', the argument should be treated as the sole fixed "password" to match against and that is all. (Previous behavior was attempting to open a file based on the pin.) 16 years ago
  Joshua Colp a966ef74b7 len already contains the position we want to examine, if we move one left again we'll actually probably be looking at a digit. 16 years ago
  Michiel van Baak 4dccb58fb7 whitespace fixes only. 16 years ago
  Jason Parker a47b20bdcd Comparison, not set :) Thanks mvanbaak. 16 years ago
  Jason Parker 03a95a20db Move an feof() call to before the fgets(). 16 years ago
  Russell Bryant 99c36129a5 Merged revisions 101818 via svnmerge from 16 years ago
  Russell Bryant 1d016d21e4 simplify some code, tweak formatting, and reduce indentation 16 years ago
  Russell Bryant 574b5e2a2e reduce a level of indentation 16 years ago
  Jason Parker eea428cf76 Use defined return values in load_module in more places. 17 years ago
  Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h" 17 years ago
  Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they 17 years ago
  Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect 17 years ago
  Joshua Colp 367b241620 Clean up code in app_authenticate. 17 years ago