Skip to content

havfo/SipCaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

SipCaller

A SIP user agent implemented in React/Redux/Material-ui, using sip.js.

Try it online at https://ringmeg.uninett.no.

Build & run locally

Build app.

cd app/

Web app has own detailed README for development.

npm install

npm run build

Copy build folder content to ../server/public/

Now build server.

 cd ../server
 
 npm install

Generate certificate in certs folder

 openssl req -x509 -newkey rsa:4096 -keyout localhost.key.pem -out localhost.cert.pem -days 365

(or check other options at https://letsencrypt.org/docs/certificates-for-localhost/ or https://stackoverflow.com/questions/9519707/can-nodejs-generate-ssl-certificates )

Configure: copy config.example.js into config.js,
adjust file name for certificate and key.

Run server. (You may need add sudo on Ubuntu 18.04, that has by default lower ports as privileged )

 sudo node server
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy