Nils Ohlmeier
Nils Ohlmeier
Correct. But in hindsight I think these length checks are somewhat stupid. They make testing a lot harder then it needs to be. For some of the attributed the amount...
I think this raises a good point. The parser itself should probably parse any known codecs and leave it up to application if it wants to handle these PTs. @na-g...
Line numbers come to my mind as the obvious way to link. The parser has a knowledge of line numbers up to a certain point, after which it drops that...
How granular would the events be? Per m-section, or per line, or...? I have a hard time to imagine how such a push based interface works when you want to...
Hi Dave, I'm trying to understand better how you are using sipsak first. Just a basic OPTIONS ping only sends one request and waits for one reply. Are you using...
Reading https://oss.oetiker.ch/smokeping/probe/SipSak.en.html it looks to me like you should be able to achieve what you are looking for with the 'offset' and 'step' configuration parameters. But it is also possible...
Without replicating the problem my guess is that the problem lies in sipsak trying to insert an IP address into the Via header of it's SIP messages. By default it...
In SIP URIs are used in several headers. These URI's need either a DNS name or an IP address. DNS names are rarely used in SIP requests. So we want...
Thanks for the PR. I'll try to have a look at it. As far as I understand it iconv.h should exist and work. I'll get back to you.
Good news. Over in PR #56 I managed to have configure to detect the linking flags needed for iconv. Now we need to actually use the flags.