Questions tagged [sipjs]

A simple yet powerful JavaScript library that takes care of WebRTC and SIP signaling for you.

Features

  • Register SIP User Agents using the SIP over WebSocket transport
  • Create Audio and Video sessions
  • Send Instant Messages and view Presence
  • Share your screen or desktop
  • Utilize advanced call features such as early media, call hold and resume, and transfers
  • Send DTMF with SIP INFO
  • 100% open source, 100% JavaScript
  • All major browsers supported

Homepage: https://sipjs.com/

33 questions
-1
votes
1 answer

Asterisk 16.30.0 running in EC2 connected with sip.js client no audio during call

I am having Asterisk 16.30.0 installation in a EC2 instance. Asterisk is installed using https://linuxhint.com/install-asterisk-ubuntu-22-04/ Below is the configuration for my Asterisk server running in…
User7723337
  • 11,857
  • 27
  • 101
  • 182
-1
votes
1 answer

wss connection failed: Error in connection establishment: net::ERR_CERT_COMMON_NAME_INVALID

I've build up a working FreeSwitch box and can make internal calls on desktops using ws connections. Later on, I've configured the box to use SSL with certificates issued by Letsencrypt. SSL certificates are validated all good by…
Kai
  • 1
  • 3
-1
votes
1 answer

How to connect html file with a js file from node_modules?

I'm trying to add \node_modules\sip.js\dist\sip.min.js , to my html file. I tried to import like import * as SIP from 'sip.js/dist/sip'; in my component.ts but this work only if I call some function from it. But I need my html file to read this…
1 2
3