10:47:50 Does anyone know what this message from kamailio means "too much hops, not enough barley"? Google is not being my friend. 11:11:13 disregard... duckduckgo was not being my friend... google loves me. 11:11:34 Apparently it has to do with attempted simultaneous registrations? 11:14:12 How can this be adjusted? It seems to playing havoc with a Bria softphone utilizing their notification system for the app on an iPhone 12:59:58 also, is there a way to suppress the sipcheck log entries? 17:36:36 MattB: I'm not familiar with v2, but I would think the differences in the DB could be rather large, so it's probably not feasible to migrate DB->DB without a lot of effort. I'd say scripting up an API dump and PUT to the new system would be your best option. You could dump the existing data to a file[s], edit/rearrange as needed (text editing macros are your friend here), and then call the APIs on the new 17:36:42 system with a second script that read your edited file[s], 17:49:38 Hi, back, used kerl to install Erlang 19.3 required for kazoo 4.3, erlang crash dumping when compiling rabbit_common(_d), rabbit_net.erl reporting sslsocket errors. Installed Openssl 1.1.1 but erlang reported "ssl found but not usable" during kerl build 17:50:15 Is it likely that Erlang 19.3 requires an earlier version of (Open)ssl (says > 0.9.7 in the documentation) 18:09:21 Hi, back from yesterday, I'm trying to build Kazoo 4.3 with Erlang 19.3 as per yesterday's suggestions 18:10:45 1. During the kerl build for 19.3, Erlang reports "found ssl but is not usable, so, crypto, ssl, ssh will not be installed" 18:11:31 2. Installed Openssl 1.1.1 from source but Erlang 19.3 still reports the same error 18:12:53 3. make kazoo fails in rabbit_common with an erl crash_dump, complaining of sslsocket errors in rabbit_net.erl 18:13:46 4. I'm on ubuntu 20.04 on WSL2 (on my windows box) 18:15:30 Question: does Erlang 19.3 play with Openssl 1.1.1? (The documentation says use openssl >= 0.9.7) 18:16:29 I'm assuming that the problem could be due to a) openssl issues, b) using WSL2 on a windows box 18:17:10 Any suggestions/tips? (Will greatly be appreciated!) 18:20:11 (btw, as advised, I ran "sudo ldconfig" after installing Openssl 1.1.1 from source) 18:22:42 i recall 1.0.x was required and 1.1.x didn't work 18:22:50 but that's a vague memory 18:27:27 enough to go on by, maybe erlang doesn't find it "usable" because it doesn't recognize the version from the manifest; i'll downgrade Openssl and try a kerl build again, thanks! 18:50:53 @Ysean https://kamailio.org/docs/modules/1.5.x/maxfwd.html 19:26:37 @brian- Thanks