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

2014-08-07 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated Aug. 7, 2014, 9:35 a.m.) Status -- This change has been

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 opticron
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/#review13027 --- /trunk/res/res_pjsip_outbound_publish.c

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/#review13013 --- /trunk/res/res_pjsip_outbound_publish.c

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/#review13030 --- /trunk/res/res_pjsip_outbound_publish.c

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 Joshua Colp
On Aug. 6, 2014, 5:39 p.m., opticron wrote: /trunk/res/res_pjsip_outbound_publish.c, lines 524-528 https://reviewboard.asterisk.org/r/3780/diff/7/?file=66217#file66217line524 This feels like another implementation of string fields where the allocation is embedded in the struct.

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 Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated Aug. 6, 2014, 6:23 p.m.) Review request for Asterisk Developers.

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 Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/#review13032 --- Ship it! /trunk/res/res_pjsip_outbound_publish.c

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] 3780: res_pjsip_outbound_publish / res_pjsip_publish_asterisk: Add outbound PUBLISH support with 'asterisk' event type.

2014-08-05 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated Aug. 5, 2014, 5:37 p.m.) Review request for Asterisk Developers.

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
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/#review12969 --- There appears to be the potential for some refcounting badness

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

2014-08-03 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated Aug. 3, 2014, 10:58 p.m.) Review request for Asterisk

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

2014-08-03 Thread Joshua Colp
Olle E. Johansson wrote: On 31 Jul 2014, at 17:28, Joshua Colp reviewbo...@asterisk.org mailto:reviewbo...@asterisk.org wrote: This adds two PJSIP modules which add outbound PUBLISH support and an 'asterisk' event type. I don't think it's a good idea to mix different events in one event

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

2014-08-01 Thread Olle E. Johansson
On 31 Jul 2014, at 17:28, Joshua Colp reviewbo...@asterisk.org wrote: This adds two PJSIP modules which add outbound PUBLISH support and an 'asterisk' event type. I don't think it's a good idea to mix different events in one event tag. Will make it hard to handle in proxys and stuff. We

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

2014-07-31 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated July 31, 2014, 3:28 p.m.) Review request for Asterisk

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 Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated July 29, 2014, 2:40 p.m.) Review request for Asterisk

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
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/#review12915 --- /trunk/res/res_pjsip_outbound_publish.c

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

2014-07-28 Thread opticron
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/#review12888 --- /trunk/res/res_pjsip_outbound_publish.c

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

2014-07-22 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated July 22, 2014, 12:11 p.m.) Review request for Asterisk

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 Joshua Colp
On July 16, 2014, 4:54 p.m., Kevin Harwell wrote: /trunk/res/res_pjsip_outbound_publish.c, lines 203-212 https://reviewboard.asterisk.org/r/3780/diff/1/?file=63302#file63302line203 Should be able to remove the RAII_VAR here and just return the value from sorcery (no reason for

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 Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3780/ --- (Updated July 21, 2014, 12:14 p.m.) Review request for Asterisk

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 Joshua Colp
On July 17, 2014, 9:49 p.m., Mark Michelson wrote: /trunk/res/res_pjsip_outbound_publish.c, lines 530-568 https://reviewboard.asterisk.org/r/3780/diff/1/?file=63302#file63302line530 None of this is necessary. pjsip_publishc_init() parses URIs and will return PJSIP_EINVALIDURI if

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 a

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 Joshua Colp
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 a

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 a

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 Joshua Colp
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 a

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 a

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 Joshua Colp
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 a

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 Matt Jordan
On July 17, 2014, 4:49 p.m., Mark Michelson wrote: /trunk/res/res_pjsip_publish_asterisk.c, lines 428-430 https://reviewboard.asterisk.org/r/3780/diff/1/?file=63304#file63304line428 Is there some sort of stasis cache removal you could perform here? Joshua Colp wrote: So the