Kinsey Moore
|
373d43dab1
Allow ENUM query functions to report lookup errors
|
13 years ago |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 years ago |
Russell Bryant
|
6853f65802
Merged revisions 316265 via svnmerge from
|
13 years ago |
Andrew Latham
|
2906d3e9ad
Replacing doc/* and asterisk.pdf with wiki links
|
13 years ago |
Tilghman Lesher
|
ce99465a3b
AST-2009-005
|
15 years ago |
Kevin P. Fleming
|
701033c41b
More 'static' qualifiers on module global variables.
|
15 years ago |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
16 years ago |
Kevin P. Fleming
|
699281531c
make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions
|
16 years ago |
Brett Bryant
|
5bf2f6590b
The following patch adds new options and alters the default behavior of the ENUM* functions. The TXCIDNAME lookup function has also gotten a
|
16 years ago |
Terry Wilson
|
7b02df6ecb
Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
|
16 years ago |
Tilghman Lesher
|
a6753d9df4
Merged revisions 106552 via svnmerge from
|
16 years ago |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 years ago |
Luigi Rizzo
|
dcb25c2a5c
another bunch of include removals (errno.h and asterisk/logger.h)
|
17 years ago |
Luigi Rizzo
|
cb7d858653
more removal of duplicate #include lines
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Russell Bryant
|
a2ce70a5e8
Add proper channel locking around the uses of datastore_add and _find. There
|
17 years ago |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
17 years ago |
Joshua Colp
|
ec0b41df1c
For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module.
|
17 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.
|
17 years ago |
Tilghman Lesher
|
888d03a44b
Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
|
17 years ago |
Tilghman Lesher
|
44f9ff35b7
Shorten description to a much more reasonable length
|
17 years ago |
Russell Bryant
|
f94b840b24
Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functions
|
17 years ago |
Tilghman Lesher
|
d83a02ca1a
Issue 9716 - doc/enum.txt no longer exists in trunk
|
17 years ago |
Olle Johansson
|
904fe70416
Doxygen update
|
18 years ago |
Kevin P. Fleming
|
a46aff2ba9
finish const-ifying ast_func_read()
|
18 years ago |
Olle Johansson
|
ca5fdaf8c8
Issue #80898 - Restoring func_enum (otmar)
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 years ago |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 years ago |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
18 years ago |