1 2005-11-04 Russell Bryant <russell@digium.com>
3 * channels/chan_iax2.c: Create a function that stores a peer's status in a given buffer. Use this function in "iax2 show peers" and "iax2 show peer <peername>". Also, add the peer's status as an option to the IAXPEER dialplan function.
5 2005-11-04 Kevin P. Fleming <kpfleming@digium.com>
7 * include/asterisk/compiler.h: don't try to use always_inline on old compilers
9 2005-11-03 Russell Bryant <russell@digium.com>
11 * res/res_agi.c: initialize buffer for result so that the contents are always valid in the response to GET FULL VARIABLE
13 2005-11-03 Kevin P. Fleming <kpfleming@digium.com>
15 * doc/README.variables: document DYNAMIC_FEATURES
17 * res/res_features.c (ast_bridge_call): remove unused variables
19 * apps/app_dial.c (dial_exec_full): simplify options and flag usage
21 * include/asterisk/app.h: re-work application arg/option parsing APIs for consistent naming, add doxygen docs for option API
22 * many files: update to new APIs
24 2005-11-02 Kevin P. Fleming <kpfleming@digium.com>
26 * apps/app_dial.c (dial_exec_full): convert to use API calls for argument/option parsing
28 * include/asterisk/channel.h: add doxygen docs for silence generator APIs
30 * channel.c (ast_channel_bridge): simplify native-bridge return logic, remove 'unsuccessful' message since it causes too many questions :-)
32 2005-11-01 Kevin P. Fleming <kpfleming@digium.com>
34 * stdtime/localtime.c: fix build failure on uClibc systems (issue #5558)
37 * many files: make chan_misdn actually build (issue #5566)
39 * many files: more Cygwin build system support (issue #4678)
41 * apps/app_parkandannounce.c (parkandannounce_exec): supply parent channel to ast_request_and_dial so channel variables can be inherited (issue #5564)
42 * include/asterisk/channel.h: add parent_channel field
43 * channel.c (__ast_request_and_dial): use parent_channel field to inherit variables into new channel
45 * apps/app_cut.c (cut_internal): use ast_separate_app_args() instead of open code (issue #5560)
47 * apps/app_mixmonitor.c (launch_monitor_thread): ast_strlen_zero can handle NULL input (issue #5561)
48 (mixmonitor_exec): same
50 * res/res_features.c (ast_feature_request_and_dial): ensure that channel variables are inherited from the channel placing the call (issue #5499)
52 * utils.c (getloadavg): change to using _BSD_SOURCE as the indicator for whether this function is present or not (issue #5549)
54 * include/asterisk/utils.h (ast_slinear_saturated_add): force to be inlined whenever possible
55 (ast_slinear_saturated_multiply): same
56 (ast_slinear_saturated_divide): same
58 * include/asterisk/strings.h (ast_strlen_zero): force to be inlined whenever possible
59 * include/asterisk/compiler.h (force_inline): add macro to force inlining of functions
61 * app.c (ast_play_and_record): use ast_silence_generator during recording if requested
62 * asterisk.c: add global option to enable silence-during-record (issue #5135)
63 * channel.c (silence_generator_alloc): new
64 (silence_generator_release): new
65 (silence_generator_generate): new
66 (ast_channel_start_silence_generator): new API call to start generating silence on a channel
67 (ast_channel_stop_silence_generator): parallel call to stop silence generation
68 * apps/app_record.c (record_exec): use ast_silence_generator during recording if requested
70 2005-11-01 Kevin P. Fleming <kpfleming@digium.com>
72 * Asterisk 1.2.0-beta2 released.