02:29:06 Hurricane Ian can kiss my rear 02:29:16 I hope everyone is well. 13:54:21 is there any way to set up inter-account extension dialing (same cluster/kamailio )? i tried with uri devices with no luck 15:22:13 btracht: only hacks 15:22:23 Ysean: seriously, stay safe FL peeps 15:22:49 used to visit boca grande for fam friends' condo 15:22:56 pretty sure the building is gone 16:32:48 Anyone using the /queues/eavesdrop api call in ACDC? It's timing out on my rig. 17:15:53 Hi all 17:16:42 Does anyone was able to successfully setup VTech ET635 with kazoo? 17:20:12 it is also know as a snom D735 17:22:34 Isn't that just a sip phone? 17:27:14 yeahhh, old phone with whole bunch of settings 17:27:59 ERROR: [core/resolve.c:1755]: str2ipbuf(): invalid name, no conversion to IP address possible 17:30:30 I was able to register the phone, but when I trying to make a call, my cell give ring for half second, them another half second etc... 18:33:26 anyone know if the click2call can be 1 API call (instead of seting up the call / getting the Click2call ID and then perfoming another api Call 18:56:44 sud0ritz, don't you set up the endpoint once and reuse after that? 19:16:17 i could but i need to dynamcially build thisĀ  as our side isnt really tied to an extenion more like sip trunk between systems 20:19:12 mc_: I have family in Ft Myers and I'm in Tampa. We just lost power due to wind. Ft Myers is destroyed. My family members' homes have to be gutted, everything they own is gone. 20:20:44 Serge, I have a snom D735 working for calls in and out but, I haven't figured out how to get the hold button to to initiate Kazoo's on-hold functionality for MoH to be played from Kazoo instead of the phone itself. 20:21:00 Ysean: sorry to hear, its going to be a mess for a while 20:21:26 Yes, it is. 20:21:49 I'm about to run a generator down. 20:23:18 Serge, are you just having an issue with strange ringing or can you answer the call have a particular behavior? Or, does it ring for 1/2 a ring then drop? 20:23:36 And, are you attempting ZRTP / SRTP? 20:24:15 I just change the codecs and disable srtp. But another issue is, this phone does not try to use SRV 20:24:40 I had a hell of a time getting the Snoms to work properly with TLS SIP and SRTP media due to all the settings. It was trial and error. 20:24:57 I haven't tried SRV records with any Snom phones yet. 20:25:06 What FW are you running? 20:25:55 Ysean: The latest from nextiva... Can't even find any download links for this firmware 20:26:45 just a sec... I'm using the stock firmware from Snom. 20:26:59 There are two major trains right now... 8.x & 10.x I'm using the 10.x 20:27:47 Ysean VTechET635-SIP 10.1.54.17.5 20:28:58 That's a few releases behind and looks like it may either be specific to Nextiva OR is a Vtech brand specific release. That release version doesn't match those of Snom brand. 20:35:44 anyone using the eavesdrop API in acdc? I'm getting a 500 timeout it doesn't seem to go anywhere in the logs but the modules are there 21:08:21 Serge, to get Snom device SRTP working with Kazoo is a bear... If you have other devices already working with SRTP to your Kazoo instance then it's just the settings on the Snom phone and I can share working settings with you. 21:10:05 Ysean Will be great if you could share the settings 21:10:26 Sure... Let me plug my test set back in. Give me a few minutes. 21:15:10 Ysean Thanks 21:26:32 sorry, have a call related to the hurricane. It will be a bit longer. 22:03:55 Hi All. If I want to return the numbers assigned to a user via the API does anyone know the quickest API call to turn that information around? 22:09:10 Perhaps something like this https://URL/v2/accounts/{ACCOUNT_ID}/callflows?filter_owner_id= 22:09:44 nde_: depends if you've set owner_id on the callflow doc (i don't think that's necessarily required) 22:10:33 if the callflow is user -> voicemail, you could try ?filter_flow.data.id=owner_id 22:11:53 mc_: do you think that would return the array if multiple numbers are assigned or number + ext? 22:12:49 my anticipation is that it would but you know better than I do of course. 22:16:09 assuming the one callflow has all the numbers:["DID", "extension",...] 22:16:16 then yes 22:20:24 That makes sense. That will work then. Thanks mc_!