Mike Pultz
Mike Pultz
Thanks @triatic, DNS over TLS will be included in the 1.6.x release (probably in the next few weeks). Mike
Hey @moosapour-arash - I'm not sure when I'll have to time to finish the release. If you have time to test, that would help move things forward- Mike
Here is my current configuration: ``` ServerName "Test FTP Server" ServerType standalone DefaultServer on DefaultAddress 192.168.100.110 Port 21 UseIPv6 off Umask 022 MaxInstances 30 User root Group root DefaultRoot ~...
Thanks @jcolp - yes - I probably should have mentioned the insanely large allocation size ;) Here is my current transport configuration - used by all endpoints on the system;...
Results from ast_coredumper: [core-asterisk-2024-04-30T15-11-04Z-brief.txt](https://github.com/asterisk/asterisk/files/15171969/core-asterisk-2024-04-30T15-11-04Z-brief.txt) [core-asterisk-2024-04-30T15-11-04Z-full.txt](https://github.com/asterisk/asterisk/files/15171970/core-asterisk-2024-04-30T15-11-04Z-full.txt) [core-asterisk-2024-04-30T15-11-04Z-info.txt](https://github.com/asterisk/asterisk/files/15171971/core-asterisk-2024-04-30T15-11-04Z-info.txt) [core-asterisk-2024-04-30T15-11-04Z-locks.txt](https://github.com/asterisk/asterisk/files/15171972/core-asterisk-2024-04-30T15-11-04Z-locks.txt) [core-asterisk-2024-04-30T15-11-04Z-thread1.txt](https://github.com/asterisk/asterisk/files/15171973/core-asterisk-2024-04-30T15-11-04Z-thread1.txt)
Yup ``` (gdb) frame 6 #6 0x0000147952e39b59 in pj_strdup (pool=pool@entry=0x14792c65baa0, dst=dst@entry=0x147902c0f7f8, src=0x1e58c48) at ../include/pj/string_i.h:42 42 dst->ptr = (char*)pj_pool_alloc(pool, src->slen); (gdb) p *dst $1 = {ptr = 0x0, slen = 0}...
hey @gtjoseph - that --tarball-coredumps is pretty aggressive- it looks like it takes a copy of most of my instance, including contents of root's and users home directories- I can't...
Ok- so it's doing something really weird then; it was taking a while to run, so I checked the process list, which showed:  and when I looked in that...
hey @gtjoseph I just emailed in a dropbox link with the files; hopefully it has everything you need - if there's something missing or would make it easier, just let...
This was included in v1.5.5. Mike