tg2sip icon indicating copy to clipboard operation
tg2sip copied to clipboard

voicemail as voice message

Open ivanbalashov239 opened this issue 6 years ago • 4 comments
trafficstars

I want to send voice message if recipient hasn't answered. Maybe with speech recognition. Any plans to implement this?

ivanbalashov239 avatar Jun 23 '19 09:06 ivanbalashov239

This was not planned.

Infactum avatar Jun 23 '19 15:06 Infactum

@Infactum don't you think it would be a good idea?

ivanbalashov239 avatar Jun 24 '19 20:06 ivanbalashov239

It might be interesting feature, but don't expect it in nearest future. Unless someone will made a PR.

Infactum avatar Jun 25 '19 06:06 Infactum

I've accomplished something similar using Asterisk to handle voicemails. Asterisk can be configured to email voice attachments, and a small python script can pretend to be a local SMTP server to accept that message, do transcoding, and send the message on to Telegram as a bot.

rechner avatar Jul 13 '19 01:07 rechner