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.
Asterisk AI Voice Agent
111–120 of 129 posts
Re: Asterisk AI Voice Agent
#112Earlier 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.
Re: Asterisk AI Voice Agent
#113Re: Asterisk AI Voice Agent
#114Earlier 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.
Re: Asterisk AI Voice Agent
#115Re: Asterisk AI Voice Agent
#116I (and most people I ask) definitely don’t answer calls from robots or watch videos with robot voice. I’m not sure what value the customer gets here.
Re: Asterisk AI Voice Agent
#117Re: Asterisk AI Voice Agent
#118Earlier 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?
Re: Asterisk AI Voice Agent
#119Earlier 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.
Re: Asterisk AI Voice Agent
#120Long 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…