SIP client PoC written in JavaScript and sipml5 API.
Follow the steps below to make use of Sheep.
Ensure that you have the following dependencies installed:
Clone this repository:
git clone https://github.com/airchive/sheep.git
Move to certs folder and then create your certs using the following command:
openssl req -newkey rsa:2048 -new -nodes -x509 -days 365 -keyout key.pem -out cert.pem
After doing that, move to the root of the project and run:
npx http-server -S -C ./certs/cert.pem -K ./certs/key.pem
Enjoy your calls.
404
Contributions and suggestions about how to improve this project are welcome! Please follow our contribution guidelines.
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:
This repository is licensed under GPL-3.0 License.