Re: [asterisk-dev] [Code Review] 3865: Stasis: Handle incoming masquerades

2014-07-29 Thread Mark Michelson
probably shouldn't really be what we call the callback, except: 1) fixup is just as vague 2) I couldn't think of anything better. Ship it! - Mark Michelson On July 28, 2014, 5:35 p.m., opticron wrote: --- This is an automatically

[asterisk-dev] [Code Review] 3866: Ensure that arbitrary header order of AMI Userevent Action results in same information being transmitted in the ensuing AMI event.

2014-07-29 Thread Mark Michelson
--- I can confirm that this test does not pass with current trunk, but with the patch applied, the test passes successfully. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-dev] [Code Review] 3857: Ensure that channels that move from a stasis bridge to a non-stasis bridge have a StasisEnd sent at an appropriate time.

2014-07-29 Thread Mark Michelson
by a StasisEnd event. No further events are emitted for the channels over the websocket. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

Re: [asterisk-dev] [Code Review] 3816: Publish transferee and transfer target channels, when possible, during transfers.

2014-07-29 Thread Mark Michelson
that the code only needs to be up for review to be a candidate for inclusion, I have posted this without any testsuite tests. This will not be committed without either modifying existing tests or adding new tests, though. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3797: PJSIP: Add ContactStatusDetail to PJSIPShowEndpoint AMI command output

2014-07-29 Thread Mark Michelson
--- I have created both tracked and untracked contacts and ensured that the output looked correct for each. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing

Re: [asterisk-dev] [Code Review] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-07-29 Thread Mark Michelson
the string passed in. - Mark Michelson On July 29, 2014, 2:40 p.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780

Re: [asterisk-dev] [Code Review] 3854: manager.c - Improve documentation for manager command Getvar, Setvar

2014-07-29 Thread Mark Michelson
On July 29, 2014, 2:32 p.m., Joshua Colp wrote: /branches/1.8/main/manager.c, line 207 https://reviewboard.asterisk.org/r/3854/diff/1/?file=65275#file65275line207 This confuses me, even after reading a few times. Specifically what you've added: directly or via function. Dialplan

Re: [asterisk-dev] [Code Review] 3799: manager: Add ExtensionStateList, PresenceStateList, and DeviceStateList commands

2014-07-29 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3799/#review12917 --- Ship it! Ship it! (aside from opticron's findings) - Mark

Re: [asterisk-dev] [Code Review] 3857: Ensure that channels that move from a stasis bridge to a non-stasis bridge have a StasisEnd sent at an appropriate time.

2014-07-28 Thread Mark Michelson
a ChannelLeftBridge, followed by a StasisEnd event. No further events are emitted for the channels over the websocket. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing

Re: [asterisk-dev] [Code Review] 3857: Ensure that channels that move from a stasis bridge to a non-stasis bridge have a StasisEnd sent at an appropriate time.

2014-07-28 Thread Mark Michelson
-mail. To reply, visit: https://reviewboard.asterisk.org/r/3857/#review12889 --- On July 28, 2014, 5:21 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail

Re: [asterisk-dev] [Code Review] 3802: Add module support level to module info; print module support level in CLI module show command.

2014-07-25 Thread Mark Michelson
Functions0 Running core ... Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit

[asterisk-dev] [Code Review] 3857: Ensure that channels that move from a stasis bridge to a non-stasis bridge have a StasisEnd sent at an appropriate time.

2014-07-25 Thread Mark Michelson
, Mark Michelson -- _ -- 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

Re: [asterisk-dev] [Code Review] 3699: RLS: Inbound SUBSCRIBE handling

2014-07-25 Thread Mark Michelson
) behave as expected. This lends some confidence to the idea that the front line is working, at least. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

Re: [asterisk-dev] [Code Review] 3723: RLS: NOTIFY generation + structural refactor

2014-07-25 Thread Mark Michelson
there is still no method of generating multipart/related or RLMI bodies. However, with these changes, I did run the gamut of subscription tests in the testsuite and they all pass. This at least means that there are no detectable regressions at this point. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3741: RLS: Add body generation + some bug fixes

2014-07-25 Thread Mark Michelson
batched notification, and that operations that should cancel a batch did so properly. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

Re: [asterisk-dev] [Code Review] 3673: RLS: Nominal list tests

2014-07-25 Thread Mark Michelson
in these tests, so I figured I'd get those caught by reviewers early. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit

Re: [asterisk-dev] [Code Review] 3817: res_pjsip_notify: Add the ability for PJSIPNotify AMI command and pjsip send notify CLI command to send to a URI instead of an endpoint

2014-07-21 Thread Mark Michelson
On July 18, 2014, 3:40 p.m., Mark Michelson wrote: /trunk/include/asterisk/res_pjsip.h, lines 1195-1203 https://reviewboard.asterisk.org/r/3817/diff/2/?file=64713#file64713line1195 This function isn't necessary. When PJSIP is passed a URI string, PJSIP will perform URI validation

Re: [asterisk-dev] [Code Review] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-07-21 Thread Mark Michelson
On July 17, 2014, 9:49 p.m., Mark Michelson wrote: /trunk/res/res_pjsip_outbound_publish.c, lines 71-75 https://reviewboard.asterisk.org/r/3780/diff/1/?file=63302#file63302line71 This seems like an odd default behavior. I would suspect that by default we would actually magic up

Re: [asterisk-dev] [Code Review] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-07-21 Thread Mark Michelson
On July 17, 2014, 9:49 p.m., Mark Michelson wrote: /trunk/res/res_pjsip_outbound_publish.c, lines 71-75 https://reviewboard.asterisk.org/r/3780/diff/1/?file=63302#file63302line71 This seems like an odd default behavior. I would suspect that by default we would actually magic up

Re: [asterisk-dev] [Code Review] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-07-21 Thread Mark Michelson
On July 17, 2014, 9:49 p.m., Mark Michelson wrote: /trunk/res/res_pjsip_outbound_publish.c, lines 71-75 https://reviewboard.asterisk.org/r/3780/diff/1/?file=63302#file63302line71 This seems like an odd default behavior. I would suspect that by default we would actually magic up

Re: [asterisk-dev] [Code Review] 3759: chan_sip: upgrade registry and mwi object to ao2

2014-07-21 Thread Mark Michelson
should be good to go. - Mark Michelson On July 21, 2014, 8:54 a.m., Corey Farrell wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3759

Re: [asterisk-dev] [Code Review] 3799: manager: Add ExtensionStateList, PresenceStateList, and DeviceStateList commands

2014-07-21 Thread Mark Michelson
On July 18, 2014, 5:18 p.m., opticron wrote: I gave this review a look and only found the same findings as opticron. - Mark --- This is an automatically generated e-mail. To reply, visit:

Re: [asterisk-dev] [Code Review] 3777: module loader: Unload modules in reverse order of their start order

2014-07-21 Thread Mark Michelson
time ast_update_module_list() is called. Up to you really. - Mark Michelson On July 21, 2014, 4:58 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3777

Re: [asterisk-dev] [Code Review] 3810: res_hep_rtcp: Add module that sends RTCP information to a Homer Server

2014-07-21 Thread Mark Michelson
for ast_sockaddr_stringify() as before. - Mark Michelson On July 16, 2014, 10:37 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3810

Re: [asterisk-dev] [Code Review] 3781: Retrieve the source port of an incoming (chan_sip) SIP invite

2014-07-21 Thread Mark Michelson
://reviewboard.asterisk.org/r/3781/#comment23110 There's an inline function in include/asterisk/netsock2.h called ast_sockaddr_stringify_port() that you can use in place of the ast_sockaddr_stringify_fmt() call. - Mark Michelson On July 21, 2014, 1:15 p.m., dtryba wrote

Re: [asterisk-dev] [Code Review] 3823: Stasis: Allow configuration of message types to disallow

2014-07-21 Thread Mark Michelson
to this function, then the NULL check in this function should be changed to an assertion instead. - Mark Michelson On July 21, 2014, 5:37 p.m., opticron wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3729: Stasis: Allow prestart actions to be queued

2014-07-21 Thread Mark Michelson
://reviewboard.asterisk.org/r/3729/#comment23114 There's no real need for count when you have ao2_container_count() available to you. You can cal it prior to iterating over the items since you're removing the commands from the queue as they are executed. - Mark Michelson On July 18, 2014, 5:48 p.m., opticron

Re: [asterisk-dev] [Code Review] 3811: Move main/manager_*.c to loadable modules

2014-07-18 Thread Mark Michelson
On July 17, 2014, 9:41 p.m., Matt Jordan wrote: /trunk/main/stasis_channels.c, lines 1071-1077 https://reviewboard.asterisk.org/r/3811/diff/1/?file=64565#file64565line1071 I'm not sure why these changes (removal of the .to_ami callback) were necessary. Generally, I

Re: [asterisk-dev] [Code Review] 3823: Stasis: Allow configuration of message types to disallow

2014-07-18 Thread Mark Michelson
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

Re: [asterisk-dev] [Code Review] 3816: Publish transferee and transfer target channels, when possible, during transfers.

2014-07-18 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3816/#review12730 --- On July 17, 2014, 6:01 p.m., Mark Michelson wrote

Re: [asterisk-dev] [Code Review] 3817: res_pjsip_notify: Add the ability for PJSIPNotify AMI command and pjsip send notify CLI command to send to a URI instead of an endpoint

2014-07-18 Thread Mark Michelson
or URI is acceptable. - Mark Michelson On July 17, 2014, 7:27 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3817

Re: [asterisk-dev] [Code Review] 3825: testsuite: Add a PJSIPNotify manager command test for using URIs instead of endpoints

2014-07-18 Thread Mark Michelson
. However, given my comments from your Asterisk implementation review, the pjsip.conf will need to be updated to use a default outbound endpoint. - Mark Michelson On July 17, 2014, 9:51 p.m., Jonathan Rose wrote

Re: [asterisk-dev] [Code Review] 3816: Publish transferee and transfer target channels, when possible, during transfers.

2014-07-17 Thread Mark Michelson
, Mark Michelson -- _ -- 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

Re: [asterisk-dev] [Code Review] 3815: Improve AstDb I/O When Updating Rows

2014-07-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3815/#review12722 --- Ship it! Ship It! - Mark Michelson On July 17, 2014, 5:57

Re: [asterisk-dev] [Code Review] 3802: Add module support level to module info; print module support level in CLI module show command.

2014-07-16 Thread Mark Michelson
DAHDI ISDN Remote Access Server 0 Running extended app_db.so Database Access Functions0 Running core ... Thanks, Mark Michelson

[asterisk-dev] [Code Review] 3816: Publish transferee and transfer target channels, when possible, during transfers.

2014-07-16 Thread Mark Michelson
this without any testsuite tests. This will not be committed without either modifying existing tests or adding new tests, though. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[asterisk-dev] [Code Review] 3797: PJSIP: Add ContactStatusDetail to PJSIPShowEndpoint AMI command output

2014-07-15 Thread Mark Michelson
- /trunk/res/res_pjsip/pjsip_options.c 418633 Diff: https://reviewboard.asterisk.org/r/3797/diff/ Testing --- I have created both tracked and untracked contacts and ensured that the output looked correct for each. Thanks, Mark Michelson

[asterisk-dev] [Code Review] 3802: Add module support level to module info; print module support level in CLI module show command.

2014-07-15 Thread Mark Michelson
app_dahdiras.soDAHDI ISDN Remote Access Server 0 Running extended app_db.so Database Access Functions0 Running core ... Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3802: Add module support level to module info; print module support level in CLI module show command.

2014-07-15 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3802/#review12674 --- On July 15, 2014, 10:35 p.m., Mark Michelson wrote

Re: [asterisk-dev] [Code Review] 3802: Add module support level to module info; print module support level in CLI module show command.

2014-07-15 Thread Mark Michelson
core ... Thanks, Mark Michelson -- _ -- 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] 3741: RLS: Add body generation + some bug fixes

2014-07-10 Thread Mark Michelson
looked correct in that case. I also tested batched notifications to ensure that the notification was batched, that multiple state changes would be reflected in a single batched notification, and that operations that should cancel a batch did so properly. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3707: asterisk.pc file contains a spacing error in CFlags

2014-07-09 Thread Mark Michelson
On 07/09/2014 06:29 AM, Tzafrir Cohen wrote: On Thu, Jul 03, 2014 at 12:02:35PM -, Diederik de Groot wrote: Which should have been: Cflags: -I/usr/include/libxml2 -g3 Off-topic: what is libxml2 needed for? $ ls -F /usr/include/libxml2/ libxml/ $ grep -r libxml include/asterisk* [

Re: [asterisk-dev] Peer callingpres - not used when we make SIP Outdial

2014-07-09 Thread Mark Michelson
On 07/09/2014 05:30 PM, Matthew Jordan wrote: On Wed, Jul 9, 2014 at 4:34 PM, bala murugan fightwit...@gmail.com wrote: Hi , I tried to set the parameter value callingpres and tried making outdial to the same peer , but the value we set to this parameter is never getting used when make an

Re: [asterisk-dev] [Code Review] 3723: RLS: NOTIFY generation + structural refactor

2014-07-08 Thread Mark Michelson
, Mark Michelson -- _ -- 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

Re: [asterisk-dev] [Code Review] 3705: res_pjsip_dialog_info_body_generator: Add dialog-info+xml implementation and tweak res_pjsip_pubsub to support it.

2014-07-07 Thread Mark Michelson
On July 4, 2014, 3:43 p.m., Matt Jordan wrote: /branches/12/res/res_pjsip_dialog_info_body_generator.c, lines 152-155 https://reviewboard.asterisk.org/r/3705/diff/1/?file=62059#file62059line152 Doxygen comments on these #defines would be nice, as they aren't 'obvious' sizes (3?

Re: [asterisk-dev] [Code Review] 3705: res_pjsip_dialog_info_body_generator: Add dialog-info+xml implementation and tweak res_pjsip_pubsub to support it.

2014-07-07 Thread Mark Michelson
/res_pjsip_dialog_info_body_generator.c https://reviewboard.asterisk.org/r/3705/#comment22765 I recommend moving this check higher in the function. Eliminating potential errors early saves you from constructing a partial XML body only to end up bailing when you can't retrieve the version number. - Mark Michelson On July 2

Re: [asterisk-dev] [Code Review] 3699: RLS: Inbound SUBSCRIBE handling

2014-07-07 Thread Mark Michelson
that the front line is working, at least. Thanks, Mark Michelson -- _ -- 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] 3673: RLS: Nominal list tests

2014-07-07 Thread Mark Michelson
mistakes made in these tests, so I figured I'd get those caught by reviewers early. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

[asterisk-dev] [Code Review] 3723: RLS: NOTIFY generation + structural refactor

2014-07-07 Thread Mark Michelson
, with these changes, I did run the gamut of subscription tests in the testsuite and they all pass. This at least means that there are no detectable regressions at this point. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] [Code Review] 3699: RLS: Inbound SUBSCRIBE handling

2014-07-03 Thread Mark Michelson
--- On July 1, 2014, 11:21 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3699/ --- (Updated

Re: [asterisk-dev] [Code Review] 3699: RLS: Inbound SUBSCRIBE handling

2014-07-03 Thread Mark Michelson
--- On July 1, 2014, 11:21 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3699

[asterisk-dev] [Code Review] 3699: RLS: Inbound SUBSCRIBE handling

2014-07-01 Thread Mark Michelson
is working, at least. Thanks, Mark Michelson -- _ -- 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

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

2014-06-26 Thread Mark Michelson
a level of indentation. /trunk/res/res_fax_spandsp.c https://reviewboard.asterisk.org/r/3666/#comment22561 Use ast_str_buffer() instead of directly accessing the contents of an ast_str - Mark Michelson On June 26, 2014, 7:54 p.m., Jonathan Rose wrote

Re: [asterisk-dev] [Code Review] 3673: RLS: Nominal list tests

2014-06-26 Thread Mark Michelson
://reviewboard.asterisk.org/r/3673/#review12358 --- On June 25, 2014, 7:37 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3673: RLS: Nominal list tests

2014-06-26 Thread Mark Michelson
certainly some mistakes made in these tests, so I figured I'd get those caught by reviewers early. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

Re: [asterisk-dev] [Code Review] 3673: RLS: Nominal list tests

2014-06-26 Thread Mark Michelson
or (fingers crossed) I get a ship it! - Mark Michelson On June 26, 2014, 10:40 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3673

Re: [asterisk-dev] [Code Review] 3650: pbx_config: Add manager command equivalents to 'dialplan add extension' and 'dialplan remove extension' CLI commands

2014-06-26 Thread Mark Michelson
lookup of the context. - Mark Michelson On June 26, 2014, 9:12 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3650

[asterisk-dev] [Code Review] 3673: RLS: Nominal list tests

2014-06-25 Thread Mark Michelson
an unimplemented feature. There are almost certainly some mistakes made in these tests, so I figured I'd get those caught by reviewers early. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-dev] [Code Review] 3659: res_http_websocket: Dispose of websocket correctly when writes fail; use ast_careful_write to control disconnects (Asterisk 12+)

2014-06-25 Thread Mark Michelson
://reviewboard.asterisk.org/r/3659/#comment22494 To save some indentation, you could combine these two if statements into one compound one: if (*opcode == AST_WEBSOCKET_PING ast_websocket_write(session, AST_WEBSOCKET_OPCODE_PONG, *payload, *payload_len)) { ... } - Mark

Re: [asterisk-dev] [Code Review] 3624: res_http_websocket: Dispose of websocket correctly when writes fail; use ast_careful_write to control disconnects (Asterisk 11 only)

2014-06-25 Thread Mark Michelson
://reviewboard.asterisk.org/r/3624/#comment22495 Same suggestion as the 12 version of this review - Mark Michelson On June 25, 2014, 6:39 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3649: Bridging: Allow channels to define additional bridging hooks

2014-06-25 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3649/#review12320 --- Ship it! Ship It! - Mark Michelson On June 25, 2014, 3:19

Re: [asterisk-dev] [Code Review] 3619: Testsuite: Simple tests of PUSH() and UNSHIFT() function with variable inheritance.

2014-06-25 Thread Mark Michelson
Farrell wrote: Actually I would go a step farther and make this minversion: '1.8.0'. PUSH and UNSHIFT functions existed before 1.8.0 and were broken, so it would be correct for this test to fail on all previous versions, instead of being skipped. Mark Michelson wrote: Setting

Re: [asterisk-dev] [Code Review] 3619: Testsuite: Simple tests of PUSH() and UNSHIFT() function with variable inheritance.

2014-06-25 Thread Mark Michelson
/ Testing --- The test passes. Thanks, Mark Michelson -- _ -- 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] 3628: RLS: Abstract PJSIP-specific components from the pubsub API

2014-06-25 Thread Mark Michelson
Diff: https://reviewboard.asterisk.org/r/3628/diff/ Testing --- Since no new functionality has been added, I just ran the current gamut of testsuite tests (tests/channels/pjsip/subscriptions). They all pass. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3672: Bridging: Allow DTMF hook to pass execution to a different hook

2014-06-25 Thread Mark Michelson
/r/3672/#comment22498 Should this also send the FEATURE_DETECTION failure test event? - Mark Michelson On June 25, 2014, 7:14 p.m., opticron wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3649: Bridging: Allow channels to define additional bridging hooks

2014-06-24 Thread Mark Michelson
nothing :) trunk/tests/test_channel_datastore_features.c https://reviewboard.asterisk.org/r/3649/#comment22468 Replace the many while (nanosleep...) loops in this file with a single function call that takes the number of seconds and nanoseconds to sleep. - Mark Michelson On June 24, 2014, 6

Re: [asterisk-dev] [Code Review] 3659: res_http_websocket: Dispose of websocket correctly when writes fail; use ast_careful_write to control disconnects (Asterisk 12+)

2014-06-24 Thread Mark Michelson
/http_websocket.h https://reviewboard.asterisk.org/r/3659/#comment22471 Give these constants AST_ prefixes since they are global. - Mark Michelson On June 20, 2014, 4:57 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail

Re: [asterisk-dev] [Code Review] 3648: RLS: Resource list configuration

2014-06-20 Thread Mark Michelson
: false Event: ResourceListDetailComplete EventList: Complete ListItems: 1 All seems well to me. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

[asterisk-dev] [Code Review] 3648: RLS: Resource list configuration

2014-06-19 Thread Mark Michelson
: ResourceListDetail ObjectType: resource_list ObjectName: mylist Event: message-summary ListItem: foo,bar,baz NotificationBatchInterval: 5000 FullState: false Event: ResourceListDetailComplete EventList: Complete ListItems: 1 All seems well to me. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3650: pbx_config: Add manager command equivalents to 'dialplan add extension' and 'dialplan remove extension' CLI commands

2014-06-19 Thread Mark Michelson
: } else if (...) { /trunk/pbx/pbx_config.c https://reviewboard.asterisk.org/r/3650/#comment22262 I recommend ast_strdupa() here as well. - Mark Michelson On June 19, 2014, 4:41 p.m., Jonathan Rose wrote: --- This is an automatically

Re: [asterisk-dev] [Code Review] 3651: logger: Add AMI equivalent to 'logger rotate' CLI command

2014-06-19 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3651/#review12203 --- Ship it! Ship It! - Mark Michelson On June 19, 2014, 5:01

Re: [asterisk-dev] [Code Review] 3649: Bridging: Allow channels to define additional bridging hooks

2014-06-19 Thread Mark Michelson
On June 19, 2014, 5:48 p.m., Mark Michelson wrote: trunk/include/asterisk/bridge_channel.h, lines 645-653 https://reviewboard.asterisk.org/r/3649/diff/1/?file=59854#file59854line645 Add documentation that chan must be locked when calling this. Ignore this since I covered

Re: [asterisk-dev] [Code Review] 3649: Bridging: Allow channels to define additional bridging hooks

2014-06-19 Thread Mark Michelson
/bridge_channel.c https://reviewboard.asterisk.org/r/3649/#comment22266 Is this cast required? Either way, it's one of the weirder-looking things I've come across :) - Mark Michelson On June 19, 2014, 3:36 p.m., opticron wrote

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread Mark Michelson
://reviewboard.asterisk.org/r/3652/#comment22280 This loop is incorrect. I believe it should be: if (j = 0; j 8; ++j) { if ((addr[i] j) 1) { bits++; } } - Mark Michelson On June 19, 2014, 5:47 p.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 3648: RLS: Resource list configuration

2014-06-19 Thread Mark Michelson
: https://reviewboard.asterisk.org/r/3648/#review12217 --- On June 19, 2014, 3:45 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread Mark Michelson
On June 19, 2014, 6:01 p.m., Mark Michelson wrote: branches/12/main/netsock2.c, lines 156-160 https://reviewboard.asterisk.org/r/3652/diff/1/?file=59870#file59870line156 This loop is incorrect. I believe it should be: if (j = 0; j 8; ++j) { if ((addr[i] j

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread Mark Michelson
On June 19, 2014, 6:01 p.m., Mark Michelson wrote: branches/12/main/acl.c, line 683 https://reviewboard.asterisk.org/r/3652/diff/1/?file=59869#file59869line683 It's typically a good idea to avoid ast_strdupa() inside a for loop since it theoretically could blow the stack

Re: [asterisk-dev] [Code Review] 3628: RLS: Abstract PJSIP-specific components from the pubsub API

2014-06-19 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3628/#review12224 --- On June 18, 2014, 9:12 p.m., Mark Michelson wrote

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3652/#review12231 --- Ship it! Ship It! - Mark Michelson On June 19, 2014, 7:29

Re: [asterisk-dev] [Code Review] 3628: RLS: Abstract PJSIP-specific components from the pubsub API

2014-06-19 Thread Mark Michelson
/diff/ Testing --- Since no new functionality has been added, I just ran the current gamut of testsuite tests (tests/channels/pjsip/subscriptions). They all pass. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] [Code Review] 3648: RLS: Resource list configuration

2014-06-19 Thread Mark Michelson
ListItems: 1 All seems well to me. Thanks, Mark Michelson -- _ -- 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] 3363: Testsuite: Pluggable module for testing realtime

2014-06-19 Thread Mark Michelson
/tests/realtime/destroy/configs/ast1/extconfig.conf PRE-CREATION /asterisk/trunk/lib/python/asterisk/realtime_test_module.py PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3363/diff/ Testing --- Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3648: RLS: Resource list configuration

2014-06-19 Thread Mark Michelson
EventList: Complete ListItems: 1 All seems well to me. Thanks, Mark Michelson -- _ -- 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] 3648: RLS: Resource list configuration

2014-06-19 Thread Mark Michelson
://reviewboard.asterisk.org/r/3648/#review12236 --- On June 19, 2014, 9 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r

[asterisk-dev] [Code Review] 3628: RLS: Abstract PJSIP-specific components from the pubsub API

2014-06-18 Thread Mark Michelson
of testsuite tests (tests/channels/pjsip/subscriptions). They all pass. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options

Re: [asterisk-dev] [Code Review] 3618: App_jack: more than 8Khz

2014-06-17 Thread Mark Michelson
On June 13, 2014, 6:28 p.m., Mark Michelson wrote: /trunk/apps/app_jack.c, line 64 https://reviewboard.asterisk.org/r/3618/diff/1/?file=59647#file59647line64 I saw your comment about requiring a large ringbuffer for dealing with larger sampling rates, but I don't think a 128K

Re: [asterisk-dev] [Code Review] 3618: App_jack: more than 8Khz

2014-06-17 Thread Mark Michelson
be removed from the review. - Mark Michelson On June 14, 2014, 10:12 p.m., Dennis Guse wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3618

Re: [asterisk-dev] [Code Review] 3619: Testsuite: Simple tests of PUSH() and UNSHIFT() function with variable inheritance.

2014-06-17 Thread Mark Michelson
--- On June 13, 2014, 9:01 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3619/ --- (Updated June 13, 2014, 9

Re: [asterisk-dev] [Code Review] 3616: Allow PUSH() and UNSHIFT() functions to use inheritable channel variables.

2014-06-17 Thread Mark Michelson
with this patch applied. I am working on an official testsuite test, but I am currently having difficulties with the testsuite. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-dev] [Code Review] 3397: testsuite: directory fixes to prevent untracked files from being created in the svn directory

2014-06-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3397/#review12178 --- Ship it! Ship It! - Mark Michelson On June 6, 2014, 5:26

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

2014-06-17 Thread Mark Michelson
the if. trunk/apps/app_queue.c https://reviewboard.asterisk.org/r/3607/#comment22232 This line can be deleted. - Mark Michelson On June 11, 2014, 10:04 a.m., Michael K. wrote: --- This is an automatically generated e-mail. To reply

Re: [asterisk-dev] [Code Review] 3363: Testsuite: Pluggable module for testing realtime

2014-06-15 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3363/#review12051 --- On March 15, 2014, 6:34 p.m., Mark Michelson wrote

Re: [asterisk-dev] [Code Review] 3363: Testsuite: Pluggable module for testing realtime

2014-06-15 Thread Mark Michelson
://reviewboard.asterisk.org/r/3363/#review11516 --- On March 15, 2014, 6:34 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3363: Testsuite: Pluggable module for testing realtime

2014-06-15 Thread Mark Michelson
/configs/ast1/sorcery.conf PRE-CREATION /asterisk/trunk/tests/realtime/destroy/configs/ast1/extconfig.conf PRE-CREATION /asterisk/trunk/lib/python/asterisk/realtime_test_module.py PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3363/diff/ Testing --- Thanks, Mark Michelson

[asterisk-dev] [Code Review] 3619: Testsuite: Simple tests of PUSH() and UNSHIFT() function with variable inheritance.

2014-06-13 Thread Mark Michelson
-config.yaml PRE-CREATION /asterisk/trunk/tests/funcs/func_push/configs/ast1/extensions.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3619/diff/ Testing --- The test passes. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3620: res_manager_devicestate and res_manager_presencestate missing support level

2014-06-13 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3620/#review12145 --- Ship it! Ship It! - Mark Michelson On June 13, 2014, 3:58

Re: [asterisk-dev] [Code Review] 3618: App_jack: more than 8Khz

2014-06-13 Thread Mark Michelson
to go with that, at least for the time being. - Mark Michelson On June 13, 2014, 12:19 p.m., Dennis Guse wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3618

Re: [asterisk-dev] [Code Review] 3619: Testsuite: Simple tests of PUSH() and UNSHIFT() function with variable inheritance.

2014-06-13 Thread Mark Michelson
--- On June 13, 2014, 2:50 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3619/ --- (Updated June 13, 2014, 2

Re: [asterisk-dev] [Code Review] 3619: Testsuite: Simple tests of PUSH() and UNSHIFT() function with variable inheritance.

2014-06-13 Thread Mark Michelson
--- The test passes. Thanks, Mark Michelson -- _ -- 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

[asterisk-dev] [Code Review] 3616: Allow PUSH() and UNSHIFT() functions to use inheritable channel variables.

2014-06-12 Thread Mark Michelson
difficulties with the testsuite. Thanks, Mark Michelson -- _ -- 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

<    1   2   3   4   5   6   7   8   9   10   >