Tilghman Lesher
|
382f720d21
Merged revisions 123710 via svnmerge from
|
vor 16 Jahren |
Olle Johansson
|
2df3146377
Add support for codec settings in originate via call file and manager.
|
vor 16 Jahren |
Olle Johansson
|
b22ca5017c
Doxygen formatting change only
|
vor 16 Jahren |
Jason Parker
|
9f6f1c569d
Use defined return values in load_module in more places.
|
vor 17 Jahren |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
vor 17 Jahren |
Luigi Rizzo
|
a575562ceb
move asterisk/paths.h outside asterisk.h and into those files
|
vor 17 Jahren |
Luigi Rizzo
|
4644588a8d
more errno.h removal
|
vor 17 Jahren |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
vor 17 Jahren |
Jason Parker
|
9f0eaa65b7
Merged revisions 82358 via svnmerge from
|
vor 17 Jahren |
Steve Murphy
|
269396334e
This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
|
vor 17 Jahren |
Steve Murphy
|
01da35d862
Merged revisions 79099 via svnmerge from
|
vor 17 Jahren |
Russell Bryant
|
6f6020b243
Add another big set of doxygen documentation improvements from snuffy.
|
vor 17 Jahren |
Russell Bryant
|
2470bd1b9d
Do a massive conversion for using the ast_verb() macro
|
vor 17 Jahren |
Joshua Colp
|
b24c5be0b8
Clean up pbx_spool. So many nested if statements...
|
vor 17 Jahren |
Russell Bryant
|
bbbf0651a7
Merged revisions 72806 via svnmerge from
|
vor 17 Jahren |
Tilghman Lesher
|
bd03ba796a
Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
|
vor 17 Jahren |
Russell Bryant
|
1b5ada1e36
Add a new API call for creating detached threads. Then, go replace all of the
|
vor 17 Jahren |
Russell Bryant
|
779dcaada3
Merged revisions 53046 via svnmerge from
|
vor 18 Jahren |
Joshua Colp
|
b96a352e89
More fixes for referencing a structure after it has been freed. (issue #8425 reported by arkadia)
|
vor 18 Jahren |
Joshua Colp
|
6557b5f79e
Merged revisions 48038 via svnmerge from
|
vor 18 Jahren |
Kevin P. Fleming
|
c635698545
Merged revisions 46200 via svnmerge from
|
vor 18 Jahren |
Kevin P. Fleming
|
9c1097dd81
Merged revisions 44378 via svnmerge from
|
vor 18 Jahren |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
vor 18 Jahren |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
vor 18 Jahren |
Joshua Colp
|
4eec1b3005
Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation)
|
vor 18 Jahren |
Russell Bryant
|
f275b3d4ce
Make the new behavior where the timestamp is checked on the call file before
|
vor 18 Jahren |
Russell Bryant
|
fa8c6b5474
only delete call files if the timestamp on the file is not in the future, so
|
vor 18 Jahren |
BJ Weschke
|
0b304159a8
use pid_t instead of long for pid variables. #7099 (casper)
|
vor 18 Jahren |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
vor 18 Jahren |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
vor 18 Jahren |