Re: [asterisk-dev] [Code Review] 3125: http: support chunked Transfer-Encoding

2014-01-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3125/#review10621 --- Ship it! Ship It! - Mark Michelson On Jan. 13, 2014, 11:26

[asterisk-dev] [Code Review] 3133: manager: Clarify eventfilter documentation

2014-01-17 Thread wdoekes
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3133/ --- Review request for Asterisk Developers. Repository: Asterisk

Re: [asterisk-dev] [Code Review] 3129: chan_pjsip: Provide a means for updating device state when going on/off hold

2014-01-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3129/#review10622 --- Ship it! Ship It! - Mark Michelson On Jan. 16, 2014, 8:56

Re: [asterisk-dev] [Code Review] 3125: http: support chunked Transfer-Encoding

2014-01-17 Thread Mark Michelson
On Jan. 16, 2014, 5 p.m., Mark Michelson wrote: /branches/12/main/http.c, line 813 https://reviewboard.asterisk.org/r/3125/diff/2/?file=52892#file52892line813 chunked_atoh shouldn't be necessary. You should be able to just use: sscanf(chunk_header, %x, chunk_length);

Re: [asterisk-dev] [Code Review] 3133: manager: Clarify eventfilter documentation

2014-01-17 Thread wdoekes
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3133/ --- (Updated Jan. 17, 2014, 9:46 a.m.) Review request for Asterisk

Re: [asterisk-dev] [Code Review] 3051: TestSuite: Add chan_pjsip path support tests

2014-01-17 Thread wdoekes
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3051/#review10619 --- Without going into the functionality of the patch, a few

Re: [asterisk-dev] [Code Review] 3131: PJSIP: support 'allow=all'

2014-01-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3131/#review10623 --- Ship it! Because my comments are so minor, I'm going ahead

Re: [asterisk-dev] [Code Review] 3118: Testsuite: Add tests for ARI control of external MWI (ARI mailboxes resource)

2014-01-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3118/#review10624 --- Ship it! Ship It! - Mark Michelson On Jan. 16, 2014, 8:26

Re: [asterisk-dev] [Code Review] 3122: ARI: Add support for specifying channel variables during originate

2014-01-17 Thread Kevin Harwell
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3122/#review10625 --- branches/12/res/ari/resource_channels.c

[asterisk-dev] [Code Review] 3134: pbx.c: avoid segfault on uninitialized time values

2014-01-17 Thread Scott Griepentrog
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3134/ --- Review request for Asterisk Developers. Bugs: ASTERISK-22861

Re: [asterisk-dev] [Code Review] 3130: testsuite: Update hold test to monitor device state of PJSIP channels

2014-01-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3130/#review10626 --- Ship it! Ship It! - Mark Michelson On Jan. 16, 2014, 6:33

Re: [asterisk-dev] [Code Review] 3125: http: support chunked Transfer-Encoding

2014-01-17 Thread opticron
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3125/#review10627 --- Ship it! The chunked decode looks good according to the RFC!

Re: [asterisk-dev] [Code Review] 3125: http: support chunked Transfer-Encoding

2014-01-17 Thread Scott Griepentrog
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3125/ --- (Updated Jan. 17, 2014, 2:51 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 3126: testsuite: check chunked Transfer-Encoding operation

2014-01-17 Thread Scott Griepentrog
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3126/ --- (Updated Jan. 17, 2014, 2:58 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 3122: ARI: Add support for specifying channel variables during originate

2014-01-17 Thread opticron
On Jan. 17, 2014, 12:38 p.m., Kevin Harwell wrote: branches/12/res/ari/resource_channels.c, lines 753-756 https://reviewboard.asterisk.org/r/3122/diff/2/?file=51449#file51449line753 I'm sure you looked into this, but is there no way to have this block of code in the auto

Re: [asterisk-dev] [Code Review] 3131: PJSIP: support 'allow=all'

2014-01-17 Thread Scott Griepentrog
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3131/ --- (Updated Jan. 17, 2014, 3:53 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 2723: Add pass through support for both VP8 and Opus

2014-01-17 Thread Matt Jordan
On Jan. 16, 2014, 11:16 a.m., Sean Bright wrote: /trunk/channels/chan_sip.c, lines 13419-13421 https://reviewboard.asterisk.org/r/2723/diff/5/?file=44381#file44381line13419 Shouldn't this be a_audio instead of a_text, or does it matter? Good catch - feel free to patch away - Matt

[asterisk-dev] [Code Review] 3135: Protect ast_filestream object when on a channel

2014-01-17 Thread Russell Bryant
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3135/ --- Review request for Asterisk Developers and leifmadsen. Repository:

Re: [asterisk-dev] [Code Review] 2723: Add pass through support for both VP8 and Opus

2014-01-17 Thread Sean Bright
On Jan. 16, 2014, 5:16 p.m., Sean Bright wrote: /trunk/channels/chan_sip.c, lines 13419-13421 https://reviewboard.asterisk.org/r/2723/diff/5/?file=44381#file44381line13419 Shouldn't this be a_audio instead of a_text, or does it matter? Matt Jordan wrote: Good catch - feel

[asterisk-dev] [Code Review] 3136: cli: pjsip show endpoint endpoint shows allow/disallow codecs the same

2014-01-17 Thread Scott Griepentrog
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3136/ --- Review request for Asterisk Developers. Bugs: ASTERISK-23092

[asterisk-dev] res_pjsip: MWI subscription missing name

2014-01-17 Thread Kevin Harwell
Greetings, When a subscription to MWI comes into the res_pjsip_mwi module it will attempt to extract an aor_name from the URI on the request. Currently a warning message is logged and the request is rejected if a suitable AoR cannot be found by the given name. But what should happen if the

Re: [asterisk-dev] [Code Review] 3136: cli: pjsip show endpoint endpoint shows allow/disallow codecs the same

2014-01-17 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3136/#review10632 --- Not sure this is a good idea. First, I wouldn't hardcode a

Re: [asterisk-dev] [Code Review] 3135: Protect ast_filestream object when on a channel

2014-01-17 Thread rmudgett
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3135/#review10631 --- /branches/1.8/main/channel.c

Re: [asterisk-dev] [Code Review] 3134: pbx.c: avoid segfault on uninitialized time values

2014-01-17 Thread rmudgett
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3134/#review10633 --- Only the corryfarrel patch is needed. The other patch is not

Re: [asterisk-dev] [Code Review] 3135: Protect ast_filestream object when on a channel

2014-01-17 Thread Russell Bryant
On Jan. 17, 2014, 11:50 p.m., rmudgett wrote: /branches/1.8/main/channel.c, lines 3576-3579 https://reviewboard.asterisk.org/r/3135/diff/1/?file=52962#file52962line3576 This should not be done at all. You are dropping a reference when timingdata doesn't really hold the

Re: [asterisk-dev] [Code Review] 3135: Protect ast_filestream object when on a channel

2014-01-17 Thread Russell Bryant
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3135/ --- (Updated Jan. 18, 2014, 12:58 a.m.) Review request for Asterisk