Michiel van Baak
|
5cb40f4dcf
whitespace fixes only.
|
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 |
Jason Parker
|
bd99bffd16
Merged revisions 83246 via svnmerge from
|
17 years ago |
Joshua Colp
|
979db02645
DISA only needs to know about the end of DTMF, not the beginning/duration.
|
17 years ago |
Joshua Colp
|
396b7e63bd
Clean up app_disa code a bit.
|
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.
|
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 |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
17 years ago |
Tilghman Lesher
|
a0dc20e5bb
Issue 8971 - Allow DISA input to be ended with a '#'.
|
17 years ago |
Luigi Rizzo
|
37fe523aa7
rename the structs struct tone_zone_sound and struct tone_zone
|
18 years ago |
Matt O'Gorman
|
f884e01ddb
bug #8076 check option_debug before printing to debug channel.
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
North Antara
|
953112bcbc
case consistency in DISA (or is it "disa"?)
|
18 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 years ago |
Kevin P. Fleming
|
98e0f2aa64
fix various typos and other bits (from Ian Kinner)
|
18 years ago |
Russell Bryant
|
5241bdc2d4
remove almost all of the checks of the result from ast_strdupa() or alloca().
|
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 |
Russell Bryant
|
c674004ec1
remove the uses of the deprecated STANDARD_LOCAL_USER
|
19 years ago |
Kevin P. Fleming
|
ca5079e21a
use string fields for some stuff in ast_channel
|
19 years ago |
Russell Bryant
|
021c169391
on this pass, only remove duplicate log messages
|
19 years ago |
Russell Bryant
|
d7374d83ff
revert my pass through the tree to remove checks of the result of ast_strdupa
|
19 years ago |
Russell Bryant
|
be1eadeb00
remove lots of useless checks of the result of ast_strdupa
|
19 years ago |
Jim Dixon
|
ee8266ba0d
Added NOANSWER support, so that optional the DISA application starts without
|
19 years ago |
Olle Johansson
|
5baa2ecc91
Whitespace and formatting changes. /Housekeeping
|
19 years ago |
Kevin P. Fleming
|
70a40d92e3
|
19 years ago |
Kevin P. Fleming
|
fb3fadfc00
correct a small problem with recent commit
|
19 years ago |