-1

Getting this error.

asterisk stasis app not active

Dialplan:

same => n,Stasis(example)

My app name is example.js, I checked to make sure it's calling the app:

ari.start('example');
live-love
  • 48,840
  • 22
  • 240
  • 204

1 Answers1

-1

The problem was, I had forgotten to start my app:

node example.js
live-love
  • 48,840
  • 22
  • 240
  • 204