2
votes

I've created custom Alexa skill (using AWS lambda function), which should do the following things:

  1. Send a message to slack channel.
  2. Dial-in hardcoded phone number.

Now, I'm looking for the solution to make a call using this custom skill.

Is it possible to do?

P.S. A4B (Alexa for business) provide the possibility to setup conference provider, which require SIP number which I don't have. I only have phone number.

Thank you in advance!

2
did you find solution for this?Prasoon Singh

2 Answers

1
votes

Unfortunately, this is not possible for now. Alexa is not able to dial in the phone number from custom skill.

1
votes

You can dial hardcoded phone numbers using Twilio API.