Questions tagged [jssip]

Use this tag for questions related to the JavaScript SIP Library.

With JsSIP you can build a complete SIP user agent in your Web page:

  • Send and/or receive multimedia calls.
  • Send and/or receive text messages.

JsSIP is a SIP WebSocket client. It needs a SIP WebSocket capable server to which connect and exchange SIP messages.

79 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
2 answers

How to capture the headers of a 401 response or request with js o react?

How to capture the headers of a 401 response or request? The server is returning this 401 to me since it needs a summary authentication, I need to create a hash to send it to the server from the MD5 algorithm, and I need to get the nonce from the…
-1
votes
1 answer

No sound when making outgoing call via JsSIP (Asterisk)

I'm trying to debug the existent system, where calls are made via Asteriks. When accepting incoming calls, everything works fine, but on making outgoing call there is apparently no sound (but I accept 'addstream' event and attach stream to audio).…
-1
votes
2 answers

Bad Media Description when I try make call between two JSSIP clients

I'm trying make a call between two JSSIP clients. Both of them in the same machine on Google Chrome browser (I saw some differences on the Mozilla console). Immediatelly after confirm the call it's closed. In the log message I saw "Bad Media…
1 2 3 4 5
6