#Integrating asterisk voicemail transcription with HAOS whisper

1 messages · Page 1 of 1 (latest)

ripe flower
#

I'm looking to integrate asterisk voicemail STT transcription using HAOS whisper.

remote karma
#

sure thing.

ripe flower
#

Thanks! Yeah, i'm definitely curious about what you've done. I've had basic asterisk HA integration for about 10 years, but just using AGI scripts to pass messages via MQTT.

#

I've always wanted to do speech to text transcription on the voicemails, but there was never a really viable solution. It seems whisper is super close to what I need, and having it show in a HA dashboard would just be a neat cherry on the cake 😄

remote karma
#

LOL cant find the code

#

aha systemd service

#

for ha you can use conditonal cards

#

I have a very advanced integration between HA and asterisk. if im busy sascha (my assistant picks up the call) but i can say pick up the call (of name) to let it ring anway.

#

I need help make it reproducable with git and stuff

ripe flower
#

OK. it looks like you're using the Wyoming API directly. I'm guessing you have wyoming somehow exposed from HA?

remote karma
#

i guess you can use whisper on haos. I have faster machines. but i guess you can just open the port on the addon i look at it

ripe flower
#

that's what i was planning on doing yes. i run HA on a chunky machine, so it's already got plenty of horsepower.

remote karma
#

HAOS on a big machine. why not a vm?

ripe flower
#

i mean, it's running on a VM in proxmox. it's been a while coming. for the past 10 years ive just used HA in a venv on a very old server. voice did not work well on that hardware, but i finally finished the migration yesterday.

remote karma
#

a right. well you can use whisper on haos. just open the port

ripe flower
#

I'll update once I have something