Tilghman Lesher
|
81262afcca
Merged revisions 220289 via svnmerge from
|
15 years ago |
Olle Johansson
|
bf4696b4bf
Merged revisions 216438 via svnmerge from
|
15 years ago |
Steve Murphy
|
92132a8dbc
Merged revisions 144569 via svnmerge from
|
16 years ago |
Steve Murphy
|
c0780cf329
Merged revisions 111410 via svnmerge from
|
17 years ago |
Russell Bryant
|
20f1d6f50e
Merge changes from team/mvanbaak/cli-command-audit
|
17 years ago |
Mark Michelson
|
faae45d0ed
Merged revisions 89618 via svnmerge from
|
17 years ago |
Luigi Rizzo
|
3736ebab77
remove redundant headers
|
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 |
Joshua Colp
|
c517d7448f
Change warning messages (which are really debug messages) into debug messages.
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Luigi Rizzo
|
fd3e417412
make the 'name' and 'value' fields in ast_variable const char *
|
17 years ago |
Tilghman Lesher
|
2edc824073
Suppress erroneous warnings on load.
|
17 years ago |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 years ago |
Steve Murphy
|
38f510abd2
This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc.
|
17 years ago |
Russell Bryant
|
eb8fc1262e
Convert some spaces to tabs and make it so the CLI command is only registered
|
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
|
6d397335f0
More NEW_CLI conversions.
|
17 years ago |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
17 years ago |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
18 years ago |
Jason Parker
|
8d41b044ec
Add support for default "say mode" (whether to use the "old" method or "new" method. "new" method being config file)
|
18 years ago |
Tilghman Lesher
|
2f0d40b1fd
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
|
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 years ago |
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 years ago |
Russell Bryant
|
87d7720a75
Completely remove all of the code related to jumping to priority n + 101. yay!
|
18 years ago |
Joshua Colp
|
94c1eb28bb
Merged revisions 53399 via svnmerge from
|
18 years ago |
Joshua Colp
|
f104497cf9
Merged revisions 53152 via svnmerge from
|
18 years ago |
Joshua Colp
|
2331a9819f
Merged revisions 53150 via svnmerge from
|
18 years ago |
Joshua Colp
|
158d9576be
Merged revisions 45051 via svnmerge from
|
18 years ago |