История коммитов

Автор SHA1 Сообщение Дата
  Matthew Jordan c8da2d8d8e Update Asterisk's CDRs for the new bridging framework 12 лет назад
  Terry Wilson c98bbe2897 ast_channel opaquification of pointers and integral types 13 лет назад
  Terry Wilson ac2a94ffa1 Opaquify channel stringfields 13 лет назад
  Richard Mudgett 8c254b6f6c Fix crash during CDR update. 13 лет назад
  Leif Madsen cfda1fe09a Add note about how Authenticate() application with option 'd' works. 13 лет назад
  Leif Madsen bdf076843a Merged revisions 328247 via svnmerge from 14 лет назад
  Russell Bryant 6c824480f1 Global var cleanup - constification and removing unused vars. 16 лет назад
  Kevin P. Fleming 0b18e53c42 Const-ify the world (or at least a good part of it) 16 лет назад
  Eliel C. Sardanons 51f34f137c - Add more <see-also> based on TFOT. 16 лет назад
  Kevin P. Fleming 1fdd7c85b6 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 лет назад
  Russell Bryant 38a3fa4b39 Merge changes from team/group/appdocsxml 16 лет назад
  BJ Weschke 24a98d9e39 Give app_authenticate the ability to select a prompt other than the default. 16 лет назад
  Jeff Peeler abcabedb8c 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.) 17 лет назад
  Joshua Colp 133c64494d len already contains the position we want to examine, if we move one left again we'll actually probably be looking at a digit. 17 лет назад
  Michiel van Baak 5cb40f4dcf whitespace fixes only. 17 лет назад
  Jason Parker 4724b5aa60 Comparison, not set :) Thanks mvanbaak. 17 лет назад
  Jason Parker b8b00a182a Move an feof() call to before the fgets(). 17 лет назад
  Russell Bryant d1ecb84e08 Merged revisions 101818 via svnmerge from 17 лет назад
  Russell Bryant af0470be23 simplify some code, tweak formatting, and reduce indentation 17 лет назад
  Russell Bryant c876840b11 reduce a level of indentation 17 лет назад
  Jason Parker 9f6f1c569d Use defined return values in load_module in more places. 17 лет назад
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" 17 лет назад
  Luigi Rizzo 32d68be9da include "logger.h" and errno.h from asterisk.h - usage shows that they 17 лет назад
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect 17 лет назад
  Joshua Colp 2a0a3fec17 Clean up code in app_authenticate. 18 лет назад
  Tilghman Lesher c2cbffc457 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 лет назад
  Joshua Colp 06e56560db Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 лет назад
  Joshua Colp 20ea2e3dd0 It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 18 лет назад
  Russell Bryant 87d7720a75 Completely remove all of the code related to jumping to priority n + 101. yay! 18 лет назад
  Tilghman Lesher 3ff349cdd5 Merged revisions 42421 via svnmerge from 19 лет назад