Re: [asterisk-dev] [Code Review] 4071: scheduler: Fix a bug introduced by adding a delete flag to scheduled tasks

2014-10-13 Thread Mark Michelson
* stupid assumptions!!! - Mark Michelson On Oct. 10, 2014, 6:49 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4071

Re: [asterisk-dev] PJSIP Configuration Wizard (Was: Opinions Needed: PJSIP Outboud Registration with multiple server_uris)

2014-10-07 Thread Mark Michelson
On 10/07/2014 05:57 AM, Joshua Colp wrote: I'm down with proposal #2 but I have to ask: would this work with realtime, and how? (In this response, I refer to the new configuration type as a compound type since I also refer to sorcery wizards, which are a different thing.) I'm thinking

Re: [asterisk-dev] [Code Review] 4033: manager/config: Enhancements to support templates and non-unique category names via AMI

2014-10-01 Thread Mark Michelson
to this patch's inclusion in Asterisk 12. branches/12/tests/test_config.c https://reviewboard.asterisk.org/r/4033/#comment23952 For all of the snprintf() calls in this test, use sizeof(temp) instead of 32. - Mark Michelson On Sept. 30, 2014, 9:24 p.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 4018: res_pjsip: Make transport cipher option accept a comma separated list of cipher names.

2014-10-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4018/#review13430 --- Ship it! Ship It! - Mark Michelson On Oct. 1, 2014, 6:19

Re: [asterisk-dev] [Code Review] 4034: chan_pjsip: Fix deadlock when masquerading PJSIP channels.

2014-10-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4034/#review13431 --- Ship it! Ship It! - Mark Michelson On Sept. 30, 2014, 7:24

Re: [asterisk-dev] [Code Review] 4032: PJSIP: Force transport on contact rewrite

2014-09-30 Thread Mark Michelson
://reviewboard.asterisk.org/r/4032/#comment23892 Just set uri-transport_param.slen = 0 instead of creating the empty_string constant. - Mark Michelson On Sept. 30, 2014, 12:19 p.m., opticron wrote: --- This is an automatically generated e-mail

Re: [asterisk-dev] [Code Review] 4034: chan_pjsip: Fix deadlock when masquerading PJSIP channels.

2014-09-30 Thread Mark Michelson
benefit for doing this is that any taskprocessor implementation will automatically have the thread ID set correctly. /branches/13/main/taskprocessor.c https://reviewboard.asterisk.org/r/4034/#comment23895 Use pthread_equal() instead of the == operator. - Mark Michelson On Sept. 29, 2014

Re: [asterisk-dev] [Code Review] 4036: pjsip sample: suggest use of rewrite_contact for natted endpoints

2014-09-30 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4036/#review13409 --- Ship it! Ship It! - Mark Michelson On Sept. 30, 2014, 4:43

Re: [asterisk-dev] [Code Review] 4026: res_hep leaks reference to configuration

2014-09-30 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4026/#review13412 --- Ship it! Ship It! - Mark Michelson On Sept. 28, 2014, 5:33

Re: [asterisk-dev] [Code Review] 4019: PJSIP: Handle defaults properly

2014-09-30 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4019/#review13413 --- Ship it! Ship It! - Mark Michelson On Sept. 24, 2014, 1:03

Re: [asterisk-dev] [Code Review] 4033: manager/config: Enhancements to support templates and non-unique category names via AMI

2014-09-30 Thread Mark Michelson
REG_ICASE be one of the flags passed to regcomp? - Mark Michelson On Sept. 29, 2014, 10:11 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4033

Re: [asterisk-dev] [Code Review] 4024: AMI connection closes if sendMessage generates an erros response

2014-09-26 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4024/#review13388 --- Ship it! Ship It! - Mark Michelson On Sept. 26, 2014, 9:04

Re: [asterisk-dev] [Code Review] 4008: res_pjsip_session: Add additional checks to prevent session refresh in unpossible states.

2014-09-26 Thread Mark Michelson
There's a red blob at the end of this line. - Mark Michelson On Sept. 19, 2014, 5:04 p.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4008

Re: [asterisk-dev] [Code Review] 4014: Changes to CDR and CEL unit tests to prevent FRACKs.

2014-09-23 Thread Mark Michelson
pass with no FRACKs. 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] 4014: Changes to CDR and CEL unit tests to prevent FRACKs.

2014-09-22 Thread Mark Michelson
, things are pretty disastrous in the CEL tests (i.e. Asterisk crashes). And the CDR tests have FRACKs in them. With the patch, all CDR and CEL unit tests pass with no FRACKs. Thanks, Mark Michelson -- _ -- Bandwidth

Re: [asterisk-dev] [Code Review] 4006: Test to validate 503 not generated on INVITE retransmissions

2014-09-19 Thread Mark Michelson
on whether the SIPp scenario succeeds or fails. - Mark Michelson On Sept. 19, 2014, 8:09 a.m., Torrey Searle wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4006

Re: [asterisk-dev] [Code Review] 3967: Subscriptoin state test events for review 3966

2014-09-18 Thread Mark Michelson
Diff: https://reviewboard.asterisk.org/r/3967/diff/ Testing --- /r/3966 exercises these events and has tested that the events are sent when expected. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] [Code Review] 3966: Testsuite: RLS batched notification tests

2014-09-18 Thread Mark Michelson
/subscriptions/rls/lists/nominal/mwi/batched/basic/configs/ast1/pjsip.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3966/diff/ Testing --- Ran all tests many many times to ensure they consistently pass. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3992: res_pjsip_sdp_rtp: Add optimistic SRTP support.

2014-09-18 Thread Mark Michelson
On Sept. 15, 2014, 4:14 p.m., opticron wrote: This change appears to render the media_use_received_transport configuration option non-functional since it removes all checks relating to it. Joshua Colp wrote: It'll still work, the difference is on received it is always done and

Re: [asterisk-dev] [Code Review] 4000: res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not negotiated.

2014-09-18 Thread Mark Michelson
://reviewboard.asterisk.org/r/4000/#comment23836 Since joint only has formats of type media_type, would specifying media_type instead of AST_MEDIA_TYPE_UNKNOWN make more sense here? - Mark Michelson On Sept. 18, 2014, 6:26 p.m., rmudgett wrote

Re: [asterisk-dev] [Code Review] 3954: pjsip_options.c: Fix race condition stopping periodic out of dialog OPTIONS request.

2014-09-18 Thread Mark Michelson
On Sept. 11, 2014, 3:16 p.m., Joshua Colp wrote: /branches/13/res/res_pjsip.c, lines 2488-2501 https://reviewboard.asterisk.org/r/3954/diff/4/?file=67305#file67305line2488 Looking at the pjproject code why wouldn't the following return values cover these cases for when the

Re: [asterisk-dev] [Code Review] 3980: cel_odbc: Add microseconds precision in the eventtime column

2014-09-18 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3980/#review13353 --- Ship it! Ship It! - Mark Michelson On Sept. 5, 2014, 7:54

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

2014-09-18 Thread Mark Michelson
are being written against 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

Re: [asterisk-dev] [Code Review] 4000: res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not negotiated.

2014-09-18 Thread Mark Michelson
On Sept. 18, 2014, 9:35 p.m., Mark Michelson wrote: /branches/13/res/res_pjsip_sdp_rtp.c, line 259 https://reviewboard.asterisk.org/r/4000/diff/1/?file=67396#file67396line259 Since joint only has formats of type media_type, would specifying media_type instead

Re: [asterisk-dev] [Code Review] 4000: res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not negotiated.

2014-09-18 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4000/#review13356 --- Ship it! Ship It! - Mark Michelson On Sept. 18, 2014, 6:26

Re: [asterisk-dev] [Code Review] 3995: res_pjsip_endpoint_identifier_ip: Can't parse identify with match value containing CIDR

2014-09-17 Thread Mark Michelson
://reviewboard.asterisk.org/r/3995/#comment23809 Print current_string instead of var-value here. - Mark Michelson On Sept. 17, 2014, 10:29 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3998: res_pjsip: ami: Fix error in AMI output when no transport is associated to an endpoint

2014-09-17 Thread Mark Michelson
in channels/pjsip/ami/show_endpoint/test-config.yaml and scroll all the way to the bottom, you'll see a XXX comment there explaining the problem. Right now, the test expects ListItems: '6', but that should be changed to ListItems: '7' after this patch goes in. - Mark Michelson On Sept. 17

Re: [asterisk-dev] [Code Review] 3991: musiconhold: Add sort=randstart, and deprecate old stuff.

2014-09-12 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3991/#review13291 --- Ship it! Ship It! - Mark Michelson On Sept. 12, 2014, 12

Re: [asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-12 Thread Mark Michelson
is past the end of the string and likely lead to a segfault. - Mark Michelson On Sept. 12, 2014, 6:12 a.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3989

Re: [asterisk-dev] [Code Review] 3984: Module to add devstate for MWI.

2014-09-12 Thread Mark Michelson
by me. - Mark Michelson On Sept. 8, 2014, 6:21 p.m., Jason Parker wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3984

Re: [asterisk-dev] [Code Review] 3978: Testsuite: Test for RLS large NOTIFY requests

2014-09-10 Thread Mark Michelson
/off_nominal/large_notify/configs/ast1/extensions.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3978/diff/ Testing --- Without the patch on /r/3977, this test fails since Asterisk cannot send the large NOTIFY. With the patch applied, this test succeeds. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3951: Testsuite: Nominal test for Inter-Asterisk MWI SIP publication

2014-09-08 Thread Mark Michelson
/pjsip.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3951/diff/ Testing --- The test passes as written. I tried messing with values sent and expected received values to ensure that misconfigurations would fail as well. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3977: RLS: Pre-allocate transmission data buffer to allow for sending of large NOTIFY requests.

2014-09-08 Thread Mark Michelson
--- See /r/3978 for a testsuite test that exercises this. 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] 3981: chan_rtp: Add unicast RTP support to chan_multicast_rtp.

2014-09-08 Thread Mark Michelson
://reviewboard.asterisk.org/r/3981/#comment23734 Should this also call ast_rtp_instance_stop() before ast_rtp_instance_destroy()? - Mark Michelson On Sept. 7, 2014, 3:07 p.m., Joshua Colp wrote: --- This is an automatically generated e-mail

Re: [asterisk-dev] Defining a call under the new bridging architecture

2014-09-08 Thread Mark Michelson
On 09/05/2014 05:50 PM, Jonathan Rose wrote: So a little bit of background before I jump into this... In Asterisk 11, I worked on a feature known as call identifier logging. https://wiki.asterisk.org/wiki/display/AST/Call+Identifier+Logging It's a somewhat clingy concept where channels are

Re: [asterisk-dev] [Code Review] 3983: func_channel: Add CHANNEL(onhold) item to get the current hold status of the channel.

2014-09-08 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3983/#review13262 --- Ship it! Ship It! - Mark Michelson On Sept. 8, 2014, 4:15

[asterisk-dev] [Code Review] 3977: RLS: Pre-allocate transmission data buffer to allow for sending of large NOTIFY requests.

2014-09-04 Thread Mark Michelson
the subscription as well. Diffs - /branches/13/res/res_pjsip_pubsub.c 422576 Diff: https://reviewboard.asterisk.org/r/3977/diff/ Testing --- See /r/3978 for a testsuite test that exercises this. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3977: RLS: Pre-allocate transmission data buffer to allow for sending of large NOTIFY requests.

2014-09-04 Thread Mark Michelson
., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3977/ --- (Updated Sept. 4, 2014, 8:11 p.m.) Review

Re: [asterisk-dev] [Code Review] 3977: RLS: Pre-allocate transmission data buffer to allow for sending of large NOTIFY requests.

2014-09-04 Thread Mark Michelson
On Sept. 4, 2014, 8:49 p.m., Matt Jordan wrote: This is a loaded question but... how much does 64k buy us? That is, how many different list elements can we typically embed in a 64k body? Mark Michelson wrote: The list used in the test on /r/3978/ has 20 presence resources. The full

Re: [asterisk-dev] [Code Review] 3954: pjsip_options.c: Fix race condition stopping periodic out of dialog OPTIONS request.

2014-09-03 Thread Mark Michelson
been altered to deal with an external deletion of the currently running task. Also, switching from a variable scheduler callback means that if the qualify frequency of a contact is changed, we will not switch to the new qualify frequency. - Mark Michelson On Sept. 3, 2014, 2:40 p.m

[asterisk-dev] [Code Review] 3966: Testsuite: RLS batched notification tests

2014-09-02 Thread Mark Michelson
/nominal/mwi/batched/basic/configs/ast1/pjsip.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3966/diff/ Testing --- Ran all tests many many times to ensure they consistently pass. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3930: PJSIP: Resolve race condition regarding media handling when receiving 200 OK

2014-09-02 Thread Mark Michelson
applying the patch, I would usually encounter a test failure within an hour or two. After applying this patch, I left the test running in a loop for over 24 hours and never had a test failure. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3966: Testsuite: RLS batched notification tests

2014-09-02 Thread Mark Michelson
/mwi/batched/basic/configs/ast1/pjsip.conf PRE-CREATION Diff: https://reviewboard.asterisk.org/r/3966/diff/ Testing --- Ran all tests many many times to ensure they consistently pass. Thanks, Mark Michelson

[asterisk-dev] [Code Review] 3967: Subscriptoin state test events for review 3966

2014-09-02 Thread Mark Michelson
expected. 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] 3960: res_pjsip_pubsub: Check supported headers for eventlist before allowing subscribe to resource list

2014-08-28 Thread Mark Michelson
can just return whatever handler-notifier-new_subscribe() returns. - Mark Michelson On Aug. 28, 2014, 9:59 p.m., Jonathan Rose wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r

[asterisk-dev] [Code Review] 3951: Testsuite: Nominal test for Inter-Asterisk MWI SIP publication

2014-08-27 Thread Mark Michelson
with values sent and expected received values to ensure that misconfigurations would fail as well. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

Re: [asterisk-dev] [Code Review] 3927: Resolve race condition in scheduler when attempting to delete a running task

2014-08-26 Thread Mark Michelson
while the patch attached here may not necessarily be enough to close the referenced issue, it is fixing one of the reasons for test failure. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] [Code Review] 3930: PJSIP: Resolve race condition regarding media handling when receiving 200 OK

2014-08-25 Thread Mark Michelson
--- On Aug. 24, 2014, 11:37 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3930

[asterisk-dev] [Code Review] 3930: PJSIP: Resolve race condition regarding media handling when receiving 200 OK

2014-08-24 Thread Mark Michelson
the test running in a loop for over 24 hours and never had a test failure. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

Re: [asterisk-dev] [Code Review] 3930: PJSIP: Resolve race condition regarding media handling when receiving 200 OK

2014-08-24 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3930/#review13157 --- On Aug. 24, 2014, 3:52 p.m., Mark Michelson wrote

Re: [asterisk-dev] [Code Review] 3930: PJSIP: Resolve race condition regarding media handling when receiving 200 OK

2014-08-24 Thread Mark Michelson
. Before applying the patch, I would usually encounter a test failure within an hour or two. After applying this patch, I left the test running in a loop for over 24 hours and never had a test failure. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3927: Resolve race condition in scheduler when attempting to delete a running task

2014-08-24 Thread Mark Michelson
not necessarily be enough to close the referenced issue, it is fixing one of the reasons for test failure. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing

[asterisk-dev] [Code Review] 3927: Resolve race condition in scheduler when attempting to delete a running task

2014-08-22 Thread Mark Michelson
. 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

Re: [asterisk-dev] [Code Review] 3925: PJSIP: Use IP address in favor of hostname in SDP origin line.

2014-08-21 Thread Mark Michelson
to resolve the hostname to a different IP address, that IP address appeared in the SDP origin line instead. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev

Re: [asterisk-dev] [Code Review] 3925: PJSIP: Use IP address in favor of hostname in SDP origin line.

2014-08-21 Thread Mark Michelson
$ ping `hostname -f` PING ns1.osso.xx (127.0.1.1) 56(84) bytes of data. $ host `hostname -f` ns1.osso.xx has address 91.194.xx.xx Is this going to be configurable somehow? Because 127.0.1.1 is worse than my hostname. Mark Michelson wrote: Yes, it's configurable

Re: [asterisk-dev] [Code Review] 3925: PJSIP: Use IP address in favor of hostname in SDP origin line.

2014-08-21 Thread Mark Michelson
$ ping `hostname -f` PING ns1.osso.xx (127.0.1.1) 56(84) bytes of data. $ host `hostname -f` ns1.osso.xx has address 91.194.xx.xx Is this going to be configurable somehow? Because 127.0.1.1 is worse than my hostname. Mark Michelson wrote: Yes, it's configurable

Re: [asterisk-dev] [Code Review] 3925: PJSIP: Use IP address in favor of hostname in SDP origin line.

2014-08-21 Thread Mark Michelson
, that IP address appeared in the SDP origin line instead. 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] 3923: CallerID: Fix parsing of malformed callerid strings

2014-08-21 Thread Mark Michelson
On Aug. 19, 2014, 6:05 p.m., rmudgett wrote: branches/1.8/tests/test_callerid.c, line 608 https://reviewboard.asterisk.org/r/3923/diff/1/?file=66615#file66615line608 Rather than a bunch of redundant tests checking minor variations in the string. How about one test that works

Re: [asterisk-dev] [Code Review] 3920: Fix after bridge behavior when channel moves from a Stasis bridge to a non-Stasis bridge

2014-08-21 Thread Mark Michelson
. Bridge(Alice,F): Channel moved to the priority after the Bridge() application when the non-Stasis bridge dissolved. Bridge(Alice,x): Channel was hung up after the non-Stasis bridge dissolved. Thanks, Mark Michelson

Re: [asterisk-dev] [Code Review] 3925: PJSIP: Use IP address in favor of hostname in SDP origin line.

2014-08-21 Thread Mark Michelson
instead of a hostname. When I modified /etc/hosts to resolve the hostname to a different IP address, that IP address appeared in the SDP origin line instead. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided

[asterisk-dev] [Code Review] 3925: PJSIP: Use IP address in favor of hostname in SDP origin line.

2014-08-20 Thread Mark Michelson
line instead. 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] 3920: Fix after bridge behavior when channel moves from a Stasis bridge to a non-Stasis bridge

2014-08-19 Thread Mark Michelson
after the Bridge() application when the non-Stasis bridge dissolved. Bridge(Alice,x): Channel was hung up after the non-Stasis bridge dissolved. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-dev] [Code Review] 3920: Fix after bridge behavior when channel moves from a Stasis bridge to a non-Stasis bridge

2014-08-19 Thread Mark Michelson
moved to the priority after the Bridge() application when the non-Stasis bridge dissolved. Bridge(Alice,x): Channel was hung up after the non-Stasis bridge dissolved. Thanks, Mark Michelson -- _ -- Bandwidth

[asterisk-dev] [Code Review] 3920: Fix after bridge behavior when channel moves from a Stasis bridge to a non-Stasis bridge

2014-08-18 Thread Mark Michelson
was hung up after the non-Stasis bridge dissolved. 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] 3899: ARI: Improve reporting of dial events on call forwards; Allow for channel variables to be retrieved from channels not in Stasis()

2014-08-11 Thread Mark Michelson
forwarded. 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

[asterisk-dev] [Code Review] 3899: ARI: Improve reporting of dial events on call forwards; Allow for channel variables to be retrieved from channels not in Stasis()

2014-08-08 Thread Mark Michelson
as well. Finally, I connected an AMI session when running the test and ensured that the Forward: header was present in the DialEnd when the call got forwarded. Thanks, Mark Michelson -- _ -- Bandwidth and Colocation Provided

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

2014-08-07 Thread Mark Michelson
RLS-specific tests since 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

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

2014-08-07 Thread Mark Michelson
at this point. 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

Re: [asterisk-dev] [Code Review] 3833: Allow sending voicemail to multiple email addresses

2014-08-07 Thread Mark Michelson
it! trunk/configs/samples/voicemail.conf.sample https://reviewboard.asterisk.org/r/3833/#comment23487 Remove the trailing semicolon - Mark Michelson On Aug. 7, 2014, 3:07 p.m., Jason Parker wrote: --- This is an automatically

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

2014-08-07 Thread Mark Michelson
be reflected in a single 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

Re: [asterisk-dev] [Code Review] 3892: Stasis: Ensure transfer messages follow validation rules

2014-08-07 Thread Mark Michelson
to be shipped. branches/12/main/stasis_bridges.c https://reviewboard.asterisk.org/r/3892/#comment23488 Need to add ast_json_unref(out) in this off-nominal path. - Mark Michelson On Aug. 7, 2014, 7:57 p.m., opticron wrote

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

2014-08-06 Thread Mark Michelson
regressions at this point. 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] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-08-06 Thread Mark Michelson
/res_pjsip_outbound_publish.c https://reviewboard.asterisk.org/r/3780/#comment23436 Re - Mark Michelson On Aug. 5, 2014, 5:37 p.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https

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

2014-08-06 Thread Mark Michelson
have a reasonable guess at this by checking for the destroy flag in the callback and for checking if the response has an Expires: 0 header in it. - Mark Michelson On Aug. 5, 2014, 5:37 p.m., Joshua Colp wrote

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

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

Re: [asterisk-dev] [Code Review] 3864: testsuite: Add basic ARI out of call messaging tests

2014-08-06 Thread Mark Michelson
/message_modules.py https://reviewboard.asterisk.org/r/3864/#comment23473 passed = all(r[0] for r in result) This saves construction of a list and is, imo, more readable. - Mark Michelson On July 28, 2014, 2:19 a.m., Matt Jordan wrote

Re: [asterisk-dev] [Code Review] 3890: chan_iax2: Several media format fixes.

2014-08-06 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3890/#review13043 --- Ship it! Ship It! - Mark Michelson On Aug. 5, 2014, 10:51

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

2014-08-06 Thread Mark Michelson
, 2014, 3:44 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3723/ --- (Updated Aug. 6, 2014, 3:44

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

2014-08-06 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] 3723: RLS: NOTIFY generation + structural refactor

2014-08-06 Thread Mark Michelson
. remove_subscription() also does a module unref which would need to be moved to unlink the subscription from the list first. Mark Michelson wrote: I'm getting a parse error on your second sentence, specificallly which would need to be moved to unlink the subscription from the list first

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

2014-08-06 Thread Mark Michelson
regressions at this point. 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] Regarding CLI Command Result

2014-08-05 Thread Mark Michelson
the ast_sip_create_serializer() function use a UUID [1] to name their taskprocessors. The output that you have pasted shows many taskprocessors with UUIDs as names, which likely are all serializers in the SIP stack. I hope that answers your question. Mark Michelson [1] http://www.ietf.org/rfc/rfc4122.txt

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

2014-08-05 Thread Mark Michelson
generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3723/#review12986 --- On July 25, 2014, 8:57 p.m., Mark Michelson wrote: --- This is an automatically generated e

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

2014-08-05 Thread Mark Michelson
generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3723/#review12993 --- On July 25, 2014, 8:57 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail

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

2014-08-05 Thread Mark Michelson
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 by http://www.api-digital.com -- asterisk-dev mailing list

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

2014-08-05 Thread Mark Michelson
--- On July 25, 2014, 10 p.m., Mark Michelson wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3741/ --- (Updated July 25, 2014

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

2014-08-05 Thread Mark Michelson
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 -- _ -- Bandwidth and Colocation Provided

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

2014-08-05 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3723/#review13005 --- On Aug. 5, 2014, 6:30 p.m., Mark Michelson wrote

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

2014-08-05 Thread Mark Michelson
since 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] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-08-04 Thread Mark Michelson
/res_pjsip_outbound_publish.c https://reviewboard.asterisk.org/r/3780/#comment23366 s/402/423/ - Mark Michelson On Aug. 3, 2014, 10:58 p.m., Joshua Colp wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3870: alembic: Adjust sippeers, queue_members, and voicemail_messages tables.

2014-08-04 Thread Mark Michelson
this for MySQL 3) some reassurance that this will not do something awful for other DBMSs. As it looks, every voicemail message is going to have 4GB set aside for it. - Mark Michelson On July 30, 2014, 2:52 p.m., rmudgett wrote

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

2014-08-01 Thread Mark Michelson
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 list To UNSUBSCRIBE or update options visit

Re: [asterisk-dev] [Code Review] 3888: Manager: Add documentation for PJSIPShowEndpoint[s] responses

2014-08-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3888/#review12961 --- Ship it! Ship It! - Mark Michelson On Aug. 1, 2014, 12:54

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

2014-08-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3854/#review12962 --- Ship it! Ship It! - Mark Michelson On Aug. 1, 2014, 6:17

Re: [asterisk-dev] [Code Review] 3885: chan_iax2: Fix a crash caused by trying to allow all codecs on a chan_iax2 peer

2014-08-01 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3885/#review12963 --- Ship it! - Mark Michelson On July 31, 2014, 9:40 p.m

[asterisk-dev] Attn Bug Marshals: Feedback on security issue requested

2014-07-31 Thread Mark Michelson
, Mark Michelson [1] https://issues.asterisk.org/jira/browse/ASTERISK-24136 -- _ -- 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] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-07-30 Thread Mark Michelson
onto the peer. Any peer-specific value encountered in the configuration will be copied onto the peer by ast_rtp_dtls_cfg_parse(). - Mark Michelson On July 30, 2014, 9:15 a.m., Michael K. wrote: --- This is an automatically generated e

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

2014-07-30 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3607/#review12926 --- Ship it! Ship It! - Mark Michelson On July 30, 2014, 3:07

Re: [asterisk-dev] [Code Review] 3807: xmldoc: Add support for an example tag in the Asterisk XML documentation

2014-07-30 Thread Mark Michelson
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3807/#review12927 --- Ship it! Ship It! - Mark Michelson On July 28, 2014, 7:03

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

2014-07-29 Thread Mark Michelson
penalty rules is not severe enough to warrant a shutdown of Asterisk. - Mark Michelson On June 30, 2014, 1:26 p.m., Michael K. wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r

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