Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonathan Rose b98108d7ba iax2-provision: Fix improper return on failed cache retrieval vor 12 Jahren
  Kevin P. Fleming 53e80b252d Multiple revisions 369001-369002 vor 12 Jahren
  Jonathan Rose ac831899af Coverity Report: Fix issues for error type CHECKED_RETURN for core vor 13 Jahren
  Terry Wilson f30e050252 Convert some strncpys to ast_copy_string vor 13 Jahren
  Russell Bryant 7e32c37177 Merged revisions 317474 via svnmerge from vor 14 Jahren
  David Vossel 80002f34a6 Asterisk media architecture conversion - no more format bitfields vor 14 Jahren
  Tilghman Lesher ce99465a3b AST-2009-005 vor 15 Jahren
  Eliel C. Sardanons c9ff27c3f0 - iax2-provision was not freeing iax_templates structure when unloading the chan_iax2.so module. vor 16 Jahren
  Terry Wilson 5a5cc5ded7 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config vor 16 Jahren
  Brett Bryant 193a256f50 Janitor project to convert sizeof to ARRAY_LEN macro. vor 16 Jahren
  Jeff Peeler add50e5d94 Fixes a problem where all the templates were marked as dead no matter what. The templates should only be marked as dead if a configuration file has been successfully loaded and has changes. Bug found while making API documentation for 1.6.0. vor 17 Jahren
  Tilghman Lesher b222c2dd2d Add the "config reload <conffile>" command, which allows you to tell Asterisk vor 17 Jahren
  Olle Johansson 2ba03bbb90 HUGE improvements to QoS/CoS handling by IgorG vor 17 Jahren
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" vor 17 Jahren
  Luigi Rizzo 32d68be9da include "logger.h" and errno.h from asterisk.h - usage shows that they vor 17 Jahren
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect vor 17 Jahren
  Jason Parker 5fd5a97871 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense vor 17 Jahren
  Jason Parker 278b08ca23 Convert NEW_CLI to AST_CLI. vor 17 Jahren
  Jason Parker 01585cd3bd Switch dundi to new tos config format. vor 17 Jahren
  Russell Bryant 8e0c5ac93d Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :) vor 17 Jahren
  Tilghman Lesher d903e91cdc Don't reload a configuration file if nothing has changed. vor 17 Jahren
  Russell Bryant 2470bd1b9d Do a massive conversion for using the ast_verb() macro vor 17 Jahren
  Steve Murphy 0feb25e65b After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort. vor 17 Jahren
  Steve Murphy bf892d5905 via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this. vor 17 Jahren
  Russell Bryant d006be70ca Convert uses of strdup() to ast_strdup() vor 18 Jahren
  Russell Bryant 00f1cf2802 Add a massive set of changes for converting to use the ast_debug() macro. vor 18 Jahren
  Tilghman Lesher 888d03a44b Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes vor 18 Jahren
  Russell Bryant 877f5424e1 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The vor 18 Jahren
  Russell Bryant 9516cce6ab Constify a bunch of usage strings for CLI commands. vor 18 Jahren
  Matt O'Gorman f884e01ddb bug #8076 check option_debug before printing to debug channel. vor 18 Jahren