Install asterisk on your loacl/remote machine and make sure all required modules are loaded
[general]
enabled=yes
bindaddr=<Local/Remote IP>
bindport=8088
[general]
enabled = yes
pretty = yes
[<username>]
type = user
read_only = no
password = <anysecret>
[<context_name>] # in which all the extensions are registered
extent => _XXXX,1,Noop()
same => n,Stasis(<app_name>)
same => n,Hangup()
Clone repository locally and run npm install && node index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.