Re: [asterisk-dev] [Code Review] 3548: suspended destructions of pri spans following PRI_EVENT_REMOVED

2014-06-23 Thread Tzafrir Cohen
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3548/ --- (Updated June 23, 2014, 2:44 a.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 3661: Move eid functions to utils.c, mark netsock.h deprecated

2014-06-23 Thread Olle E. Johansson
On 23 Jun 2014, at 04:01, Matt Jordan reviewbo...@asterisk.org wrote: Move eid functions from netsock.c to utils.c. These functions were already published by utils.h. Flag netsock.h as deprecated and switch res_pjsip_session.h to use netsock2.h. The only code that still uses

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3607/ --- (Updated June 23, 2014, 9:36 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
On June 17, 2014, 9:25 p.m., Mark Michelson wrote: trunk/apps/app_queue.c, line 8490 https://reviewboard.asterisk.org/r/3607/diff/1/?file=59533#file59533line8490 atoi() does not detect errors (such as the input not being an integer) and will just return 0 on bad values. You can

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3607/ --- (Updated June 23, 2014, 9:41 a.m.) Review request for Asterisk

Re: [asterisk-dev] [svn-commits] file: branch file/sha256-a-harsh-reality r417073 - /team/file/sha256-a-harsh-...

2014-06-23 Thread Olle E. Johansson
On 23 Jun 2014, at 13:59, SVN commits to the Digium repositories svn-comm...@lists.digium.com wrote: + /* If ICE negotiation is enabled the DTLS Handshake will be performed upon completion of it */ +#ifdef USE_PJPROJECT + if (!rtp-ssl || rtp-ice) { +#else if (!rtp-ssl) {

Re: [asterisk-dev] [svn-commits] file: branch file/sha256-a-harsh-reality r417073 - /team/file/sha256-a-harsh-...

2014-06-23 Thread Joshua Colp
Olle E. Johansson wrote: On 23 Jun 2014, at 13:59, SVN commits to the Digium repositoriessvn-comm...@lists.digium.com wrote: + /* If ICE negotiation is enabled the DTLS Handshake will be performed upon completion of it */ +#ifdef USE_PJPROJECT + if (!rtp-ssl || rtp-ice) { +#else

Re: [asterisk-dev] [svn-commits] file: branch file/sha256-a-harsh-reality r417073 - /team/file/sha256-a-harsh-...

2014-06-23 Thread Olle E. Johansson
On 23 Jun 2014, at 14:24, Joshua Colp jc...@digium.com wrote: Olle E. Johansson wrote: On 23 Jun 2014, at 13:59, SVN commits to the Digium repositoriessvn-comm...@lists.digium.com wrote: + /* If ICE negotiation is enabled the DTLS Handshake will be performed upon completion of it */

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
On June 23, 2014, 12:10 a.m., Corey Farrell wrote: Sorry to hit so many issues, I did tell you I was not so confident with the changes I made to the last 3 files. Looking at it a second time has helped find stuff. Feel free to BUGBUG things where possible. I've clicked open an

Re: [asterisk-dev] [Code Review] 3621: documentation: features.conf.sample is unclear as to which parking options apply globally to all parking lots (1.8)

2014-06-23 Thread rnewton
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3621/ --- (Updated June 23, 2014, 9:34 a.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 3622: documentation: features.conf.sample is unclear as to which parking options apply globally to all parking lots (11)

2014-06-23 Thread rnewton
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3622/ --- (Updated June 23, 2014, 9:35 a.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/ --- (Updated June 23, 2014, 9:51 a.m.) Review request for Asterisk

Re: [asterisk-dev] Format branch naming conventions

2014-06-23 Thread Matthew Jordan
On Sun, Jun 22, 2014 at 12:22 PM, Corey Farrell g...@cfware.com wrote: For a few functions you are recommending we create a new function, and keep the old function. I think we should delete the old function, at most provide a macro so the new function can be called with the old name. The

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Matt Jordan
On June 17, 2014, 4:25 p.m., Mark Michelson wrote: trunk/apps/app_queue.c, line 8490 https://reviewboard.asterisk.org/r/3607/diff/1/?file=59533#file59533line8490 atoi() does not detect errors (such as the input not being an integer) and will just return 0 on bad values. You can

Re: [asterisk-dev] [Code Review] 3657: when using FEC, asterisk considers negative sequence numbers as missing

2014-06-23 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3657/#review12273 --- trunk/main/udptl.c

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
On June 23, 2014, 12:10 a.m., Corey Farrell wrote: /team/group/media_formats-reviewed/main/rtp_engine.c, line 669 https://reviewboard.asterisk.org/r/3665/diff/3/?file=60243#file60243line669 type-format could be leaking a reference here. Matt Jordan wrote: If this pattern

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/#review12275 --- /team/group/media_formats-reviewed/main/format_cache.c

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
On June 23, 2014, 12:41 p.m., Corey Farrell wrote: /team/group/media_formats-reviewed/main/rtp_engine.c, line 234 https://reviewboard.asterisk.org/r/3665/diff/3-4/?file=60243#file60243line234 For a static procedure shouldn't we omit the ast_ namespace? I didn't here simply because

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
On June 23, 2014, 12:10 a.m., Corey Farrell wrote: /team/group/media_formats-reviewed/main/codec.c, line 87 https://reviewboard.asterisk.org/r/3665/diff/3/?file=60235#file60235line87 Why? Matt Jordan wrote: Because there are times when a user wants to look up a codec by name

Re: [asterisk-dev] [Code Review] 3657: when using FEC, asterisk considers negative sequence numbers as missing

2014-06-23 Thread Torrey Searle
On June 23, 2014, 4:48 p.m., Matt Jordan wrote: trunk/main/udptl.c, lines 538-543 https://reviewboard.asterisk.org/r/3657/diff/1/?file=59974#file59974line538 I'm not very familiar with the UDPTL code here, so this is more a dump of me trying to figure out what the error in the

[asterisk-dev] [Code Review] 3666: res_fax: fax show session, fax show sessions, fax show stats - providing similar AMI commands

2014-06-23 Thread Jonathan Rose
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3666/ --- Review request for Asterisk Developers, Matt Jordan and Mark Michelson.

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/ --- (Updated June 23, 2014, 3:34 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 3601: accountcode: Slightly change accountcode propagation.

2014-06-23 Thread rmudgett
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3601/ --- (Updated June 23, 2014, 3:56 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 3657: when using FEC, asterisk considers negative sequence numbers as missing

2014-06-23 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3657/#review12282 --- Ship it! Ship It! - Matt Jordan On June 20, 2014, 3:47

Re: [asterisk-dev] [Code Review] 3657: when using FEC, asterisk considers negative sequence numbers as missing

2014-06-23 Thread Matt Jordan
On June 23, 2014, 11:48 a.m., Matt Jordan wrote: trunk/main/udptl.c, lines 538-543 https://reviewboard.asterisk.org/r/3657/diff/1/?file=59974#file59974line538 I'm not very familiar with the UDPTL code here, so this is more a dump of me trying to figure out what the error in the

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
On June 23, 2014, 3:45 p.m., Corey Farrell wrote: /team/group/media_formats-reviewed/main/rtp_engine.c, line 1730 https://reviewboard.asterisk.org/r/3665/diff/4-5/?file=60343#file60343line1730 I think we need to zero out the records starting with ast_rtp_mime_types[y + 1] and

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/#review12285 --- Ship it! Ship It! - Corey Farrell On June 23, 2014, 4:34

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/ --- (Updated June 23, 2014, 4:42 p.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/#review12286 --- /team/group/media_formats-reviewed/main/rtp_engine.c

Re: [asterisk-dev] [Code Review] 3665: media_formats: Core updates, plus format_cache/channel/and some other stuff

2014-06-23 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3665/ --- (Updated June 23, 2014, 5:10 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 3666: res_fax: fax show session, fax show sessions, fax show stats - providing similar AMI commands

2014-06-23 Thread Jonathan Rose
On June 23, 2014, 4:36 p.m., Matt Jordan wrote: /trunk/res/res_fax.c, lines 318-325 https://reviewboard.asterisk.org/r/3666/diff/1/?file=60383#file60383line318 For duplicate fields, use an xi:include to pull in the documentation. Don't reproduce documentation that you don't have

[asterisk-dev] [Code Review] 3667: Media Formats fixes for trunk branch

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3667/ --- Review request for Asterisk Developers, Joshua Colp and Matt Jordan.

Re: [asterisk-dev] [Code Review] 3661: Move eid functions to utils.c, mark netsock.h deprecated

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3661/ --- (Updated June 23, 2014, 9:50 p.m.) Status -- This change has been

[asterisk-dev] [Code Review] 3668: refcounter.py uses excessive RAM when processing large refs file

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3668/ --- Review request for Asterisk Developers and Matt Jordan. Bugs:

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
On June 17, 2014, 9:25 p.m., Mark Michelson wrote: trunk/apps/app_queue.c, line 8490 https://reviewboard.asterisk.org/r/3607/diff/1/?file=59533#file59533line8490 atoi() does not detect errors (such as the input not being an integer) and will just return 0 on bad values. You can

[asterisk-dev] [Code Review] 3669: chan_sip: Fix handling of From headers longer than 256 characters

2014-06-23 Thread Corey Farrell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3669/ --- Review request for Asterisk Developers. Bugs: ASTERISK-23790