----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3823/#review12740 -----------------------------------------------------------
trunk/configs/samples/stasis.conf.sample <https://reviewboard.asterisk.org/r/3823/#comment23054> s/is may/may/ trunk/main/stasis.c <https://reviewboard.asterisk.org/r/3823/#comment23059> Since making this change, have you attempted to load Asterisk without a stasis.conf file present in /etc/asterisk? The config framework returns ACO_PROCESS_ERROR if it cannot load the config file. If stasis_init() returns non-zero, Asterisk will not start. Have a look at main/udptl.c::__ast_udptl_reload() for a concise example of how to set default configuration in the case of an error from the config framework. - Mark Michelson On July 18, 2014, 3:47 a.m., opticron wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviewboard.asterisk.org/r/3823/ > ----------------------------------------------------------- > > (Updated July 18, 2014, 3:47 a.m.) > > > Review request for Asterisk Developers and Corey Farrell. > > > Repository: Asterisk > > > Description > ------- > > This introduces stasis.conf and a mechanism to prevent certain message types > from being published. > > > Diffs > ----- > > trunk/tests/test_stasis_channels.c 418910 > trunk/tests/test_stasis.c 418910 > trunk/main/stasis_message.c 418910 > trunk/main/stasis_cache.c 418910 > trunk/main/stasis.c 418910 > trunk/include/asterisk/stasis.h 418910 > trunk/configs/samples/stasis.conf.sample PRE-CREATION > > Diff: https://reviewboard.asterisk.org/r/3823/diff/ > > > Testing > ------- > > Tested by causing the stasis unittests to fail with the following stasis.conf > configuration: > [declined_message_types] > decline=TestMessage > > > Thanks, > > opticron > >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
