13:32:28 Hi all, having a problem with websockets in kazoo 4.0 when using https://, nginx server spits out this error "SSL_do_handshake() failed (SSL: error:14201044:SSL routines:tls_choose_sigalg:internal error) while SSL handshaking" , I've narrowed the problem down to kazoo not including the signaling alrorithm extension in the ClientHello hanshake message. If I use curl from the same el7 node the extension is present and 13:32:28 it works fine, also same if I use Erlang OTP-23 and try ssl:connect() it works fine. So it seems to be an issue with the crypto package in Erlang OTP-19, anyone got any suggestions? 15:17:31 alane: yes, 19 has outdated cipher support, making interop with newer stuff hard 15:17:52 you could terminate TLS at nginx and cleartext to kazoo if you trust your network between the two 15:19:35 mc_: this is websockets so its kazoo -> nginx not the other way round. and it's the nginx that's spitting out the error 15:20:48 sorry I mean webhooks don't I not websocket 15:21:52 but I think for the short term we will use http: rather than https:// as its on a private network 15:23:07 alane: ah, yes, same issues apply to OTP 19 15:23:13 for initiating the TLS connection 15:23:33 there may be settings in nginx to accommodate older clients 15:23:39 not sure off hand 16:04:46 thats what I was hoping but couldn't find anything that worked 17:16:12 Is there a way to have 2 IVR in same account but for different numbers? 17:40:58 mentax: two callflows, each with diff "numbers" arrays