Luigi Rizzo
|
ff8ac85d1a
remove a bunch of useless #include "options.h"
|
před 17 roky |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
před 17 roky |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
před 17 roky |
Russell Bryant
|
095b13a709
Corydon posted this janitor project to the bug tracker and mvanbaak provided
|
před 17 roky |
Jason Parker
|
191d2cdf0f
Doxygen cleanups/fixes.
|
před 17 roky |
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.
|
před 17 roky |
Tilghman Lesher
|
1384da9f70
store and destroy implementations for sqlite (closes issue #10446) and odbc (closes issue #10447)
|
před 17 roky |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
před 17 roky |
Russell Bryant
|
4e2ba61b89
Merged revisions 78488 via svnmerge from
|
před 17 roky |
Tilghman Lesher
|
26f9a8fd3e
Merged revisions 78415 via svnmerge from
|
před 17 roky |
Russell Bryant
|
2470bd1b9d
Do a massive conversion for using the ast_verb() macro
|
před 17 roky |
Russell Bryant
|
d766ec7b12
(closes issue #10271)
|
před 17 roky |
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.
|
před 17 roky |
Russell Bryant
|
1a061db07c
Merged revisions 74657 via svnmerge from
|
před 17 roky |
Russell Bryant
|
aff01e3bbe
Merged revisions 74314 via svnmerge from
|
před 17 roky |
Russell Bryant
|
b294b0db3f
Merged revisions 73696 via svnmerge from
|
před 17 roky |
Tilghman Lesher
|
c1500fa246
Remove the ill-advised ast_restrdupa API call and related structures
|
před 17 roky |
Russell Bryant
|
7070ea68a0
Merged revisions 69702 via svnmerge from
|
před 17 roky |
Tilghman Lesher
|
eadfcb4912
Issue 9477 - Improve menuselect labels
|
před 17 roky |
Kevin P. Fleming
|
8f558ec100
Merged revisions 62842 via svnmerge from
|
před 17 roky |
Kevin P. Fleming
|
ef9672fa36
Merged revisions 62797,62807 via svnmerge from
|
před 17 roky |
Kevin P. Fleming
|
801cba3ca5
Merged revisions 53779-53781 via svnmerge from
|
před 18 roky |
Tilghman Lesher
|
cf23d697bc
When calling the Realtime app more than once, unset fields which were
|
před 18 roky |
Kevin P. Fleming
|
0151cb1c98
Merged revisions 48577 via svnmerge from
|
před 18 roky |
Steve Murphy
|
8c19f5b806
a fix for bug 8251; the var_val needs to accept longer strings or mass confusion and a lot of lost time is the result
|
před 18 roky |
Kevin P. Fleming
|
9a6a5bb9f0
move ODBC API into ast_ namespace
|
před 18 roky |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
před 18 roky |
North Antara
|
99e10aae5d
Remove "initialization from incompatible pointer type" warnings.
|
před 18 roky |
Kevin P. Fleming
|
6630b8df6d
restore buildability (bad marko!)
|
před 18 roky |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
před 18 roky |