Commit History

Author SHA1 Message Date
  Jonathan Rose b98108d7ba iax2-provision: Fix improper return on failed cache retrieval 12 years ago
  Kevin P. Fleming 53e80b252d Multiple revisions 369001-369002 12 years ago
  Jonathan Rose ac831899af Coverity Report: Fix issues for error type CHECKED_RETURN for core 13 years ago
  Terry Wilson f30e050252 Convert some strncpys to ast_copy_string 13 years ago
  Russell Bryant 7e32c37177 Merged revisions 317474 via svnmerge from 14 years ago
  David Vossel 80002f34a6 Asterisk media architecture conversion - no more format bitfields 14 years ago
  Tilghman Lesher ce99465a3b AST-2009-005 15 years ago
  Eliel C. Sardanons c9ff27c3f0 - iax2-provision was not freeing iax_templates structure when unloading the chan_iax2.so module. 16 years ago
  Terry Wilson 5a5cc5ded7 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config 16 years ago
  Brett Bryant 193a256f50 Janitor project to convert sizeof to ARRAY_LEN macro. 16 years ago
  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. 17 years ago
  Tilghman Lesher b222c2dd2d Add the "config reload <conffile>" command, which allows you to tell Asterisk 17 years ago
  Olle Johansson 2ba03bbb90 HUGE improvements to QoS/CoS handling by IgorG 17 years ago
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" 17 years ago
  Luigi Rizzo 32d68be9da include "logger.h" and errno.h from asterisk.h - usage shows that they 17 years ago
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect 17 years ago
  Jason Parker 5fd5a97871 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 17 years ago
  Jason Parker 278b08ca23 Convert NEW_CLI to AST_CLI. 17 years ago
  Jason Parker 01585cd3bd Switch dundi to new tos config format. 17 years ago
  Russell Bryant 8e0c5ac93d Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :) 17 years ago
  Tilghman Lesher d903e91cdc Don't reload a configuration file if nothing has changed. 17 years ago
  Russell Bryant 2470bd1b9d Do a massive conversion for using the ast_verb() macro 17 years ago
  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. 17 years ago
  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. 17 years ago
  Russell Bryant d006be70ca Convert uses of strdup() to ast_strdup() 18 years ago
  Russell Bryant 00f1cf2802 Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
  Tilghman Lesher 888d03a44b Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
  Russell Bryant 877f5424e1 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The 18 years ago
  Russell Bryant 9516cce6ab Constify a bunch of usage strings for CLI commands. 18 years ago
  Matt O'Gorman f884e01ddb bug #8076 check option_debug before printing to debug channel. 18 years ago