Commit Graph

298 Commits (c0c3e2cde97a22598e592fe2bc69e6b27b76501b)

Author SHA1 Message Date
Tilghman Lesher ec5a235672 Merged revisions 121867 via svnmerge from
17 years ago
Mark Michelson 51638f5aa6 Merged revisions 121230 via svnmerge from
17 years ago
Russell Bryant 822355271d Merged revisions 121079 via svnmerge from
17 years ago
Tilghman Lesher ef98b16564 Merged revisions 118955,118957 via svnmerge from
17 years ago
Russell Bryant 8b3150e282 Merged revisions 116469 via svnmerge from
17 years ago
Mark Michelson 7783cbdafa Merged revisions 109576 via svnmerge from
17 years ago
Russell Bryant 871e86846e Merged revisions 104086 via svnmerge from
18 years ago
Russell Bryant 039f7a6ce1 Merged revisions 101433 via svnmerge from
18 years ago
Russell Bryant e3caa42311 Merged revisions 101413-101414 via svnmerge from
18 years ago
Olle Johansson 949bb30d03 Merged revisions 99594 via svnmerge from
18 years ago
Mark Michelson 5107c5474c Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo 5490960453 remove a bunch of duplicate includes
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Luigi Rizzo 7f8ecd2cd3 make the 'name' and 'value' fields in ast_variable const char *
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Joshua Colp 02f6b79fc5 Update chan_agent documentation. Change a | to , as that is now the required way.
18 years ago
Jason Parker c472a68a8a Correctly use defined return values in (some) load_module functions.
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Dwayne M. Hubbard 71a0672560 Merged revisions 84274 via svnmerge from
18 years ago
Dwayne M. Hubbard bd5b6cea68 Merged revisions 84018 via svnmerge from
18 years ago
Jason Parker c7a9ec1691 (issue #10724)
18 years ago
Russell Bryant ded76a8988 convert various places that access the channel lock directly to use the channel lock wrappers
18 years ago
Mark Michelson 8b0c744786 Merged revisions 81120 via svnmerge from
18 years ago
Mark Michelson ff7c41753f Merged revisions 79748 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Joshua Colp 22114b509d Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
18 years ago
Jason Parker bc8b1d3baa Add a TalkingToChan to the response of the "agents" manager action.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Joshua Colp 34e92f29f6 Merged revisions 76654 via svnmerge from
18 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
18 years ago
Joshua Colp 4003b31fc5 Minor code tweaks. Variables were being checked wrong in some situations and didn't need to be checked in others.
18 years ago
Mark Michelson 4d915d13c7 Merged revisions 74997 via svnmerge from
18 years ago
Mark Michelson 66449656d3 Merged revisions 74722 via svnmerge from
18 years ago
Jason Parker d459994f7c Merged revisions 74379 via svnmerge from
18 years ago
Jason Parker 76e2e39f77 Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds)
18 years ago
Russell Bryant e4f28bc1a5 remove an unused variable
18 years ago
Mark Michelson 1745732a37 Merged revisions 73675 via svnmerge from
18 years ago
Joshua Colp b8d64002b2 Merged revisions 71522 via svnmerge from
18 years ago
Joshua Colp 8bab6c1f69 Merged revisions 71412 via svnmerge from
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Jason Parker 0c4a3e24b6 Completely remove callback mode and all references to it from chan_agent.
18 years ago
Russell Bryant 9e0458e9f1 Completely remove all of the code related to jumping to priority n + 101. yay!
18 years ago
Joshua Colp f519db04e4 Remove old stuff from the AgentCallbackLogin days and only autocomplete agents in the agent logoff CLI command that are logged in. (issue #9952 reported by eliel)
18 years ago
Russell Bryant e911f41166 Merged revisions 68280 via svnmerge from
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Joshua Colp a3e603cd0f Use ast_strlen_zero where possible. (issue #9774 reported by eliel)
18 years ago