Skip to content

edumeet/edumeet-sip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edumeet-SIPGW

A SIP gateway for edumeet

License

MIT

How to run

Using Debian based system

curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs

git clone https://github.com/edumeet/edumeet-sip.git
cd edumeet-sip
cp public/config/config.example.js public/config/config.js

Edit config.js

Install node packages

npm install OR npm i # (shorter version)

npm run build

Start application.

npm run start