Walter Doekes
Walter Doekes
As far as I'm aware, SIPp never changes the destination. It will update the `[next_url]` when using rrs=true, but at the socket layer, nothing changes. And as for responses, I...
_(Disclaimer: I'm not nowledgeable about zfs internals. But I am an experienced user.)_ We've been running encryption on Ubuntu systems since it was available in the distro. _We have never...
I don't think anyone has. Feel free to start working on it. Thanks!
As far as I can tell, there is no built in support for Opus, only ulaw, alaw and g729. If these values match your opus codec, it might work, but...
@SunDwarf: did you put any edits in a repo as well? I created a few pulls against this one just now...
Yes, I concur. It feels like the developers aren't using the IDE themselves. Or at least not using the serial monitor like the rest of us. If someone could get...
Maybe add expanduser(). That way `~someuser/blah` would also work, which will be expected. Chatgpt was helpful enough to give me this ("can you show me a C implementation of python...
```c sprintf(expanded, "%s%s", homedir, path+1); ``` Hehe. This can't possibly work for `~someuser` unless the username length is added too; otherwise we get `/home/someusersomeuser/bla` (Also.. no malloc() NULL check. But...
FYI: I moved find_file() to [fileutil.c](https://github.com/SIPp/sipp/blob/e86bf93947a50646882f7cc63f2680dd904de675/src/fileutil.c) where is used by both pcap and rtpstream file lookups.
@albasili, perhaps you're using vim+python3? Please try if https://github.com/ossobv/vim-rst-tables-py3 works for you.