Moises Silva

Results 29 comments of Moises Silva

@tgoodlet And what do you win from dropping it? just removing a dep?

@tgoodlet yeah I think it does make sense. If you needed 20 sec to sync there's issues either in the test setup or the DUT.

@tgoodlet Note that limit_exceeded is specific to our SBC, not part of upstream.

@tgoodlet One problem I can see if a test case requires a specific display name. I think in the past we suggested as well using R-URI or From URI parameters,...

@tgoodlet Yeah that's what I was suggesting. Mind you, for Asterisk should be easy enough to forward the headers using the [SIP_HEADER() Dialplan Function](https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_SIP_HEADER) and then [SIPAddHeader()](https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_SIPAddHeader) Any kind of...

@tgoodlet Go for it. My concern was entirely hypothetical, and if you're seeing benefits already of using your approach in the field and it's simpler, stick to it. We can...

@tgoodlet That's certainly an alternative, but not sure there's much benefit and it has some drawbacks. The only benefit perhaps is simplicity (less components), but using statsd gives you a...

@tgoodlet Not really, my best guess is we'll do this in sep/oct and finally define what our custom metric strategy will be.

@Lekensteyn did you look at libwebsockets.org? from briefly looking at the sources looks decent enough to me