Aaron Clauson

Results 259 comments of Aaron Clauson

As @tsmeets2 states in his discussion post this issue was introduced in version `1.25.1`. Version `1.25.0` works as expected.

> My understanding that providing managed API for encoding/decoding using HWA, is it right? Yes, that would be very helpful.

@card0384 maybe it'd be worth mapping a network drive to your Qnap and using that instead of the UNC path? That might make Qt happier.

Wouldn't this be better in two separate PR's? I realise the code changes are trivial but as far as I can tell they're not Windows specific. It wouldn't be the...

There isn't any buffering going on this library. A jitter buffer has been deliberately ommitted and left up to the application (i've personally always found them to cause as many...

The idea is that SIP request and response events are triggered for consuming application to do as they see fit. The events are meant to be fire and forget so...

> is it OK to continue running an app after the exception, or the whole sip stack is now in a corrupted state. Perhaps it depends on whether it's a...

> Is having different ports during call and registration a problem ? Registrations are used to tell a server where to send incoming calls. It's not generally a problem if...

No, it's not implemented. We'd be more than happy to accept a PR for it.

> Just to confirm then there is no way sipsorcery is adjusting while bandwidth is getting quite bad? Nope, it's definitely not. This library is not currently smart enough to...