8

My intent to call the specified phone number from my own skill.

For example

Me: Alexa, ask <invocation> to find the customer service number

Alexa: Sure, the customer service number is 1800-xxx-xxx-xxx. Would you like to call

Me: Yes

[HOW TO MAKE CALL NOW?]

Community
  • 1
  • 1
muTheTechie
  • 1,443
  • 17
  • 25

2 Answers2

1

It would be possible to open a phone call from your programmed skill (alexa skill service). But for sure you not just want to start the call but also that the user can speak into alexa? But it's not possible to get the voice from the user.

Amazon Alexa transfers the speech input into text. Your skill service only get JSON requests from the amazon skill interface with intents and spoken things as text.

So there is no chance to the get the audio track from the alexa user. Also stated in the forum

  • There is a feature request - you should watch this feature and vote for it.
  • Or you implement something like a callbackservice that you interconnect users telephone to service customer number. E.g. via an app on the phone - see this
timguy
  • 2,063
  • 2
  • 21
  • 40
  • Check this video at the bottom of the page [here](https://www.pindrop.com/resources/video/video/alexa-steal-mans-bitcoin/). He states his echo is connected to a custom server instead of Amazon. How might he do this? – Corey Cole Apr 15 '19 at 21:48
  • 1
    @CoreyCole Interesting video but I don't know how they got the audio into their service for speech recognition. He is not going into technichal details. He was showing to the echo speaker and called it a prototype. Maybe it was a modified speaker (to use their backend directly) but maybe he only refered to the software part. – timguy Apr 16 '19 at 08:17
1

You can make a call using your echo device or using the Alexa app as long as contact is in your list using Alexa Calling. Calling is only supported in U.S., U.K., Canada, and Mexico.

Here is another link to help you setup

https://au.pcmag.com/gallery/60053/how-to-call-someone-from-your-amazon-echo

Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136