Tilghman Lesher
|
b9d9ad6f06
AST-2009-005
|
15 年之前 |
Joshua Colp
|
81248c9044
Merged revisions 175549 via svnmerge from
|
16 年之前 |
Jeff Peeler
|
15a5a70854
Merged revisions 164942 via svnmerge from
|
16 年之前 |
Luigi Rizzo
|
c3b537494f
shuffle a little bit the content of header files to reduce dependencies.
|
17 年之前 |
Luigi Rizzo
|
3736ebab77
remove redundant headers
|
17 年之前 |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 年之前 |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 年之前 |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 年之前 |
Jason Parker
|
ea7868e7b9
Make sure we set flags to a 0 value before trying to use it. Pointed out by seanbright while I was debugging issue 11109.
|
17 年之前 |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
18 年之前 |
Tilghman Lesher
|
34c4795347
Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
|
18 年之前 |
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 年之前 |
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 年之前 |
Mark Michelson
|
830cd23c3a
Create directory if it does not exist.
|
18 年之前 |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
18 年之前 |
Joshua Colp
|
c5aad5e95e
Merged revisions 56839 via svnmerge from
|
18 年之前 |
Olle Johansson
|
4aca53515e
Merged revisions 55278 via svnmerge from
|
18 年之前 |
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 年之前 |
Kevin P. Fleming
|
c635698545
Merged revisions 46200 via svnmerge from
|
18 年之前 |
Matt O'Gorman
|
f884e01ddb
bug #8076 check option_debug before printing to debug channel.
|
18 年之前 |
Anthony LaMantia
|
19d0d7a852
small fix for issue 007926
|
18 年之前 |
Tilghman Lesher
|
24e145a997
In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it did
|
18 年之前 |
Tilghman Lesher
|
48baa4b4ea
Merged revisions 42355 via svnmerge from
|
18 年之前 |
Anthony LaMantia
|
2b5e3aae5e
spacing update
|
18 年之前 |
Anthony LaMantia
|
9aabac84b1
small typo
|
18 年之前 |
Anthony LaMantia
|
4ed69aa892
fix for bugid: 0007830
|
18 年之前 |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 年之前 |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
19 年之前 |
Joshua Colp
|
9aeee5df4e
don't stop recording until hangup (no terminator) (issue #7168 reported by julien23)
|
19 年之前 |
Russell Bryant
|
5241bdc2d4
remove almost all of the checks of the result from ast_strdupa() or alloca().
|
19 年之前 |