Live data from Hacker News

Asterisk AI Voice Agent

github.com

111–120 of 129 posts

Re: Asterisk AI Voice Agent

#111
post #62

Earlier quoted context omitted.

Beyond true. I wonder what Amazon's goals are, as an example. Currently, at least on the .ca website, there is no way to even get to chat to fix problems. All their spider text of help options, now always lead back to the return page. So it's call them (which you can only find the number via Google.) I suspect they're so disfunctional, that they don't understand why the massive uptick in calls, so then they slap AI i…

Interesting, I regularly use chat-based support on amazon.ca to speak with (what I presume is) a real human after none of the control flow paths adequately resolve my issue. I've always found the support quick to reply and very helpful. Granted, it's been 1-2 weeks since I had an issue, so it may have changed since then, or it could be only released to a subset of users.

I wonder if I'm stuck on the (A)wseome/(B)ad side of A/B testing.

Re: Asterisk AI Voice Agent

#112
post #62

Earlier quoted context omitted.

Beyond true. I wonder what Amazon's goals are, as an example. Currently, at least on the .ca website, there is no way to even get to chat to fix problems. All their spider text of help options, now always lead back to the return page. So it's call them (which you can only find the number via Google.) I suspect they're so disfunctional, that they don't understand why the massive uptick in calls, so then they slap AI i…

Interesting, I regularly use chat-based support on amazon.ca to speak with (what I presume is) a real human after none of the control flow paths adequately resolve my issue. I've always found the support quick to reply and very helpful. Granted, it's been 1-2 weeks since I had an issue, so it may have changed since then, or it could be only released to a subset of users.

Amazon is generally good at 1) resolving an issue in your favor and 2) getting you to a human if needed but gosh does it feel like I've taken a different path to do so every single time I'ever needed support.

Re: Asterisk AI Voice Agent

#113
post #61
post #23

Earlier quoted context omitted.

Absolutely not. 500-1000ms is borderline acceptable. Sub-300ms is closer to SOTA. 2000ms or more means people will hang up.

160ms is essentially optimal and you can get down to about 200ms AFAIK.

With what system?

Re: Asterisk AI Voice Agent

#114
post #110
post #98

Earlier quoted context omitted.

I don't mind music-on-hold as much except when they break with a human voice at intervals saying inane things such as "your call is important to us. Thank you for holding" Which makes me think the call has been answered. If there's not actual call queue information, just play music so I can ignore it and continue working without that NOP interrupt.

I guess the comment was just about how much Asterisk deployments are out there because you can often hear its default music-on-hold? But maybe I'm wrong.

thats funny, i interpreted this as "Hosted Asterisk People Sell a Default Experience" (and probably charge for custom messages) so its cool to see something different and marketable

Re: Asterisk AI Voice Agent

#117
post #51

Earlier quoted context omitted.

I worked door dash for a couple of days and there were multiple people who wrote in all caps to not ring the door bell. Why? I have no idea.

Probably because it make their dogs go nuts.

Sleeping children or shift workers, too.

Re: Asterisk AI Voice Agent

#118
post #71

Earlier quoted context omitted.

My local dealership adopted one of these for their service department. Prior to the AI assistant, you would call and immediately be placed on hold because the same people serving customers at the desk were answering the phone. The AI picks up right away and can schedule an oil change. It's fantastic and I'd love to see more of this. Of course it also has the ability to escalate to a human for the things it doesn't ha…

If they have the ability to hook an llm up to a system that can schedule an oil change why can’t they provide a form on their website to do the same thing and save everyone the hassle?

because a lot of people still prefer voice communication over navigating the internet and filling out a form

Re: Asterisk AI Voice Agent

#119
post #103

Earlier quoted context omitted.

>sure, we all agree that it is partly designed to get people to hang up in disgust and give up actually, as someone who works in this area - no, it's not. it designed to help people to do things and metrics of success are closely monitored

It is often both.

not in my experience and it will be more expensive to company

Re: Asterisk AI Voice Agent

#120

Long shot, if anyone here is an Asterisk wizard. I would like to correlate CDRs to voicemail recording locations. I am building an integrated dashboard for call recordings, and want voicemails to be included, but that's been surprisingly difficult.

So, there is no straight forward way that I can think of. But, what I would do is set a channel variable and log it somewhere: exten => s,n,Set(VM_UNIQUEID=${UNIQUEID}) exten => s,n,VoiceMail(${EXTEN}@default) If you are using AGI or ARI, you can log it somewhere useful so you can correlate later. If you are using a more vanilla configuration I’d say use the voicemail metadata .txt file that will be in the same folde…

You are awesome!
Post reply on HN