Re: [asterisk-dev] [Code Review] 4502: Improved and portable ast_log recursion avoidance

2015-03-27 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4502/ --- (Updated March 27, 2015, 2:06 a.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 4502: Improved and portable ast_log recursion avoidance

2015-03-27 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4502/#review14881 --- Before committing I found a link error for utils/refcounter

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:11 a.m., Matt Jordan wrote: /branches/13/pbx/pbx_config.c, line 977 https://reviewboard.asterisk.org/r/4529/diff/1/?file=72935#file72935line977 So, dup'ing things on the stack here in a nested loop is actually quite dangerous. Unlike a local variable with

Re: [asterisk-dev] [Code Review] 4533: clang compiler warning: -Wtautological-compare

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4533/ --- (Updated March 27, 2015, 11:42 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4529/ --- (Updated March 27, 2015, 11:22 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4530: clang compiler warning: -Wgnu-variable-sized-type-not-at-end

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:11 a.m., Matt Jordan wrote: /branches/13/main/stdtime/localtime.c, lines 357-361 https://reviewboard.asterisk.org/r/4530/diff/1/?file=72936#file72936line357 Just curious, what was the compiler warning on this one? There can only be one variable size struct

Re: [asterisk-dev] [Code Review] 4527: clang compiler warning: -Wunused-function

2015-03-27 Thread Diederik de Groot
On March 26, 2015, 6:52 p.m., Diederik de Groot wrote: /branches/13/channels/chan_iax2.c, lines 2026-2032 https://reviewboard.asterisk.org/r/4527/diff/1/?file=72928#file72928line2026 user_ref function not being used, may/might actually indicate a refcount issue. Because of

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:11 a.m., Matt Jordan wrote: /branches/13/pbx/pbx_config.c, line 977 https://reviewboard.asterisk.org/r/4529/diff/1/?file=72935#file72935line977 So, dup'ing things on the stack here in a nested loop is actually quite dangerous. Unlike a local variable with

Re: [asterisk-dev] [Code Review] 4532: PJSIP: Create transactions for out-of-dialog responses

2015-03-27 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4532/#review14886 --- /branches/13/main/threadpool.c

Re: [asterisk-dev] [Code Review] 4526: clang compiler warning: -Wunused-value -Wunused-variable -Wunused-const-variable

2015-03-27 Thread Diederik de Groot
On March 26, 2015, 6:37 p.m., Diederik de Groot wrote: /branches/13/funcs/func_env.c, line 728 https://reviewboard.asterisk.org/r/4526/diff/1/?file=72920#file72920line728 Note the double closing parens after the first sizeof, i actually finishes the ast_str_append_substr command

Re: [asterisk-dev] [Code Review] 4537: clang compiler warning: -Wbitfield-constant-conversion

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4537/ --- (Updated March 27, 2015, 12:24 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4533: clang compiler warning: -Wtautological-compare

2015-03-27 Thread Diederik de Groot
On March 26, 2015, 11:13 p.m., Diederik de Groot wrote: /branches/13/channels/pjsip/dialplan_functions.c, line 869 https://reviewboard.asterisk.org/r/4533/diff/1/?file=72956#file72956line869 len is of type size_t, which is unsigned. It will not be able to hold a value 0 Matt

Re: [asterisk-dev] [Code Review] 4532: PJSIP: Create transactions for out-of-dialog responses

2015-03-27 Thread Olle E Johansson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4532/#review14888 --- Just adding a note to the comment.

Re: [asterisk-dev] [Code Review] 4527: clang compiler warning: -Wunused-function

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4527/ --- (Updated March 27, 2015, 11:46 a.m.) Review request for Asterisk

[asterisk-dev] [Code Review] 4537: clang compiler warning: -Wbitfield-constant-conversion

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4537/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

[asterisk-dev] [Code Review] 4540: clang compiler warning: -Wformat

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4540/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

Re: [asterisk-dev] [Code Review] 4525: clang compiler warning: -Wabsolute-value

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4525/ --- (Updated March 27, 2015, 1:38 p.m.) Review request for Asterisk

[asterisk-dev] [Code Review] 4538: Fix link error for utils/aelparse.

2015-03-27 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4538/ --- Review request for Asterisk Developers. Repository: Asterisk

Re: [asterisk-dev] [Code Review] 4539: clang compiler warning: -Winitializer-overrides

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4539/ --- (Updated March 27, 2015, 12:41 p.m.) Review request for Asterisk

[asterisk-dev] [Code Review] 4539: clang compiler warning: -Winitializer-overrides

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4539/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

Re: [asterisk-dev] [Code Review] 4540: clang compiler warning: -Wformat

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4540/ --- (Updated March 27, 2015, 12:51 p.m.) Review request for Asterisk

[asterisk-dev] [Code Review] 4541: clang compiler warning: -Wpointer-bool-conversion

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4541/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

Re: [asterisk-dev] [Code Review] 4538: Fix link error for utils/aelparse.

2015-03-27 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4538/#review14891 --- Ship it! Ship It! - Joshua Colp On March 27, 2015, 11:52

Re: [asterisk-dev] [Code Review] 4538: Fix link error for utils/aelparse.

2015-03-27 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4538/ --- (Updated March 27, 2015, 7:25 a.m.) Status -- This change has been

[asterisk-dev] Change in testsuite[master]: Memory Debugging Improvements

2015-03-27 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new change for review. https://gerrit.asterisk.org/15 Change subject: Memory Debugging Improvements .. Memory Debugging Improvements * Enable XML output from valgrind. * Display and save a

Re: [asterisk-dev] [Code Review] 4541: clang compiler warning: -Wpointer-bool-conversion

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4541/ --- (Updated March 27, 2015, 1:13 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4526: clang compiler warning: -Wunused-value -Wunused-variable -Wunused-const-variable

2015-03-27 Thread Matt Jordan
On March 26, 2015, 12:37 p.m., Diederik de Groot wrote: /branches/13/funcs/func_env.c, line 728 https://reviewboard.asterisk.org/r/4526/diff/1/?file=72920#file72920line728 Note the double closing parens after the first sizeof, i actually finishes the ast_str_append_substr command

Re: [asterisk-dev] [Code Review] 4537: clang compiler warning: -Wbitfield-constant-conversion

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4537/#review14897 --- Ship it! /branches/13/channels/chan_iax2.c

[asterisk-dev] Change in repotools[master]: Add web proxy support to commit_msg.py

2015-03-27 Thread Michael L. Young (Code Review)
Michael L. Young has uploaded a new patch set (#3). Change subject: Add web proxy support to commit_msg.py .. Add web proxy support to commit_msg.py This patch allows the commit_msg.py script to connect to the issue tracker

Re: [asterisk-dev] [Code Review] 4527: clang compiler warning: -Wunused-function

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4527/#review14896 --- Ship it! Ship It! - Matt Jordan On March 27, 2015, 5:48

Re: [asterisk-dev] [Code Review] 4531: clang compiler warning: -Wparentheses-equality

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4531/#review14893 --- Ship it! Ship It! - Matt Jordan On March 26, 2015, 1:20

Re: [asterisk-dev] [Code Review] 4530: clang compiler warning: -Wgnu-variable-sized-type-not-at-end

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4530/#review14895 --- Ship it! Ship It! - Matt Jordan On March 26, 2015, 1:12

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4529/#review14894 --- /branches/13/pbx/pbx_config.c

Re: [asterisk-dev] [Code Review] 4539: clang compiler warning: -Winitializer-overrides

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4539/#review14898 --- Ship it! I think your solution here is fine. - Matt Jordan

Re: [asterisk-dev] [Code Review] 4526: clang compiler warning: -Wunused-value -Wunused-variable -Wunused-const-variable

2015-03-27 Thread Diederik de Groot
On March 26, 2015, 6:37 p.m., Diederik de Groot wrote: /branches/13/funcs/func_env.c, line 728 https://reviewboard.asterisk.org/r/4526/diff/1/?file=72920#file72920line728 Note the double closing parens after the first sizeof, i actually finishes the ast_str_append_substr command

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled.

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has posted comments on this change. Change subject: PJSIP: Added test to ensure retransmissions are not handled. .. Patch Set 1: (2 comments) https://gerrit.asterisk.org/#/c/14/1//COMMIT_MSG Commit Message: Line

[asterisk-dev] [Code Review] 4542: DNS: Add NAPTR support and tests

2015-03-27 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4542/ --- Review request for Asterisk Developers. Repository: Asterisk

[asterisk-dev] Change in testsuite[master]: Memory Debugging Improvements

2015-03-27 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new patch set (#2). Change subject: Memory Debugging Improvements .. Memory Debugging Improvements * Enable XML output from valgrind. * Display and save a summary of valgrind errors and leaks. *

Re: [asterisk-dev] [Code Review] 4465: Update the kqueue timing module to conform to current timer API.

2015-03-27 Thread Matt Jordan
On March 23, 2015, 9:57 a.m., Matt Jordan wrote: Ship It! As an addendum to this, this patch does not merge cleanly on Asterisk 11. As such, I'll be merging this to Asterisk 13+. Alas, as I don't run a system that can compile kqueue, it's kind of hard for me to backport that. If someone

Re: [asterisk-dev] [Code Review] 4465: Update the kqueue timing module to conform to current timer API.

2015-03-27 Thread Justin T. Gibbs
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4465/ --- (Updated March 27, 2015, 9:41 a.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 4542: DNS: Add NAPTR support and tests

2015-03-27 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4542/ --- (Updated March 27, 2015, 2:45 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4519: Asterisk: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4519/ --- (Updated March 27, 2015, 9:54 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4519: Asterisk: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
On March 24, 2015, 1:15 p.m., rmudgett wrote: ./branches/13/apps/app_stasis.c, lines 77-79 https://reviewboard.asterisk.org/r/4519/diff/1/?file=72716#file72716line77 Using a parameter value before asserting that it is non-NULL is just wrong. That's just closing the

Re: [asterisk-dev] [Code Review] 4519: Asterisk: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4519/ --- (Updated March 27, 2015, 9:59 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4519: Asterisk: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4519/ --- (Updated March 27, 2015, 10:01 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4520/ --- (Updated March 27, 2015, 10:02 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
On March 24, 2015, 1:15 p.m., Kevin Harwell wrote: ./asterisk/trunk/tests/rest_api/applications/stasis_status/ari_client.py, lines 351-352 https://reviewboard.asterisk.org/r/4520/diff/1/?file=72742#file72742line351 I would opt for the python convention of easier to ask

[asterisk-dev] [Code Review] 4543: clang compiler warning: RAII-clang reentrancy / Updating variable from inside a _block

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4543/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4520/#review14902 ---

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:23 p.m., Matt Jordan wrote: /branches/13/pbx/pbx_config.c, lines 960-961 https://reviewboard.asterisk.org/r/4529/diff/2/?file=72981#file72981line960 Well, this won't quite work, as appdata can be NULL. strlen isn't NULL safe. As such, you'll need

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread rmudgett
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4544/#review14917 --- I'm wondering if -Wself-assign should not be enabled. It

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Matt Jordan
On March 24, 2015, 11:23 a.m., Matt Jordan wrote: ./asterisk/trunk/tests/rest_api/applications/stasis_status/test_case.py, lines 20-26 https://reviewboard.asterisk.org/r/4520/diff/1/?file=72750#file72750line20 You may want to consider moving this class back into runtest.

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled.

2015-03-27 Thread Mark Michelson (Code Review)
Mark Michelson has uploaded a new patch set (#2). Change subject: PJSIP: Added test to ensure retransmissions are not handled. .. PJSIP: Added test to ensure retransmissions are not handled. In this test, a SIPp scenario sends

Re: [asterisk-dev] [Code Review] 4531: clang compiler warning: -Wparentheses-equality

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4531/ --- (Updated March 27, 2015, 6:52 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread rmudgett
On March 27, 2015, 8:23 a.m., Matt Jordan wrote: /branches/13/pbx/pbx_config.c, lines 960-961 https://reviewboard.asterisk.org/r/4529/diff/2/?file=72981#file72981line960 Well, this won't quite work, as appdata can be NULL. strlen isn't NULL safe. As such, you'll need

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled.

2015-03-27 Thread Mark Michelson (Code Review)
Mark Michelson has uploaded a new patch set (#2). Change subject: PJSIP: Added test to ensure retransmissions are not handled. .. PJSIP: Added test to ensure retransmissions are not handled. In this test, a SIPp scenario sends

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4520/ --- (Updated March 27, 2015, 10:56 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:23 p.m., Matt Jordan wrote: /branches/13/pbx/pbx_config.c, lines 960-961 https://reviewboard.asterisk.org/r/4529/diff/2/?file=72981#file72981line960 Well, this won't quite work, as appdata can be NULL. strlen isn't NULL safe. As such, you'll need

Re: [asterisk-dev] [Code Review] 4530: clang compiler warning: -Wgnu-variable-sized-type-not-at-end

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4530/ --- (Updated March 27, 2015, 6:10 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 6:14 p.m., rmudgett wrote: I'm wondering if -Wself-assign should not be enabled. It appears to be just a nuisance warning. I do agree, some of the clang warnings can be a little bit petty to be honest. Some of them have proven to be quite usefull though. I will leave

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4544/ --- (Updated March 27, 2015, 6:20 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4523: res_pjsip_registrar_expire.c: Cleanup scheduler leaks on unload/shutdown.

2015-03-27 Thread rmudgett
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4523/ --- (Updated March 27, 2015, 12:51 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 4531: clang compiler warning: -Wparentheses-equality

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4531/ --- (Updated March 27, 2015, 6:53 p.m.) Review request for Asterisk

[asterisk-dev] [Code Review] 4546: clang compiler warning: -Warray-bounds

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4546/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

Re: [asterisk-dev] [Code Review] 4526: clang compiler warning: -Wunused-value -Wunused-variable -Wunused-const-variable

2015-03-27 Thread Diederik de Groot
On March 26, 2015, 6:37 p.m., Diederik de Groot wrote: /branches/13/funcs/func_env.c, line 728 https://reviewboard.asterisk.org/r/4526/diff/1/?file=72920#file72920line728 Note the double closing parens after the first sizeof, i actually finishes the ast_str_append_substr command

Re: [asterisk-dev] [Code Review] 4530: clang compiler warning: -Wgnu-variable-sized-type-not-at-end

2015-03-27 Thread rmudgett
On March 26, 2015, 8:11 p.m., Matt Jordan wrote: /branches/13/main/stdtime/localtime.c, lines 357-361 https://reviewboard.asterisk.org/r/4530/diff/1/?file=72936#file72936line357 Just curious, what was the compiler warning on this one? Diederik de Groot wrote: There can only

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4520/ --- (Updated March 27, 2015, 10:58 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4537: clang compiler warning: -Wbitfield-constant-conversion

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:26 p.m., Matt Jordan wrote: /branches/13/channels/chan_iax2.c, line 11898 https://reviewboard.asterisk.org/r/4537/diff/1/?file=72997#file72997line11898 Interestingly enough, we don't use this value anywhere :-P But that's a different problem. You

Re: [asterisk-dev] [Code Review] 4539: clang compiler warning: -Winitializer-overrides

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:26 p.m., Matt Jordan wrote: I think your solution here is fine. Hi Matt, can i commit directly to the svn repository or does someone have to do this for me. Your 'ship it' gives the impression that i can. If so is there a particular format to which the commit message

Re: [asterisk-dev] [Code Review] 4532: PJSIP: Create transactions for out-of-dialog responses

2015-03-27 Thread Mark Michelson
On March 27, 2015, 10:39 a.m., Joshua Colp wrote: /branches/13/res/res_pjsip.c, lines 3325-3328 https://reviewboard.asterisk.org/r/4532/diff/1/?file=72952#file72952line3325 Just a question - if I somehow have two messages in-flight in processing what will happen here? I assume

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 5:20 p.m., Jared Smith wrote: /branches/13/formats/format_wav.c, line 67 https://reviewboard.asterisk.org/r/4544/diff/1/?file=73085#file73085line67 Red blob... I like to line up the slashes when using macro's. But ok - Diederik

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4544/ --- (Updated March 27, 2015, 5:38 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4530: clang compiler warning: -Wgnu-variable-sized-type-not-at-end

2015-03-27 Thread Diederik de Groot
On March 27, 2015, 2:11 a.m., Matt Jordan wrote: /branches/13/main/stdtime/localtime.c, lines 357-361 https://reviewboard.asterisk.org/r/4530/diff/1/?file=72936#file72936line357 Just curious, what was the compiler warning on this one? Diederik de Groot wrote: There can only

Re: [asterisk-dev] [Code Review] 4543: clang compiler warning: RAII-clang reentrancy / Updating variable from inside a _block

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4543/ --- (Updated March 27, 2015, 4:08 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4519: Asterisk: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4519/ --- (Updated March 27, 2015, 10:59 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Jared Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4544/#review14907 --- /branches/13/formats/format_wav.c

Re: [asterisk-dev] [Code Review] 4529: clang compiler warning: -Wno-sometimes-uninitialized

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4529/ --- (Updated March 27, 2015, 5:32 p.m.) Review request for Asterisk

[asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4544/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

Re: [asterisk-dev] [Code Review] 4488: Super Awesome Company: Phase 1 - Patch 2 - Outside Connectivity!

2015-03-27 Thread Jonathan Rose
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4488/#review14906 --- Ship it! Go ahead and ship it after uncommenting that format

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Ashley Sanders
On March 24, 2015, 1:15 p.m., Kevin Harwell wrote: ./asterisk/trunk/tests/rest_api/applications/stasis_status/test_case.py, lines 22-23 https://reviewboard.asterisk.org/r/4520/diff/1/?file=72750#file72750line22 A lot of the code in this object as well as others (AriClient,

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled ...

2015-03-27 Thread Jared K. Smith (Code Review)
Jared K. Smith has uploaded a new patch set (#3). Change subject: PJSIP: Added test to ensure retransmissions are not handled twice. .. PJSIP: Added test to ensure retransmissions are not handled twice. In this test, a SIPp

Re: [asterisk-dev] [Code Review] 4532: PJSIP: Create transactions for out-of-dialog responses

2015-03-27 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4532/ --- (Updated March 27, 2015, 3:34 p.m.) Status -- This change has been

[asterisk-dev] Change in testsuite[master]: Testsuite: Test for res_pjsip_config_wizard auto-create hints

2015-03-27 Thread George Joseph (Code Review)
George Joseph has uploaded a new patch set (#2). Change subject: Testsuite: Test for res_pjsip_config_wizard auto-create hints .. Testsuite: Test for res_pjsip_config_wizard auto-create hints This test uses ListDialPlan to

[asterisk-dev] Change in testsuite[master]: Testsuite: Test for res_pjsip_config_wizard auto-create hints

2015-03-27 Thread Jared K. Smith (Code Review)
Jared K. Smith has posted comments on this change. Change subject: Testsuite: Test for res_pjsip_config_wizard auto-create hints .. Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/10 To unsubscribe,

[asterisk-dev] [Code Review] 4547: clang compiler warning: braces-around-scalar-initializer

2015-03-27 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4547/ --- Review request for Asterisk Developers. Bugs: ASTERISK-24917

[asterisk-dev] Change in testsuite[master]: Testsuite: Test for res_pjsip_config_wizard auto-create hints

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has submitted this change and it was merged. Change subject: Testsuite: Test for res_pjsip_config_wizard auto-create hints .. Testsuite: Test for res_pjsip_config_wizard auto-create hints This test uses

[asterisk-dev] Change in testsuite[master]: Testsuite: Test for res_pjsip_config_wizard auto-create hints

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has posted comments on this change. Change subject: Testsuite: Test for res_pjsip_config_wizard auto-create hints .. Patch Set 2: Code-Review+2 Verified+1 -- To view, visit https://gerrit.asterisk.org/10 To

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled ...

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has posted comments on this change. Change subject: PJSIP: Added test to ensure retransmissions are not handled twice. .. Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.asterisk.org/14 To

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled ...

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has posted comments on this change. Change subject: PJSIP: Added test to ensure retransmissions are not handled twice. .. Patch Set 3: Verified+1 -- To view, visit https://gerrit.asterisk.org/14 To unsubscribe,

[asterisk-dev] Change in repotools[master]: Add web proxy support to commit_msg.py

2015-03-27 Thread Mark Michelson (Code Review)
Mark Michelson has posted comments on this change. Change subject: Add web proxy support to commit_msg.py .. Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/13 To unsubscribe, visit

Re: [asterisk-dev] [Code Review] 4520: Testsuite: stasis: set a channel variable on websocket disconnect error

2015-03-27 Thread Kevin Harwell
On March 24, 2015, 1:15 p.m., Kevin Harwell wrote: ./asterisk/trunk/tests/rest_api/applications/stasis_status/test_case.py, lines 22-23 https://reviewboard.asterisk.org/r/4520/diff/1/?file=72750#file72750line22 A lot of the code in this object as well as others (AriClient,

[asterisk-dev] Change in testsuite[master]: PJSIP: Added test to ensure retransmissions are not handled ...

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has submitted this change and it was merged. Change subject: PJSIP: Added test to ensure retransmissions are not handled twice. .. PJSIP: Added test to ensure retransmissions are not handled twice. In this test, a

[asterisk-dev] Change in repotools[master]: Add web proxy support to commit_msg.py

2015-03-27 Thread Jared K. Smith (Code Review)
Jared K. Smith has posted comments on this change. Change subject: Add web proxy support to commit_msg.py .. Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/13 To unsubscribe, visit

Re: [asterisk-dev] [Code Review] 4504: SAC: Add conferences for employees / employees+customers

2015-03-27 Thread Jonathan Rose
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4504/ --- (Updated March 27, 2015, 5:25 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 4503: SAC: Configure customer advocate/sales queues

2015-03-27 Thread Jonathan Rose
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4503/ --- (Updated March 27, 2015, 5:35 p.m.) Status -- This change has been

[asterisk-dev] [Code Review] 4548: Restrict ast_log_safe use from utils.h to the core only.

2015-03-27 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4548/ --- Review request for Asterisk Developers, rmudgett and Scott Griepentrog.

Re: [asterisk-dev] [Code Review] 4548: Restrict ast_log_safe use from utils.h to the core only.

2015-03-27 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4548/ --- (Updated March 27, 2015, 7:45 p.m.) Review request for Asterisk

[asterisk-dev] Change in testsuite[master]: tests/rest_api/channels: Add a channel hold intercept test

2015-03-27 Thread Matt Jordan (Code Review)
Matt Jordan has uploaded a new change for review. https://gerrit.asterisk.org/16 Change subject: tests/rest_api/channels: Add a channel hold intercept test .. tests/rest_api/channels: Add a channel hold intercept test This

Re: [asterisk-dev] [Code Review] 4544: clang compiler warning: -Wself-assign

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4544/#review14925 --- Ship it! Ship It! - Matt Jordan On March 27, 2015, 12:20

Re: [asterisk-dev] [Code Review] 4526: clang compiler warning: -Wunused-value -Wunused-variable -Wunused-const-variable

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4526/#review14926 --- Ship it! Ship It! - Matt Jordan On March 27, 2015, 6:09

  1   2   >