提交历史

作者 SHA1 备注 提交日期
  Leif Madsen 51e95f4603 Introduce <support_level> tags in MODULEINFO. 13 年之前
  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 年之前
  Russell Bryant e0a7e26282 Convert the ast_channel data structure over to the astobj2 framework. 16 年之前
  Steve Murphy d594c00df5 Merged revisions 172030 via svnmerge from 16 年之前
  Russell Bryant 38a3fa4b39 Merge changes from team/group/appdocsxml 16 年之前
  Russell Bryant 3c8b57463a Use proper return values for a few application modules 17 年之前
  Joshua Colp 4c5fa1491a Add CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application. This will either be set to NOCHANNEL if the given channel was not found or SUCCESS if it worked. 17 年之前
  Joshua Colp d548f75278 Add an API call (ast_async_parseable_goto) which parses a goto string and does an async goto instead of an explicit goto. 17 年之前
  Michiel van Baak 5cb40f4dcf whitespace fixes only. 17 年之前
  Russell Bryant 0226432f05 Get rid of a goto where there was no extra cleanup happening at the exit point 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 年之前
  Luigi Rizzo 0fe3f6d3fc access channel locks through ast_channel_lock/unlock/trylock and not 17 年之前
  Tilghman Lesher 34c4795347 Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 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 00f1cf2802 Add a massive set of changes for converting to use the ast_debug() macro. 18 年之前
  Tilghman Lesher eadfcb4912 Issue 9477 - Improve menuselect labels 18 年之前
  Kevin P. Fleming 90db3f33ab merge new_loader_completion branch, including (at least): 18 年之前
  Kevin P. Fleming 2687538ae6 simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 19 年之前
  Kevin P. Fleming 8c2175097b make this app actually compile 19 年之前
  Olle Johansson 99e6ad95d5 Adding check of option_debug 19 年之前
  Luigi Rizzo c8d72dde26 This rather large commit changes the way modules are loaded. 19 年之前
  Luigi Rizzo 218b9d47eb normalize code preparing for loader changes 19 年之前
  Kevin P. Fleming 9f7c341f1c since the module API is changing, it's a good time to const-ify the description() and key() return values 19 年之前
  Tilghman Lesher 4304a23227 Bug 6508 - if priority was a number, then findlabel fails 19 年之前
  Luigi Rizzo abd787ff67 remove the long since unused STANDARD_LOCAL_USERS macro 19 年之前
  Kevin P. Fleming 8767eb6082 rename file to match new application name 19 年之前