python-rest-api icon indicating copy to clipboard operation
python-rest-api copied to clipboard

Voice Messaging: handling machine answers

Open jframeau opened this issue 3 years ago • 0 comments

Hi, I'm trying to implement some text to speech voice message.

I need to detect machine answers to be able to call another phone for notification escalation.

But get status like these with ifMachine set to 'hangup':

calling calling calling ... answered

Second try, I hang up the call manually:

calling calling calling ... answered

So, is there a way to detect both these two scenarios (machine answer and manual hang up) ?

jfr

MessageBird: [Version 2.0.0]

jframeau avatar Apr 12 '22 08:04 jframeau