Leif Madsen
|
c7f7156c57
Merged revisions 328209 via svnmerge from
|
13 years ago |
Russell Bryant
|
6853f65802
Merged revisions 316265 via svnmerge from
|
14 years ago |
David Vossel
|
80002f34a6
Asterisk media architecture conversion - no more format bitfields
|
14 years ago |
Tilghman Lesher
|
cde003bdaa
Merged revisions 284281 via svnmerge from
|
14 years ago |
Tilghman Lesher
|
02159b8f56
Expand codec bitfield from 32 bits to 64 bits.
|
15 years ago |
Jason Parker
|
9d5e0e3006
Restore an int declaration on PPC platforms.
|
15 years ago |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 years ago |
Joshua Colp
|
ffd7d56d4b
Merged revisions 162273 via svnmerge from
|
16 years ago |
Terry Wilson
|
aae65c121d
Add missing variable declaration for PPC code
|
16 years ago |
Kevin P. Fleming
|
1fdd7c85b6
bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
|
16 years ago |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
16 years ago |
Tilghman Lesher
|
494f40bad2
Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
|
16 years ago |
Sean Bright
|
5198c9672a
More RSW merges. Everything from apps/ except for the big offenders
|
16 years ago |
Michiel van Baak
|
7e6a3af7e7
- revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
|
17 years ago |
Tilghman Lesher
|
801087e3e1
Standardized routines for forking processes (keeps all the specialized code in one place).
|
17 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
|
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 |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 years ago |
Tilghman Lesher
|
4e3de0af3a
Remove redundant includes (patch by snuffy) (Closes issue #10922)
|
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.
|
17 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
|
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
|
b50acc3a37
Merged revisions 65853 via svnmerge from
|
18 years ago |
Olle Johansson
|
c74e0e9c0e
Creating new doxygen macro "\extref" to create page that lists
|
18 years ago |
Steve Murphy
|
53ac68c8d6
a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
|
18 years ago |