asterisk/res
Jason Parker c472a68a8a Correctly use defined return values in (some) load_module functions.
(issue #11096)
Patches:
      chan_agent.c.patch uploaded by eliel (license 64)
      chan_local.c.patch uploaded by eliel (license 64)
      chan_features.c.patch uploaded by eliel (license 64)
      chan_zap.c.patch uploaded by eliel (license 64)
      res_monitor.c.patch uploaded by eliel (license 64)
      res_realtime.c.patch uploaded by eliel (license 64)
      res_crypto.c.patch uploaded by eliel (license 64)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-10-26 21:37:02 +00:00
..
ael Merged revisions 87168 via svnmerge from 2007-10-26 17:39:39 +00:00
snmp Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again 2007-08-23 17:27:07 +00:00
Makefile The trunk version of this patch also includes a couple more small clean fixes 2007-10-01 15:06:14 +00:00
res_adsi.c Clean up code in res_adsi. 2007-09-19 20:01:34 +00:00
res_ael_share.c This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 2007-08-15 19:21:27 +00:00
res_agi.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_clioriginate.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_config_odbc.c Corydon posted this janitor project to the bug tracker and mvanbaak provided 2007-10-01 15:23:19 +00:00
res_config_pgsql.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_config_sqlite.c closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue. 2007-10-25 16:21:30 +00:00
res_convert.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_crypto.c Correctly use defined return values in (some) load_module functions. 2007-10-26 21:37:02 +00:00
res_features.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_indications.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_jabber.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_limit.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_monitor.c Correctly use defined return values in (some) load_module functions. 2007-10-26 21:37:02 +00:00
res_musiconhold.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_odbc.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
res_realtime.c Correctly use defined return values in (some) load_module functions. 2007-10-26 21:37:02 +00:00
res_smdi.c Merged revisions 85517 via svnmerge from 2007-10-12 15:45:41 +00:00
res_snmp.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_speech.c Merged revisions 81406 via svnmerge from 2007-08-31 15:54:32 +00:00