Commit Graph

62 Commits (5232a8397dc98daa55247fa79f4bc8f49ae15cf7)

Author SHA1 Message Date
Tilghman Lesher 07e59f290c AST-2009-005
16 years ago
Joshua Colp e4071c437e Merged revisions 192430 via svnmerge from
16 years ago
Russell Bryant d9ff7bad92 Merged revisions 184843 via svnmerge from
16 years ago
BJ Weschke 32be29070a Merged revisions 167478 via svnmerge from
17 years ago
Mark Michelson 892f98a1e6 Merged revisions 157306 via svnmerge from
17 years ago
Sean Bright 839cb83ea3 Merged revisions 155554 via svnmerge from
17 years ago
Terry Wilson 239f1d53bc Merged revisions 153181 via svnmerge from
17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
17 years ago
Tilghman Lesher 463a5dbd0a Whitespace changes only
17 years ago
Michiel van Baak 08e674bce0 Pass the hangup cause all the way to the calling app/channel.
17 years ago
Russell Bryant 432cb90411 Merged revisions 108469 via svnmerge from
17 years ago
Joshua Colp 496adc6fc0 Merged revisions 106235 via svnmerge from
17 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
17 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Olle Johansson 949bb30d03 Merged revisions 99594 via svnmerge from
18 years ago
Joshua Colp 38da1d3afc Merged revisions 98219 via svnmerge from
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Jason Parker 046424a96d Merged revisions 81455 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Joshua Colp 6e771511da Minor clean up of app_followme.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Joshua Colp b8cd949cce 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 years ago
Joshua Colp 96a646734f 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 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
BJ Weschke 727e6c586a Merged revisions 65408 via svnmerge from
18 years ago
BJ Weschke 39857b78e7 Merged revisions 59035 via svnmerge from
18 years ago
Steve Murphy 6dcb17baaf This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling.
19 years ago
Joshua Colp 29d27bfe0d Merged revisions 43933 via svnmerge from
19 years ago
Tilghman Lesher d70fe791c2 A few misses from constification
19 years ago
Jason Parker f0e0963b2e Fix a small typo, to make app_followme.c show properly in "show version files"
19 years ago
Olle Johansson 228d50806c - Free allocated memory before returning from function
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Kevin P. Fleming 9d26f46fc7 remove some extraneous 'followme' in prompt names
19 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
19 years ago
Kevin P. Fleming 8d88bf549d there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
19 years ago
Olle Johansson dfaa7fd8cf Doxygen update
19 years ago
Russell Bryant 43b82059a5 fix a typo in an option name in config parsing
19 years ago
Russell Bryant f879fd2a22 simplify the loop that iterates through the categories in followme.conf and
19 years ago
Russell Bryant 89cfbf4673 fix an incorrect usage of scanf, where it should be using sscanf, instead,
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant db7ee8b54b oops.
19 years ago
Russell Bryant 004848236a move a variable declaration to the beginning of a block
19 years ago