Re: [asterisk-dev] [Code Review] 3595: app_queue: delayed state event can trigger leavewhenempty ringing too early

2014-06-11 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3595/#review12126 --- Ship it! - Mark Michelson On June 11, 2014, 2:09 p.m

Re: [asterisk-dev] [Code Review] 3599: menuselect fails to read config when all resource modules are disabled

2014-06-11 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3599/#review12128 --- Ship it! Ship It! - Mark Michelson On June 9, 2014, 7:21

[asterisk-dev] chan_sip usereqphone option

2014-06-11 Thread Mark Michelson
Hi! It has been brought to my attention that chan_pjsip does not have an equivalent to chan_sip's usereqphone option. However, nobody here seems to know how useful such an option actually would be. The result is, we have no idea if an equivalent should be made in chan_pjsip or if we should

[asterisk-dev] SIP Resource list subscriptions

2014-06-11 Thread Mark Michelson
Hey folks, I have just completed writing wiki pages that detail a plan for implementing SIP resource list subscriptions in Asterisk trunk. Here are the relevant pages: Parent page: https://wiki.asterisk.org/wiki/display/AST/Resource+List+Subscriptions API Abstraction plan:

Re: [asterisk-dev] [Code Review] 3598: res_pjsip_pubsub: Persist subscriptions using sorcery and recreate them upon startup.

2014-06-10 Thread Mark Michelson
/res_pjsip.c https://reviewboard.asterisk.org/r/3598/#comment22133 Remove this comment since it doesn't add anything and the persisted information part of it may end up being overly narrow. - Mark Michelson On June 10, 2014, 2:12 p.m., Joshua Colp wrote

Re: [asterisk-dev] [Code Review] 3600: testsuite: SIPNotify + PJSIPNotify behavioral tests

2014-06-10 Thread Mark Michelson
Developers, Matt Jordan and Mark Michelson. Repository: testsuite Description --- Tests for the following behavior in PJSIPNotify action: *PJSIPNotify sends notify messages with specified custom headers *PJSIPNotify does not override reserved headers *PJSIPNotify sends notify message

Re: [asterisk-dev] [Code Review] 3595: app_queue: delayed state event can trigger leavewhenempty ringing too early

2014-06-10 Thread Mark Michelson
) both report the member as ringing, it's a safe bet that the member actually is ringing and we should move on. - Mark Michelson On June 10, 2014, 2:43 p.m., Scott Griepentrog wrote: --- This is an automatically generated e-mail

Re: [asterisk-dev] [Code Review] 3587: chan_pjsip: PJSIPNotify - strip content-length headers, add documentation.

2014-06-09 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3587/#review12100 --- Ship it! Ship It! - Mark Michelson On June 6, 2014, 9:56

Re: [asterisk-dev] [Code Review] 3598: res_pjsip_pubsub: Persist subscriptions using sorcery and recreate them upon startup.

2014-06-09 Thread Mark Michelson
own function allows both users to call the common function. /branches/12/res/res_pjsip_pubsub.c https://reviewboard.asterisk.org/r/3598/#comment22123 Red - Mark Michelson On June 6, 2014, 6:14 p.m., Joshua Colp wrote

Re: [asterisk-dev] [Code Review] 3578: Update tests for channel snapshot reduction; add AMI channelvars/Status action test

2014-06-06 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3578/#review12081 --- Ship it! Ship It! - Mark Michelson On June 1, 2014, 9:16

Re: [asterisk-dev] [Code Review] 3568: Reduce creation of channel snapshots to improve performance

2014-06-06 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3568/#review12085 --- Ship it! Ship It! - Mark Michelson On June 6, 2014, 12:34

Re: [asterisk-dev] [Code Review] 3588: chan_sip: Flip the order of variables supplied to SIPNotify

2014-06-06 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3588/#review12091 --- Ship it! Ship It! - Mark Michelson On June 6, 2014, 9:08

Re: [asterisk-dev] [Code Review] 3575: config: Fix config files not reloading when only an included file changes.

2014-06-05 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3575/#review12052 --- Ship it! Ship It! - Mark Michelson On May 30, 2014, 5:39

Re: [asterisk-dev] [Code Review] 3585: bridge_native_rtp: Reconfigure bridge on removal of framehook - take 2

2014-06-05 Thread Mark Michelson
a third flag needs to be considered. - Mark Michelson On June 4, 2014, 4:43 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3585

Re: [asterisk-dev] [Code Review] 3585: bridge_native_rtp: Reconfigure bridge on removal of framehook - take 2

2014-06-05 Thread Mark Michelson
On June 5, 2014, 5:45 p.m., Mark Michelson wrote: /branches/12/main/channel.c, lines 10156-10161 https://reviewboard.asterisk.org/r/3585/diff/1/?file=59219#file59219line10156 I reccomend re-writing this to be: hangup_flags = ast_channel_softhangup_internal_flag(chan

Re: [asterisk-dev] [Code Review] 3585: bridge_native_rtp: Reconfigure bridge on removal of framehook - take 2

2014-06-05 Thread Mark Michelson
On June 5, 2014, 5:45 p.m., Mark Michelson wrote: /branches/12/include/asterisk/channel.h, line 4300 https://reviewboard.asterisk.org/r/3585/diff/1/?file=59216#file59216line4300 It's a tough thing to do, but I'd like to see this function's name imply that channels that are being

Re: [asterisk-dev] [Code Review] 3586: testsuite: Update PJSIP blind transfer tests for expected direct media re-INVITEs

2014-06-05 Thread Mark Michelson
idem. - Mark Michelson On June 4, 2014, 4:43 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3586

Re: [asterisk-dev] [Code Review] 3587: chan_pjsip: PJSIPNotify - strip content-length headers, add documentation.

2014-06-05 Thread Mark Michelson
afterwards. 4) Pass vars as the second argument to push_notify() 5) Call ast_variables_destroy(vars) in the INVALID_ENDPOINT and ALLOC_ERROR cases in the switch statement. - Mark Michelson On June 5, 2014, 6:19 p.m., Jonathan Rose wrote

Re: [asterisk-dev] [Code Review] 3572: cli_aliases: Add 'pjsip reload' alias because it's nice. Plus, another for 11 syntax compatability.

2014-06-03 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3572/#review12036 --- Ship it! Ship It! - Mark Michelson On May 28, 2014, 8:14

Re: [asterisk-dev] [Code Review] 3572: cli_aliases: Add 'pjsip reload' alias because it's nice. Plus, another for 11 syntax compatability.

2014-05-29 Thread Mark Michelson
On May 28, 2014, 11:57 p.m., Paul Belanger wrote: I'm all for adding the pjsip reload, but the context changes in the template seem unnecessary and potentially break systems that depend on the default config files. Matt Jordan wrote: Do you have an alternative to propose for

Re: [asterisk-dev] [Code Review] 3512: media formats: Convert the translation core over

2014-05-29 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3512/#review12002 --- Ship it! Ship It! - Mark Michelson On May 8, 2014, 8:37

Re: [asterisk-dev] [Code Review] 3564: TALK_DETECT: Tests for Asterisk Test Suite

2014-05-29 Thread Mark Michelson
/talk_detect.py https://reviewboard.asterisk.org/r/3564/#comment21941 This isn't necessary since you are not modifying FINAL_PLAYBACK - Mark Michelson On May 25, 2014, 4:47 a.m., Matt Jordan wrote: --- This is an automatically generated e

Re: [asterisk-dev] [Code Review] 3537: chan_sip+CEL: Add missing ANSWER and PICKUP events to INVITE/w/replaces pickup (for asterisk 12)

2014-05-29 Thread Mark Michelson
On May 22, 2014, 2:12 p.m., Matt Jordan wrote: /branches/12/channels/chan_sip.c, lines 25146-25151 https://reviewboard.asterisk.org/r/3537/diff/1/?file=58434#file58434line25146 Not a finding, just a thought for your testing. Under the hood, ast_do_pickup will eventually

Re: [asterisk-dev] [Code Review] 3570: Testcase for r3562 (chan_sip: Start session timer at 200, not at INVITE)

2014-05-27 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3570/#review11980 --- Ship it! Ship It! - Mark Michelson On May 27, 2014, 9:04

Re: [asterisk-dev] [Code Review] 3512: media formats: Convert the translation core over

2014-05-08 Thread Mark Michelson
code. - Mark Michelson On May 8, 2014, 5:16 p.m., Kevin Harwell wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3512

Re: [asterisk-dev] [Code Review] 3489: testsuite: Improve logging

2014-05-08 Thread Mark Michelson
/r/3489/#comment21738 Assert that run_num 0 - Mark Michelson On April 28, 2014, 8:18 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3489

Re: [asterisk-dev] [Code Review] 3428: Testsuite: ARI Playback Tones tests for channels and bridges

2014-05-08 Thread Mark Michelson
/tones/bridges_play.py https://reviewboard.asterisk.org/r/3428/#comment21740 Does this instance variable get used anywhere? - Mark Michelson On May 7, 2014, 6:58 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail

Re: [asterisk-dev] [Code Review] 3490: Testsuite: Ensure that repeated device states and presence states behave as expected

2014-05-01 Thread Mark Michelson
://reviewboard.asterisk.org/r/3490/diff/ Testing --- Prior to the diff mentioned in the description, devstate_repeat and presencestate_repeat would pass, but presencestate_repeat_okay would not. With the diff above applied, all three tests pass. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3482: func_presencestate: Make base64 encoded-ness consistent for consumers of presence state

2014-05-01 Thread Mark Michelson
to be reusable and to plug some memory leaks and stasis subscription leaks. 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] 3505: app_chanspy: Fix a bug where barge mode only works on the first connection when multiple sessions are spied on for a channel

2014-05-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3505/#review11801 --- Ship it! Ship It! - Mark Michelson On April 29, 2014, 10

Re: [asterisk-dev] [Code Review] 3515: media_formats: Move chan_pjsip over.

2014-05-01 Thread Mark Michelson
/#comment21640 Just remove the code instead of commenting it out. - Mark Michelson On April 30, 2014, 10:49 p.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3515

Re: [asterisk-dev] [Code Review] 3514: res_pjsip_refer: Add Referred-By header on INVITE for blind transfers.

2014-05-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3514/#review11807 --- Ship it! Ship It! - Mark Michelson On April 30, 2014, 11

Re: [asterisk-dev] [Code Review] 3512: media formats: Convert the translation core over

2014-05-01 Thread Mark Michelson
These are the exact same calls twice in a row. I assume one was supposed to use AST_MEDIA_TYPE_VIDEO? - Mark Michelson On April 30, 2014, 9:22 p.m., Kevin Harwell wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3490: Testsuite: Ensure that repeated device states and presence states behave as expected

2014-04-29 Thread Mark Michelson
/ Testing --- Prior to the diff mentioned in the description, devstate_repeat and presencestate_repeat would pass, but presencestate_repeat_okay would not. With the diff above applied, all three tests pass. Thanks, Mark Michelson

Re: [asterisk-dev] problem in cross compiling asterisk

2014-04-28 Thread Mark Michelson
I did a Google search and a common result of cannot find -lresolv is the use of FreeBSD. Are you compiling on a FreeBSD system? My understanding of FreeBSD is that this linker flag simply is not needed, so you may be safe to just remove the flag from the Makefile. If that does not work for you,

Re: [asterisk-dev] [Code Review] 3417: Add AMI events for all device state and presence state changes

2014-04-28 Thread Mark Michelson
/res_manager_devicestate.c PRE-CREATION /trunk/main/presencestate.c 412583 /trunk/main/devicestate.c 412583 Diff: https://reviewboard.asterisk.org/r/3417/diff/ Testing --- See /r/3418 Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3418: Test the DeviceStateChange and PresenceStateChange AMI events

2014-04-28 Thread Mark Michelson
/manager/device_state_changed/ami_device_state.py PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3418/diff/ Testing --- Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] [Code Review] 3476: Memory Pre- and Post-Test Condition

2014-04-28 Thread Mark Michelson
remove these from the sample. ./asterisk/trunk/sample-yaml/memorytestcondition-config.yaml.sample https://reviewboard.asterisk.org/r/3476/#comment21566 The units need to be specified here (bytes? kilobytes?) - Mark Michelson On April 25, 2014, 8:42 p.m., Benjamin Keith Ford wrote

Re: [asterisk-dev] [Code Review] 3485: pjsip: Fix a bug where transferring to a parking extension causes calls to hang

2014-04-28 Thread Mark Michelson
April 25, 2014, 10:48 p.m.) Review request for Asterisk Developers, Matt Jordan and Mark Michelson. Repository: Asterisk Description --- If a PJSIP endpoint attempts to blind transfer to a parking extension, there is an override to the normal transfer logic that can make

Re: [asterisk-dev] [Code Review] 3485: pjsip: Fix a bug where transferring to a parking extension causes calls to hang

2014-04-28 Thread Mark Michelson
I had originally suggested. - Mark Michelson On April 28, 2014, 7:10 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3485

Re: [asterisk-dev] [Code Review] 3476: Memory Pre- and Post-Test Condition

2014-04-28 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3476/#review11775 --- Ship it! Ship It! - Mark Michelson On April 28, 2014, 3:46

[asterisk-dev] [Code Review] 3490: Testsuite: Ensure that repeated device states and presence states behave as expected

2014-04-28 Thread Mark Michelson
, but presencestate_repeat_okay would not. With the diff above applied, all three tests pass. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

[asterisk-dev] [Code Review] 3482: func_presencestate: Make base64 encoded-ness consistent for consumers of presence state

2014-04-25 Thread Mark Michelson
this behaves as expected. In doing so, I realized it was nearly identical to the previous test_presence_state_change test, so I refactored the code to be reusable and to plug some memory leaks and stasis subscription leaks. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3474: TLS and SRTP status not available in CLI

2014-04-24 Thread Mark Michelson
://reviewboard.asterisk.org/r/3474/#comment21501 To address a potential corner case, I would suggest expanding this to cur-srtp ? SRTP : cur-rtp ? RTP : None - Mark Michelson On April 23, 2014, 7:52 p.m., Patrick Laimbock wrote

Re: [asterisk-dev] [Code Review] 3444: Testsuite: PJSIP Callee Initiated Nominal Blind Transfers

2014-04-24 Thread Mark Michelson
/blind_transfer/callee_hold/configs/ast1/pjsip.conf https://reviewboard.asterisk.org/r/3444/#comment21510 The same applies to this bob_two setup. - Mark Michelson On April 24, 2014, 8:01 p.m., Scott Emidy wrote

Re: [asterisk-dev] [Code Review] 3476: Memory Pre- and Post-Test Condition

2014-04-24 Thread Mark Michelson
/asterisk/test_conditions.py https://reviewboard.asterisk.org/r/3476/#comment21530 Any particular reason you switched this away from raising an exception? - Mark Michelson On April 24, 2014, 7:02 p.m., Benjamin Keith Ford wrote

Re: [asterisk-dev] [Code Review] 3444: Testsuite: PJSIP Callee Initiated Nominal Blind Transfers

2014-04-24 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3444/#review11737 --- Ship it! Ship It! - Mark Michelson On April 24, 2014, 10

Re: [asterisk-dev] [Code Review] 3476: Memory Pre- and Post-Test Condition

2014-04-24 Thread Mark Michelson
On April 24, 2014, 10:46 p.m., Mark Michelson wrote: ./asterisk/trunk/lib/python/asterisk/memory_test_condition.py, lines 151-153 https://reviewboard.asterisk.org/r/3476/diff/1/?file=57812#file57812line151 This seems like it's not going to work properly

Re: [asterisk-dev] [Code Review] 3438: Implement SIP TImer C in Asterisk

2014-04-23 Thread Mark Michelson
in milliseconds as well. - Mark Michelson On April 11, 2014, 8:41 a.m., Olle E Johansson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3438

Re: [asterisk-dev] [Code Review] 3417: Add AMI events for all device state and presence state changes

2014-04-23 Thread Mark Michelson
://reviewboard.asterisk.org/r/3417/diff/ Testing --- See /r/3418 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] 3449: Testsuite: PJSIPQualify AMI Action Test

2014-04-21 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3449/#review11711 --- Ship it! Ship It! - Mark Michelson On April 21, 2014, 8:21

Re: [asterisk-dev] [Code Review] 3466: HTTP: Add TCP_NODELAY to accepted connections

2014-04-18 Thread Mark Michelson
/3466/#comment21454 s/peices/pieces/ branches/1.8/main/http.c https://reviewboard.asterisk.org/r/3466/#comment21456 I recommend a different set of warning messages here, just so someone trying to debug can more accurately determine what is going wrong. - Mark Michelson On April 18

Re: [asterisk-dev] [Code Review] 3462: PJSIP: Allow for multiple contacts to be set in a single contact= line in an aor section of pjsip.conf

2014-04-18 Thread Mark Michelson
and that the TotalContacts: header showed 2 contacts. I could make this testsuite change permanent if desired, but since the change was minute, I didn't feel it necessary to post a review with the change. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3459: DISA Test - No Context

2014-04-18 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3459/#review11695 --- Ship it! Ship It! - Mark Michelson On April 17, 2014, 7:47

Re: [asterisk-dev] [Code Review] 3457: DISA Test - Invalid Extension

2014-04-18 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3457/#review11696 --- Ship it! Ship It! - Mark Michelson On April 17, 2014, 7:51

Re: [asterisk-dev] [Code Review] 3449: Testsuite: PJSIPQualify AMI Action Test

2014-04-18 Thread Mark Michelson
is much simpler and concentrates more on the functionality that is under test. In your ami_connect method, start the options.xml scenario and then run the AMI action. - Mark Michelson On April 15, 2014, 8:09 p.m., Scott Emidy wrote

[asterisk-dev] [Code Review] 3462: PJSIP: Allow for multiple contacts to be set in a single contact= line in an aor section of pjsip.conf

2014-04-17 Thread Mark Michelson
it necessary to post a review with the change. 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] 3379: ARI: Make bridges/{bridgeId}/play queue sound files if sounds are already playing on the bridge instead of playing them simultaneously as they are called

2014-04-17 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3379/#review11678 --- Ship it! Ship It! - Mark Michelson On April 10, 2014, 9:59

Re: [asterisk-dev] [Code Review] 3447: Send real CallerID information with P-Asserted-Identity (RFC-3325)

2014-04-17 Thread Mark Michelson
before commit. Ship it! /branches/1.8/channels/chan_sip.c https://reviewboard.asterisk.org/r/3447/#comment21433 Using AST_CLI_YESNO won't work here since this has the potential to be yes, no, or legacy. - Mark Michelson On April 17, 2014, 8:25 p.m., Jonathan Rose wrote

Re: [asterisk-dev] [Code Review] 3447: Send real CallerID information with P-Asserted-Identity (RFC-3325)

2014-04-15 Thread Mark Michelson
. - Mark Michelson On April 15, 2014, 4:52 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3447

Re: [asterisk-dev] [Code Review] 3439: chan_sip: Support a=rtcp attribute in SDP

2014-04-15 Thread Mark Michelson
pointed out, so I've gone ahead and marked it with a ship it! since otherwise this is ready to go. /trunk/include/asterisk/rtp_engine.h https://reviewboard.asterisk.org/r/3439/#comment21376 This will need to be updated to whatever version of Asterisk this actually gets added to. - Mark

Re: [asterisk-dev] [Code Review] 3447: Send real CallerID information with P-Asserted-Identity (RFC-3325)

2014-04-15 Thread Mark Michelson
On April 15, 2014, 5:15 p.m., Mark Michelson wrote: First off, I agree that anonymizing P-Asserted-Identity is not the correct way to be going here. The concept of trust is something that is not well-defined in chan_sip. The closest thing we currently have is the trustrpid option

Re: [asterisk-dev] [Code Review] 3379: ARI: Make bridges/{bridgeId}/play queue sound files if sounds are already playing on the bridge instead of playing them simultaneously as they are called

2014-04-10 Thread Mark Michelson
() here. - Mark Michelson On March 28, 2014, 8:14 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3379

Re: [asterisk-dev] [Code Review] 3433: bridge_unreal: An alternative implementation for optimizing Unreal/Local channels.

2014-04-10 Thread Mark Michelson
wise, I notice that the swap optimizations are the only kind you attempt to do. Any particular reason you do not handle merge optimizations? - Mark Michelson On April 9, 2014, 7:49 p.m., Joshua Colp wrote: --- This is an automatically

Re: [asterisk-dev] [Code Review] 3357: testsuite: Add off-nominal subscription tests for PJSIP.

2014-04-10 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3357/#review11555 --- Ship it! Ship It! - Mark Michelson On March 27, 2014, 8:43

Re: [asterisk-dev] [Code Review] 3377: ref count logs: Redo structure of log file, provide a python debugging tool

2014-04-10 Thread Mark Michelson
://reviewboard.asterisk.org/r/3377/#comment21319 s/menueselect/menuselect/ - Mark Michelson On April 9, 2014, 9:08 p.m., Matt Jordan wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3424: mixmonitor: Add option to enable a periodic beep

2014-04-10 Thread Mark Michelson
the mixmonitor is destroyed. - Mark Michelson On April 8, 2014, 11:49 p.m., Russell Bryant wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3424

Re: [asterisk-dev] [Code Review] 3403: Test for channel Pickup

2014-04-10 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3403/#review11563 --- Ship it! Ship It! - Mark Michelson On April 9, 2014, 2:55

Re: [asterisk-dev] [Code Review] 3417: Add AMI events for all device state and presence state changes

2014-04-10 Thread Mark Michelson
/include/asterisk/presencestate.h 411714 /trunk/include/asterisk/devicestate.h 411714 Diff: https://reviewboard.asterisk.org/r/3417/diff/ Testing --- See /r/3418 Thanks, Mark Michelson -- _ -- Bandwidth

Re: [asterisk-dev] [Code Review] 3407: Test Suite: Nominal caller initiated blind transfer tests using PJSIP

2014-04-10 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3407/#review11565 --- Ship it! Ship It! - Mark Michelson On April 4, 2014, 10:44

Re: [asterisk-dev] [Code Review] 3339: Testsuite: ARI test for playback of audio to a channel in a bridge.

2014-04-10 Thread Mark Michelson
-CREATION /asterisk/trunk/tests/rest_api/playback/tests.yaml 4836 Diff: https://reviewboard.asterisk.org/r/3339/diff/ Testing --- Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] [Code Review] 3417: Add AMI events for all device state and presence state changes

2014-04-10 Thread Mark Michelson
On April 5, 2014, 7:02 a.m., Olle E Johansson wrote: I would like to see a configuration option for this, as it will generate a massive amount of events in busy servers. Mark Michelson wrote: That's fair. I can think of two ways to do this: 1) The DeviceStateChange

Re: [asterisk-dev] [Code Review] 3417: Add AMI events for all device state and presence state changes

2014-04-07 Thread Mark Michelson
. To reply, visit: https://reviewboard.asterisk.org/r/3417/#review11505 --- On April 4, 2014, 7:38 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit

[asterisk-dev] [Code Review] 3417: Add AMI events for all device state and presence state changes

2014-04-04 Thread Mark Michelson
: https://reviewboard.asterisk.org/r/3417/diff/ Testing --- See /r/3418 Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

[asterisk-dev] [Code Review] 3418: Test the DeviceStateChange and PresenceStateChange AMI events

2014-04-04 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] 3412: testsuite: Add call setup tracking to masquerade supertest.

2014-04-04 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3412/#review11501 --- Ship it! Ship It! - Mark Michelson On April 3, 2014, 8:45

Re: [asterisk-dev] [Code Review] 3414: internal_timing: Remove the option and always make it enabled if a timing module is loaded.

2014-04-03 Thread Mark Michelson
/3414/#comment21204 Any reason you killed the debug message that used to announce this? - Mark Michelson On April 3, 2014, 4:52 p.m., rmudgett wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3411: Add some asserts that were handy when looking for a stasis cache problem.

2014-04-03 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3411/#review11481 --- Ship it! Ship It! - Mark Michelson On April 1, 2014, 11:41

Re: [asterisk-dev] [Code Review] 3412: testsuite: Add call setup tracking to masquerade supertest.

2014-04-03 Thread Mark Michelson
: Good: obj.foo(param=eggs) Bad: obj.foo(param = eggs) This applies to all of the originations you've modified in this file. /asterisk/trunk/tests/masquerade/run-test https://reviewboard.asterisk.org/r/3412/#comment21206 Just use logger.info(cli_command.output) - Mark

Re: [asterisk-dev] [Code Review] 3413: media_formats: move app.c and file.c over

2014-04-03 Thread Mark Michelson
https://reviewboard.asterisk.org/r/3413/#comment21207 Since you're poking in this area, I suggest placing curly braces on these if statements. - Mark Michelson On April 2, 2014, 10:02 p.m., Kevin Harwell wrote

Re: [asterisk-dev] [Code Review] 3407: Test Suite: Nominal caller initiated blind transfer tests using PJSIP

2014-04-03 Thread Mark Michelson
://reviewboard.asterisk.org/r/3407/#comment21212 Same comment here as for the earlier SIPp test: The comments above the scenarios contradict what the description states. - Mark Michelson On March 29, 2014, 5:59 a.m., jbigelow wrote

Re: [asterisk-dev] [Code Review] 3403: Test for channel Pickup

2014-04-03 Thread Mark Michelson
-config.yaml https://reviewboard.asterisk.org/r/3403/#comment21213 Since you're using a pre-dial handler in this test, you'll need to set the minversion to 11.0.0 Asterisk 1.8 did not have predial handlers. - Mark Michelson On April 1, 2014, 8 p.m., Benjamin Keith Ford wrote

Re: [asterisk-dev] [Code Review] 3339: Testsuite: ARI test for playback of audio to a channel in a bridge.

2014-04-03 Thread Mark Michelson
/diff/ Testing --- 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

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

2014-04-03 Thread Mark Michelson
: https://reviewboard.asterisk.org/r/3363/#review11365 --- 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] 3414: internal_timing: Remove the option and always make it enabled if a timing module is loaded.

2014-04-03 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3414/#review11489 --- Ship it! Ship It! - Mark Michelson On April 3, 2014, 4:52

Re: [asterisk-dev] [Code Review] 3313: Testsuite: Convert YAML Configuration Into Call File and Execute

2014-03-28 Thread Mark Michelson
though. - Mark Michelson On March 27, 2014, 6:06 p.m., Scott Emidy wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3313

Re: [asterisk-dev] [Code Review] 3401: Sorcery: Give sorcery instances references to the underlying wizards.

2014-03-27 Thread Mark Michelson
/main/sorcery.c 411188 Diff: https://reviewboard.asterisk.org/r/3401/diff/ Testing --- This change makes the PJSIP qualify test go from crashing 1 in 5 runs to running 120+ times with no crashes. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3357: testsuite: Add off-nominal subscription tests for PJSIP.

2014-03-27 Thread Mark Michelson
version of the no_accept_header test. - Mark Michelson On March 26, 2014, 8:04 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3357

Re: [asterisk-dev] [Code Review] 3387: media_formats: Move chan_dahdi over.

2014-03-27 Thread Mark Michelson
/chan_dahdi.c https://reviewboard.asterisk.org/r/3387/#comment21043 You could use: dahdi_tech.capabilities = ao2_cleanup(dahdi_tech.capabilities); here instead if you wished. - Mark Michelson On March 25, 2014, 11:11 a.m., Joshua Colp wrote

Re: [asterisk-dev] [Code Review] 3387: media_formats: Move chan_dahdi over.

2014-03-27 Thread Mark Michelson
On March 27, 2014, 7:02 p.m., Mark Michelson wrote: /team/group/media_formats-reviewed/channels/chan_dahdi.c, lines 16557-16558 https://reviewboard.asterisk.org/r/3387/diff/1/?file=56446#file56446line16557 You could use: dahdi_tech.capabilities = ao2_cleanup

Re: [asterisk-dev] [Code Review] 3388: media_formats: Move chan_mgcp, chan_unistim, and chan_skinny over.

2014-03-27 Thread Mark Michelson
-reviewed/channels/chan_mgcp.c https://reviewboard.asterisk.org/r/3388/#comment21048 Hm, but on this one, you've left in the ast_format_cap_iscompatible_format call. I'm a bit confused on why you've removed it in some places but not others. - Mark Michelson On March 25, 2014, 11:11 a.m., Joshua

Re: [asterisk-dev] [Code Review] 3402: http: response body frequently missing when running in virtual machine

2014-03-27 Thread Mark Michelson
is that the comments and the reasons for the code changes are bothering me more than the actual code changes themselves :) - Mark Michelson On March 27, 2014, 6:52 p.m., Scott Griepentrog wrote: --- This is an automatically generated e-mail. To reply

Re: [asterisk-dev] [Code Review] 3389: media_formats: Move chan_nbs, chan_phone, and chan_vpb over.

2014-03-27 Thread Mark Michelson
it! - Mark Michelson On March 25, 2014, 11:11 a.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3389

Re: [asterisk-dev] [Code Review] 3379: ARI: Make bridges/{bridgeId}/play queue sound files if sounds are already playing on the bridge instead of playing them simultaneously as they are called

2014-03-27 Thread Mark Michelson
On March 27, 2014, 10:14 p.m., Mark Michelson wrote: /branches/12/res/ari/resource_bridges.c, lines 323-329 https://reviewboard.asterisk.org/r/3379/diff/4/?file=56650#file56650line323 ari_bridges_play_found() calls this with the control locked, but ari_bridges_play_new() calls

Re: [asterisk-dev] [Code Review] 3390: media_formats: Move chan_motif, chan_jingle, and chan_gtalk over.

2014-03-27 Thread Mark Michelson
and chan_gtalk are compiling that's good enough. - Mark Michelson On March 25, 2014, 11:11 a.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3390

[asterisk-dev] [Code Review] 3401: Sorcery: Give sorcery instances references to the underlying wizards.

2014-03-26 Thread Mark Michelson
crashing 1 in 5 runs to running 120+ times with no crashes. 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] 3374: testsuite: Verify that each of three users entering a conference enters muted when using the startmuted user profile option

2014-03-25 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3374/#review11367 --- Ship it! Ship It! - Mark Michelson On March 24, 2014, 10

Re: [asterisk-dev] [Code Review] 3384: PJSIP: Add 'message_context' configuration option.

2014-03-25 Thread Mark Michelson
411020 /branches/12/include/asterisk/res_pjsip.h 411020 Diff: https://reviewboard.asterisk.org/r/3384/diff/ Testing --- See /r/3385 Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] [Code Review] 3385: Testsuite: Add simple test for message_context PJSIP endpoint option.

2014-03-25 Thread Mark Michelson
/asterisk/trunk/tests/channels/pjsip/message/message_context/configs/ast1/extensions.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3385/diff/ Testing --- Thanks, Mark Michelson -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] [Code Review] 3326: Sorcery: Do not apply the same wizard to an object type twice; Automatically apply sorcery configuration when sorcery is opened.

2014-03-25 Thread Mark Michelson
have any automated tests to post yet because the realtime testsuite is a work in progress. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

<    2   3   4   5   6   7   8   9   10   >