Stasis app not active - Asterisk error when dialing extension

771 views Asked by At

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');
1

There are 1 answers

0
live-love On BEST ANSWER

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

node example.js