Re: [asterisk-dev] [Code Review] 4608: res_pjsip_phoneprov_provider: Fix reference leak on unload

2015-04-09 Thread Corey Farrell
e doesn't make much sense to me there's no worry about the callback return value, OBJ_NODATA, etc. Get the container and iterate over it. It also eliminates a lot of overhead in the ao2_traversal code. unless the callback is controlling the traversal with it's return cod

Re: [asterisk-dev] [Code Review] 4604: loader/main: Don't set ast_fully_booted until deferred reloads are processed

2015-04-09 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4604/#review15154 --- Ship it! Ship It! - Corey Farrell On April 9, 2015, 10:57

[asterisk-dev] Change in testsuite[master]: res_phoneprov_pjsip: Disconnect HTTP before stopping Asterisk.

2015-04-08 Thread Corey Farrell (Code Review)
errit-Change-Id: I5553af9cbfdc1d68110036eaadcfe5db3570928f Gerrit-PatchSet: 2 Gerrit-Project: testsuite Gerrit-Branch: master Gerrit-Owner: Corey Farrell Gerrit-Reviewer: Anonymous Coward #119 -- _ -- Bandwidth and Coloc

[asterisk-dev] Change in testsuite[master]: res_phoneprov_pjsip: Disconnect HTTP before stopping Asterisk.

2015-04-08 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new change for review. https://gerrit.asterisk.org/35 Change subject: res_phoneprov_pjsip: Disconnect HTTP before stopping Asterisk. .. res_phoneprov_pjsip: Disconnect HTTP before stopping

Re: [asterisk-dev] [Code Review] 4604: loader/main: Don't set ast_fully_booted until deferred reloads are processed

2015-04-08 Thread Corey Farrell
> On April 8, 2015, 9:40 p.m., Corey Farrell wrote: > > branches/13/main/loader.c, lines 1382-1386 > > <https://reviewboard.asterisk.org/r/4604/diff/1/?file=73808#file73808line1382> > > > > Please remove this, it's simpler to just do it in > &g

Re: [asterisk-dev] [Code Review] 4601: Two simple patches for the price of one.

2015-04-08 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4601/#review15139 --- Ship it! Ship It! - Corey Farrell On April 8, 2015, 2:59

Re: [asterisk-dev] [Code Review] 4604: loader/main: Don't set ast_fully_booted until deferred reloads are processed

2015-04-08 Thread Corey Farrell
start allowing reloads earlier than right before setting ast_fullybooted. - Corey Farrell On April 8, 2015, 4:14 p.m., George Joseph wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https

Re: [asterisk-dev] [Code Review] 4596: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator (2nd try)

2015-04-08 Thread Corey Farrell
his code is being moved lets remove the RAII_VAR and just put ao2_cleanup at the end of the loop. RAII_VAR adds overhead so we shouldn't use it in loops like this one. - Corey Farrell On April 8, 2015, 2:09 p.m., Geo

Re: [asterisk-dev] [Code Review] 4590: Optional API does not work for sources that are both provider and user of optional API's.

2015-04-08 Thread Corey Farrell
3 to make res_monitor require func_periodic_hook. Diffs (updated) - /trunk/include/asterisk/optional_api.h 434423 Diff: https://reviewboard.asterisk.org/r/4590/diff/ Testing --- Verified I could load res_monitor with or without func_periodic_hook. Ran a couple testsuite t

Re: [asterisk-dev] [Code Review] 4596: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator (2nd try)

2015-04-08 Thread Corey Farrell
> On April 7, 2015, 8:15 a.m., Corey Farrell wrote: > > branches/13/res/res_pjsip_config_wizard.c, lines 1189-1191 > > <https://reviewboard.asterisk.org/r/4596/diff/1/?file=73638#file73638line1189> > > > > I'm concerned that this is needed due to the loa

Re: [asterisk-dev] [Code Review] 4596: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator (2nd try)

2015-04-08 Thread Corey Farrell
> On April 7, 2015, 8:15 a.m., Corey Farrell wrote: > > branches/13/res/res_pjsip_config_wizard.c, lines 1189-1191 > > <https://reviewboard.asterisk.org/r/4596/diff/1/?file=73638#file73638line1189> > > > > I'm concerned that this is needed due to the loa

Re: [asterisk-dev] [asterisk-commits] mjordan: trunk r434294 - /trunk/channels/chan_iax2.c

2015-04-08 Thread Corey Farrell
This fix is also needed for 13. On Wed, Apr 8, 2015 at 8:02 AM, SVN commits to the Asterisk project wrote: > Author: mjordan > Date: Wed Apr 8 07:02:37 2015 > New Revision: 434294 > > URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=434294 > Log: > chan_iax2: Fix compilation issue due to

Re: [asterisk-dev] [Code Review] 4596: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator (2nd try)

2015-04-08 Thread Corey Farrell
> On April 7, 2015, 8:15 a.m., Corey Farrell wrote: > > branches/13/res/res_pjsip_config_wizard.c, lines 1189-1191 > > <https://reviewboard.asterisk.org/r/4596/diff/1/?file=73638#file73638line1189> > > > > I'm concerned that this is needed due to the loa

Re: [asterisk-dev] [Code Review] 4596: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator (2nd try)

2015-04-07 Thread Corey Farrell
p modules to say if this is ok. - Corey Farrell On April 6, 2015, 4:32 p.m., George Joseph wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://rev

Re: [asterisk-dev] [Code Review] 4580: Fix issue with Makefile that prevents use of ~/.asterisk.makeopts and /etc/asterisk.makeopts

2015-04-07 Thread Corey Farrell
ake menuselect' after and all apps were still disabled. - Corey --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4580/#review15082 ---

Re: [asterisk-dev] [Code Review] 4578: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator.

2015-04-05 Thread Corey Farrell
. Thanks, Corey Farrell -- _ -- 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

[asterisk-dev] [Code Review] 4590: Optional API does not work for sources that are both provider and user of optional API's.

2015-04-04 Thread Corey Farrell
- /trunk/include/asterisk/optional_api.h 433966 Diff: https://reviewboard.asterisk.org/r/4590/diff/ Testing --- Verified I could load res_monitor with or without func_periodic_hook. Ran a couple testsuite tests. Thanks,

[asterisk-dev] [Code Review] 4586: AMI: Fix improper handling of lines that are exactly 1025 bytes long.

2015-04-03 Thread Corey Farrell
hanks, Corey Farrell -- _ -- 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

[asterisk-dev] [Code Review] 4580: Fix issue with Makefile that prevents use of ~/.asterisk.makeopts and /etc/asterisk.makeopts

2015-04-03 Thread Corey Farrell
y. If anyone disagrees let me know. Diffs - /trunk/Makefile 433966 Diff: https://reviewboard.asterisk.org/r/4580/diff/ Testing --- Repeatedly ran 'make menuselect' with and without files in th

[asterisk-dev] Change in testsuite[master]: non_stasis_bridge_to_stasis_bridge: Update regex for ami events

2015-04-03 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: non_stasis_bridge_to_stasis_bridge: Update regex for ami events .. Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/25 To unsubscribe

Re: [asterisk-dev] [Code Review] 4108: Weak Proxy Objects

2015-04-03 Thread Corey Farrell
erisk/astobj2.h 433964 Diff: https://reviewboard.asterisk.org/r/4108/diff/ Testing --- Ran the included test with REF_DEBUG enabled under valgrind. No reference leaks or improper memory access. Though this does not test for races, I don't know of an automated way to do that. Th

Re: [asterisk-dev] [Code Review] 4108: Weak Proxy Objects

2015-04-03 Thread Corey Farrell
gt; with a real object. > > > > Or even better, make the ao2_ref code do this check when it is about to > > destroy a weakproxy object. This check can also destroy anything in the > > notify list for the case if the real object was not set but subscribers > &g

[asterisk-dev] [Code Review] 4578: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator.

2015-04-03 Thread Corey Farrell
/res_pjsip_phoneprov_provider.c 433966 Diff: https://reviewboard.asterisk.org/r/4578/diff/ Testing --- Started and stopped Asterisk, REF_DEBUG now showing no leaks. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by

[asterisk-dev] Change in testsuite[master]: Enable support for directory containing custom tests.

2015-04-03 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new change for review. https://gerrit.asterisk.org/27 Change subject: Enable support for directory containing custom tests. .. Enable support for directory containing custom tests. This change

Re: [asterisk-dev] [Code Review] 4391: Add blank line between headers and output for Command action response

2015-04-03 Thread Corey Farrell
urn an error, but this error is not returned by ast_cli_command_full. It would be nice if this action could use the return value from ast_cli_command_full to determine if it should respond success or failure. - Corey Farrell On Marc

[asterisk-dev] Change in testsuite[master]: non_stasis_bridge_to_stasis_bridge: Update regex for ami events

2015-04-02 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: non_stasis_bridge_to_stasis_bridge: Update regex for ami events .. Patch Set 2: Code-Review-1 (2 comments) Couple nit-picks about a comment / commit message

Re: [asterisk-dev] Asterisk to Git Migration Update

2015-04-02 Thread Corey Farrell
On Tue, Mar 31, 2015 at 7:54 PM, Matthew Jordan wrote: > On Tue, Mar 31, 2015 at 1:48 PM, Russell Bryant > wrote: > Yeah, I think I'd rather just bite the bullet and get the repo set up > "right" with as few weird things lingering around as possible. The > only potential issue is requiring lib

Re: [asterisk-dev] [Code Review] 4557: Tell menuselect that MALLOC_DEBUG conflicts with DEBUG_CHAOS.

2015-04-02 Thread Corey Farrell
conflicting with DEBUG_CHAOS. Diffs - /branches/13/build_tools/cflags.xml 433716 Diff: https://reviewboard.asterisk.org/r/4557/diff/ Testing --- make menuselect, verified that enabling either option disabled the other. Thanks, Corey Farrell

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

2015-04-02 Thread Corey Farrell (Code Review)
Corey Farrell Gerrit-Reviewer: Ashley Sanders Gerrit-Reviewer: Corey Farrell Gerrit-Reviewer: Matt Jordan -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRI

Re: [asterisk-dev] [Code Review] 4108: Weak Proxy Objects

2015-03-31 Thread Corey Farrell
as released. This REF_DEBUG output was verified using the provided test. - Corey --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4108/#review14995 ---

Re: [asterisk-dev] [Code Review] 4558: Re-add _ast_mem_backtrace_buffer variable for ABI compatibility

2015-03-31 Thread Corey Farrell
hanks, Corey Farrell -- _ -- 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

[asterisk-dev] Change in testsuite[master]: Add SIP attended transfer for Asterisk 11.

2015-03-30 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Add SIP attended transfer for Asterisk 11. .. Patch Set 1: This is nearly identical to the test for 12+, couldn't they be combined with attended_transf

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

2015-03-30 Thread Corey Farrell
main utils Check object files with 'nm -g' to verify that main/*.o still used ast_log_safe. Verified that cdr/*.o and utils/*.o did not use ast_log_safe. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation P

[asterisk-dev] [Code Review] 4558: Re-add _ast_mem_backtrace_buffer variable for ABI compatibility

2015-03-29 Thread Corey Farrell
https://reviewboard.asterisk.org/r/4558/diff/ Testing --- Build only, George if you can please verify this resolves your issue loading your DPMA module. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://ww

[asterisk-dev] [Code Review] 4557: Tell menuselect that MALLOC_DEBUG conflicts with DEBUG_CHAOS.

2015-03-29 Thread Corey Farrell
/ Testing --- make menuselect, verified that enabling either option disabled the other. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To

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

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

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

2015-03-28 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Memory Debugging Improvements .. Patch Set 2: (2 comments) https://gerrit.asterisk.org/#/c/15/2/contrib/valgrind/text-summary.xsl File contrib/valgrind/text

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

2015-03-27 Thread Corey Farrell
Check object files with 'nm -g' to verify that main/*.o still used ast_log_safe. Verified that cdr/*.o and utils/*.o did not use ast_log_safe. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by

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

2015-03-27 Thread Corey Farrell
id not use ast_log_safe. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailma

[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

[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] 4538: Fix link error for utils/aelparse.

2015-03-27 Thread Corey Farrell
IMIZE suppresses this error, but it was caught by Bamboo Full Build. Diffs - /branches/11/include/asterisk/utils.h 433548 Diff: https://reviewboard.asterisk.org/r/4538/diff/ Testing --- Rebuilt utils directory with and without DONT_OPTIMIZE and MALLOC_DEBUG. Thanks, Corey Fa

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

2015-03-27 Thread Corey Farrell
https://reviewboard.asterisk.org/r/4538/diff/ Testing --- Rebuilt utils directory with and without DONT_OPTIMIZE and MALLOC_DEBUG. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- ast

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

2015-03-27 Thread Corey Farrell
obj2.o' that ast_log_safe was being used. Tested by further modifying Asterisk with added calls to ast_log_safe(). * In main() after fully booted. * In ast_log_safe() after setting in_safe_log. * From the logger thread. Only the message after fully booted was shown in the logs, all o

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

2015-03-27 Thread Corey Farrell
due to the ast_log_safe symbol not existing. I've duplicated the ast_log function found in that file. The refcounter utility is only used for old style REF_DEBUG files, and 11 is the only current version that still has it. - Corey Farrell On March 24, 2015, 6:05 p.m., Corey Farrell

Re: [asterisk-dev] [Code Review] 4534: Fix compile errors caused by r4500 / r4501.

2015-03-26 Thread Corey Farrell
all branches. Thanks, Corey Farrell -- _ -- 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] [Code Review] 4534: Fix compile errors caused by r4500 / r4501.

2015-03-26 Thread Corey Farrell
/clicompat.c 433495 /branches/13/main/core_local.c 433497 Diff: https://reviewboard.asterisk.org/r/4534/diff/ Testing --- Build successful on all branches. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] [Code Review] 4500: ast_register_atexit should only be used when absolutely needed (11 version)

2015-03-26 Thread Corey Farrell
/branches/11/main/astmm.c 432991 /branches/11/main/astfd.c 432991 /branches/11/main/asterisk.c 432991 /branches/11/main/aoc.c 432991 /branches/11/include/asterisk.h 432991 Diff: https://reviewboard.asterisk.org/r/4500/diff/ Testing --- Compiled, started and ran 'core stop

Re: [asterisk-dev] [Code Review] 4501: ast_register_atexit should only be used when absolutely needed (13+ version)

2015-03-26 Thread Corey Farrell
13/main/asterisk.c 433360 /branches/13/main/aoc.c 433360 /branches/13/include/asterisk.h 433360 Diff: https://reviewboard.asterisk.org/r/4501/diff/ Testing --- Compiled, started and ran 'core stop

[asterisk-dev] Change in repotools[master]: Ignore JIRA uploads with license #2.

2015-03-26 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new change for review. https://gerrit.asterisk.org/12 Change subject: Ignore JIRA uploads with license #2. .. Ignore JIRA uploads with license #2. License #2 is used for files that are not

Re: [asterisk-dev] [Code Review] 4498: res_pjsip: Enable unload of all modules at shutdown

2015-03-26 Thread Corey Farrell
, but Bamboo doesn't seem to have a problem with this test. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options vis

[asterisk-dev] Change in testsuite[master]: Fixes related to testsuite GIT migration.

2015-03-26 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new change for review. https://gerrit.asterisk.org/11 Change subject: Fixes related to testsuite GIT migration. .. Fixes related to testsuite GIT migration. * Add /logs to the root .gitignore

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
ttps://gerrit.asterisk.org/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: If9f3a7adf2ca0d1d38d625fc5ba6922b99fb37f7 Gerrit-PatchSet: 6 Gerrit-Project: repotools Gerrit-Branch: master Gerrit-Owner: Corey Farrell Gerrit-Reviewer: Corey Farrell Gerrit-R

[asterisk-dev] Change in testsuite[master]: Add .gitignore files

2015-03-25 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Add .gitignore files .. Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/8 To unsubscribe, visit https://gerrit.asterisk.org/settings

[asterisk-dev] Change in testsuite[master]: Add a .gitreview file for the testsuite

2015-03-25 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Add a .gitreview file for the testsuite .. Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/7 To unsubscribe, visit https

[asterisk-dev] Change in testsuite[master]: Add .gitignore files

2015-03-25 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Add .gitignore files .. Patch Set 1: Code-Review+1 (3 comments) Looks pretty good to me. Up to you if you want to address the comments I've made or jus

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new patch set (#5). Change subject: Update commit_msg.py output format. .. Update commit_msg.py output format. * Produce new syntax for linking to JIRA tickets. * Retreive license number for patches

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Update commit_msg.py output format. .. Patch Set 5: I actually had changed the wrong "Patch:\n" line. The first one is for the interface when it

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
f3a7adf2ca0d1d38d625fc5ba6922b99fb37f7 Gerrit-PatchSet: 5 Gerrit-Project: repotools Gerrit-Branch: master Gerrit-Owner: Corey Farrell Gerrit-Reviewer: Corey Farrell Gerrit-Reviewer: Michael L. Young -- _ -- Bandwidth and Colo

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Update commit_msg.py output format. .. Patch Set 4: Note this also makes a slight change to make the exception handling for license retrieval easier to read

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
f3a7adf2ca0d1d38d625fc5ba6922b99fb37f7 Gerrit-PatchSet: 4 Gerrit-Project: repotools Gerrit-Branch: master Gerrit-Owner: Corey Farrell Gerrit-Reviewer: Michael L. Young -- _ -- Bandwidth and Colocation Provided by http://www.api

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-25 Thread Corey Farrell (Code Review)
f3a7adf2ca0d1d38d625fc5ba6922b99fb37f7 Gerrit-PatchSet: 3 Gerrit-Project: repotools Gerrit-Branch: master Gerrit-Owner: Corey Farrell Gerrit-Reviewer: Michael L. Young -- _ -- Bandwidth and Colocation Provided by http://www.api

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-24 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new patch set (#2). Change subject: Update commit_msg.py output format. .. Update commit_msg.py output format. * Produce new syntax for linking to JIRA tickets. * Retreive license number for patches

[asterisk-dev] Change in repotools[master]: Update commit_msg.py output format.

2015-03-24 Thread Corey Farrell (Code Review)
Corey Farrell has uploaded a new change for review. https://gerrit.asterisk.org/6 Change subject: Update commit_msg.py output format. .. Update commit_msg.py output format. * Produce new syntax for linking to JIRA tickets

Re: [asterisk-dev] [Code Review] 4501: ast_register_atexit should only be used when absolutely needed (13+ version)

2015-03-24 Thread Corey Farrell
sk.h 433360 Diff: https://reviewboard.asterisk.org/r/4501/diff/ Testing --- Compiled, started and ran 'core stop now'. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.c

Re: [asterisk-dev] [Code Review] 4501: ast_register_atexit should only be used when absolutely needed (13+ version)

2015-03-24 Thread Corey Farrell
13/main/asterisk.c 433360 /branches/13/main/aoc.c 433360 /branches/13/include/asterisk.h 433360 Diff: https://reviewboard.asterisk.org/r/4501/diff/ Testing --- Compiled, started and ran 'core stop now'. Thanks, Corey Farrell -- ___

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

2015-03-24 Thread Corey Farrell
.o' that ast_log_safe was being used. Tested by further modifying Asterisk with added calls to ast_log_safe(). * In main() after fully booted. * In ast_log_safe() after setting in_safe_log. * From the logger thread. Only the message after fully booted was shown in the logs,

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

2015-03-24 Thread Corey Farrell
t: https://reviewboard.asterisk.org/r/4502/#review14813 ------- On March 24, 2015, 4:31 p.m., Corey Farrell wrote: > > --- > This is an automatically generated e-

[asterisk-dev] Change in testsuite[master]: Add a .gitignore

2015-03-24 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: Add a .gitignore .. Patch Set 1: Code-Review-1 Missing all the ignores from subdirs: addons/starpy asttest/asttest asttest/tools/mkstring asttest/lib/lua

Re: [asterisk-dev] [Code Review] 4498: res_pjsip: Enable unload of all modules at shutdown

2015-03-24 Thread Corey Farrell
ystem, but Bamboo doesn't seem to have a problem with this test. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or

Re: [asterisk-dev] [Code Review] 4498: res_pjsip: Enable unload of all modules at shutdown

2015-03-24 Thread Corey Farrell
the client_state is incremented. The timer_cb removes this ref. Removed. If this is an actual issue it can be dealt with separately. On March 24, 2015, 4:11 p.m., Corey Farrell wrote: > > While testing res_pjsip_outbound_registration I wanted to see if a frack > > would occur whil

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

2015-03-24 Thread Corey Farrell
gt; ast_log_full()? > > > > Relying on users to know which log function should be used seems > > unreasonable for something as low level as logging. This seems more like > > an implementation detail that doesn't need to be exposed. > > > > Core

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

2015-03-24 Thread Corey Farrell
urther modifying Asterisk with added calls to ast_log_safe(). * In main() after fully booted. * In ast_log_safe() after setting in_safe_log. * From the logger thread. Only the message after fully booted was shown in the logs, all o

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

2015-03-24 Thread Corey Farrell
wboard.asterisk.org/r/4502/#review14808 --- On March 15, 2015, 10:17 p.m., Corey Farrell wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: [asterisk-dev] [Code Review] 4391: Add blank line between headers and output for Command action response

2015-03-24 Thread Corey Farrell
\r". I believe the regex we need is: (\n|\r\n|\r) This would ensure we don't get an any extra "\r" in output, and all text is put into headers. This idea is based on the belief that it's not valid for a header to have "\r" within its value, thoug

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

2015-03-24 Thread Corey Farrell
s is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4502/#review14802 --- On March 15, 2015, 10:17 p.m., Corey Farrell wrote: > >

Re: [asterisk-dev] [Code Review] 4518: testsuite: Add PJSIP test for new rpid_immediate option.

2015-03-23 Thread Corey Farrell
> On March 21, 2015, 12:54 a.m., Corey Farrell wrote: > > Is a sipp scenario needed to verify Asterisk sends the correct SIP packets > > for rpid_immediate on and off? > > rmudgett wrote: > A sipp scenario is not needed. The test is to check *when* connected

[asterisk-dev] Change in repotools[master]: .gitignore: Add a .gitignore file that mirrors the previous ...

2015-03-21 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: .gitignore: Add a .gitignore file that mirrors the previous svn:ignore .. Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.asterisk.org/2 To

[asterisk-dev] Change in repotools[master]: .gitignore: Add a .gitignore file that mirrors the previous ...

2015-03-21 Thread Corey Farrell (Code Review)
Corey Farrell has posted comments on this change. Change subject: .gitignore: Add a .gitignore file that mirrors the previous svn:ignore .. Patch Set 1: Code-Review-1 Looks like this is missing ignores from subdirectories

Re: [asterisk-dev] [Code Review] 4518: testsuite: Add PJSIP test for new rpid_immediate option.

2015-03-20 Thread Corey Farrell
SIP packets for rpid_immediate on and off? - Corey Farrell On March 20, 2015, 4:48 p.m., rmudgett wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviewboard.asteris

Re: [asterisk-dev] [Code Review] 4473: chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" messages.

2015-03-20 Thread Corey Farrell
sure if it even matters for res_pjsip to provide stable ABI. - Corey Farrell On March 20, 2015, 4:50 p.m., rmudgett wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://rev

Re: [asterisk-dev] [Code Review] 4498: res_pjsip: Enable unload of all modules at shutdown

2015-03-20 Thread Corey Farrell
make no difference on my system, but Bamboo doesn't seem to have a problem with this test. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUB

Re: [asterisk-dev] [Code Review] 4501: ast_register_atexit should only be used when absolutely needed (13+ version)

2015-03-20 Thread Corey Farrell
C to FD's 3..32768 in the final stage of restart. - Corey --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4501/#review14759 ---

Re: [asterisk-dev] [Code Review] 4515: build_peer peer mailbox management bug

2015-03-19 Thread Corey Farrell
variable, let the current logic live on. I could be convinced otherwise if you can show that the current logic produces the wrong results, but even then we'd have to very careful. - Corey Farrell On March 19, 2015, 11:02 p.m., gareth wrote: > > ---

Re: [asterisk-dev] [Code Review] 4500: ast_register_atexit should only be used when absolutely needed (11 version)

2015-03-19 Thread Corey Farrell
days after 2 ship it's, it will not be rushed. Also this review won't be committed until r4501 (the version 13 patch) has approval. - Corey Farrell On March 15, 2015, 6:33 a.m., Corey Farrell wrote: > > --- > This

Re: [asterisk-dev] [Code Review] 4497: logger: init_logger_chain has unreachable code

2015-03-19 Thread Corey Farrell
/r/4497/diff/ Testing --- Verified that nothing was logged to console with missing logger.conf, and that this patch caused console logging to be enabled in that case. Also verified that valid logger.conf was not effected. Thanks, Corey Farrell

Re: [asterisk-dev] [Code Review] 4189: chan_sip: Simplify dialog/peer references, add REF_DEBUG passthrough of callers to sip_alloc and find_call.

2015-03-19 Thread Corey Farrell
/reviewboard.asterisk.org/r/4189/diff/ Testing --- Ran a few testsuite chan_sip tests. Verified that REF_DEBUG log shows caller of sip_alloc. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by h

Re: [asterisk-dev] [Code Review] 4491: chan_sip: Fix dialog reference leaked to scheduler for reinvite_timeout.

2015-03-19 Thread Corey Farrell
/r/4491/diff/ Testing --- No more leaks for tests/channels/local/local_optimize_away on 13. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To

Re: [asterisk-dev] [Code Review] 4189: chan_sip: Simplify dialog/peer references, add REF_DEBUG passthrough of callers to sip_alloc and find_call.

2015-03-16 Thread Corey Farrell
rg/r/4189/diff/ Testing --- Ran a few testsuite chan_sip tests. Verified that REF_DEBUG log shows caller of sip_alloc. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-dev] [Code Review] 4189: chan_sip: Simplify dialog/peer references, add REF_DEBUG passthrough of callers to sip_alloc and find_call.

2015-03-16 Thread Corey Farrell
rified that REF_DEBUG log shows caller of sip_alloc. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http:/

Re: [asterisk-dev] [Code Review] 4189: chan_sip: Simplify dialog/peer references, add REF_DEBUG passthrough of callers to sip_alloc and find_call.

2015-03-16 Thread Corey Farrell
.h 432806 > /branches/13/channels/sip/include/dialog.h 432806 > /branches/13/channels/chan_sip.c 432806 > > Diff: https://reviewboard.asterisk.org/r/4189/diff/ > > > Testing > --- > > Ran a few testsuite chan_sip tests. Verified that REF_DEBUG log sho

Re: [asterisk-dev] [Code Review] 4499: Support in dialog OPTIONS

2015-03-16 Thread Corey Farrell
If you didn't it's best to always compile your patches in dev-mode as it picks up more issues and turns compiler warnings into errors. - Corey Farrell On March 15, 2015, 4:02 a.m., yaron nahum wrote: > > --- > This i

[asterisk-dev] [Code Review] 4498: res_pjsip: Enable unload of all modules at shutdown

2015-03-16 Thread Corey Farrell
still have reference leaks, but most tests do not. Can someone retest tests/channels/pjsip/ami/show_registrations_outbound to confirm that I haven't made it worse? Seems to make no difference on my system, but Bamboo doesn't seem to have a problem with this

Re: [asterisk-dev] [Code Review] 4189: chan_sip: Simplify dialog/peer references, add REF_DEBUG passthrough of callers to sip_alloc and find_call.

2015-03-15 Thread Corey Farrell
chan_sip tests. Verified that REF_DEBUG log shows caller of sip_alloc. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or upda

Re: [asterisk-dev] [Code Review] 4391: Add blank line between headers and output for Command action response

2015-03-15 Thread Corey Farrell
e correct > delimiter for command output is "--END COMMAND--\r\n\r\n", not "\r\n\r\n". > > Corey Farrell wrote: > If we do consider modifying the AMI protocol to support text blobs like > this, I'd prefer we think about how that should be implemente

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

2015-03-15 Thread Corey Farrell
lly booted. * In ast_log_safe() after setting in_safe_log. * From the logger thread. Only the message after fully booted was shown in the logs, all others were ignored. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided b

Re: [asterisk-dev] [Code Review] 4501: ast_register_atexit should only be used when absolutely needed (13+ version)

2015-03-15 Thread Corey Farrell
up all local channels? - Corey Farrell On March 15, 2015, 6:33 a.m., Corey Farrell wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https:

[asterisk-dev] [Code Review] 4501: ast_register_atexit should only be used when absolutely needed (13+ version)

2015-03-15 Thread Corey Farrell
rg/r/4501/diff/ Testing --- Compiled, started and ran 'core stop now'. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRI

[asterisk-dev] [Code Review] 4500: ast_register_atexit should only be used when absolutely needed (11 version)

2015-03-15 Thread Corey Farrell
hes/11/include/asterisk.h 432991 Diff: https://reviewboard.asterisk.org/r/4500/diff/ Testing --- Compiled, started and ran 'core stop now'. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Pro

[asterisk-dev] [Code Review] 4497: logger: init_logger_chain has unreachable code

2015-03-14 Thread Corey Farrell
logging to be enabled in that case. Also verified that valid logger.conf was not effected. Thanks, Corey Farrell -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

<    1   2   3   4   5   6   7   8   >