-
Ysean
Hurricane Ian can kiss my rear
-
Ysean
I hope everyone is well.
-
btracht
is there any way to set up inter-account extension dialing (same cluster/kamailio )? i tried with uri devices with no luck
-
mc_
btracht: only hacks
-
mc_
Ysean: seriously, stay safe FL peeps
-
mc_
used to visit boca grande for fam friends' condo
-
mc_
pretty sure the building is gone
-
hmmhesays
Anyone using the /queues/eavesdrop api call in ACDC? It's timing out on my rig.
-
Serge
Hi all
-
Serge
Does anyone was able to successfully setup VTech ET635 with kazoo?
-
Serge
it is also know as a snom D735
-
hmmhesays
Isn't that just a sip phone?
-
Serge
yeahhh, old phone with whole bunch of settings
-
Serge
ERROR: <core> [core/resolve.c:1755]: str2ipbuf(): invalid name, no conversion to IP address possible
-
Serge
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...
-
sud0ritz
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
-
hmmhesays
sud0ritz, don't you set up the endpoint once and reuse after that?
-
sud0ritz
i could but i need to dynamcially build thisĀ as our side isnt really tied to an extenion more like sip trunk between systems
-
Ysean
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.
-
Ysean
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.
-
mc_
Ysean: sorry to hear, its going to be a mess for a while
-
Ysean
Yes, it is.
-
Ysean
I'm about to run a generator down.
-
Ysean
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?
-
Ysean
And, are you attempting ZRTP / SRTP?
-
Serge
I just change the codecs and disable srtp. But another issue is, this phone does not try to use SRV
-
Ysean
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.
-
Ysean
I haven't tried SRV records with any Snom phones yet.
-
Ysean
What FW are you running?
-
Serge
Ysean: The latest from nextiva... Can't even find any download links for this firmware
-
Ysean
just a sec... I'm using the stock firmware from Snom.
-
Ysean
There are two major trains right now... 8.x & 10.x I'm using the 10.x
-
Serge
Ysean VTechET635-SIP 10.1.54.17.5
-
Ysean
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.
-
hmmhesays
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
-
Ysean
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.
-
Serge
Ysean Will be great if you could share the settings
-
Ysean
Sure... Let me plug my test set back in. Give me a few minutes.
-
Serge
Ysean Thanks
-
Ysean
sorry, have a call related to the hurricane. It will be a bit longer.
-
nde_
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?
-
nde_
Perhaps something like this
URL/v2/accounts{ACCOUNT_ID}/callflows?filter_owner_id=<owner_id>
-
mc_
nde_: depends if you've set owner_id on the callflow doc (i don't think that's necessarily required)
-
mc_
if the callflow is user -> voicemail, you could try ?filter_flow.data.id=owner_id
-
nde_
mc_: do you think that would return the array if multiple numbers are assigned or number + ext?
-
nde_
my anticipation is that it would but you know better than I do of course.
-
mc_
assuming the one callflow has all the numbers:["DID", "extension",...]
-
mc_
then yes
-
nde_
That makes sense. That will work then. Thanks mc_!