Skip to content

vivek8690/node-ari-calling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asterisk ARI one to one calling with hold bridge

Install asterisk on your loacl/remote machine and make sure all required modules are loaded

Asterisk Configurations [http.conf]

[general]
enabled=yes
bindaddr=<Local/Remote IP>
bindport=8088

Asterisk Configurations [ari.conf]

[general]
enabled = yes
pretty = yes

[<username>]
type = user
read_only = no
password = <anysecret>

Asterisk Configurations [extensions.conf]

[<context_name>]       # in which all the extensions are registered 
extent => _XXXX,1,Noop()
same => n,Stasis(<app_name>)
same => n,Hangup()

Installation

Clone repository locally and run npm install && node index.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors