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
|
888d03a44b
Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
|
17 years ago |
Russell Bryant
|
b50acc3a37
Merged revisions 65853 via svnmerge from
|
17 years ago |
Olle Johansson
|
c74e0e9c0e
Creating new doxygen macro "\extref" to create page that lists
|
17 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 |
Tilghman Lesher
|
2d11fdfc46
Merged revisions 48375 via svnmerge from
|
18 years ago |
Russell Bryant
|
25e8bc052c
fix various spelling mistakes in comments (issue #8237, jmls)
|
18 years ago |
Matt O'Gorman
|
f884e01ddb
bug #8076 check option_debug before printing to debug channel.
|
18 years ago |
Joshua Colp
|
7eb5e63407
Merged revisions 43933 via svnmerge from
|
18 years ago |
Tilghman Lesher
|
75f3818876
Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
|
18 years ago |
Matt O'Gorman
|
4dd7e4bbac
everything that loads a config that needs a config file to run
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
Russell Bryant
|
97d97638cb
Merged revisions 33781 via svnmerge from
|
18 years ago |
Russell Bryant
|
d3405ccaac
Merged revisions 33513 via svnmerge from
|
18 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 years ago |
Russell Bryant
|
5241bdc2d4
remove almost all of the checks of the result from ast_strdupa() or alloca().
|
18 years ago |
Tilghman Lesher
|
cfac990cb1
Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS systems
|
18 years ago |
Tilghman Lesher
|
4fe9ba98cb
Merged revisions 24019 via svnmerge from
|
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 |
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 |
Matt O'Gorman
|
563197636f
Merged revisions 8140 via svnmerge from
|
19 years ago |
BJ Weschke
|
3fa426db1d
More memory wrapper cleanup. #6224
|
19 years ago |
Russell Bryant
|
ce2d148b36
update doxygen docs to specify authors
|
19 years ago |