1

How do I receive responses from sip using php/nodejs/javascript. What I have:

  • Software Telephone (SIP/TAPI) required!
  • Remote Debian Server (can't login to provider)

I'd like to open browser and Software VOIP Telephone and run a procedure.

Procedure:

  • Select Telephonnumber from Datebase (mysql)
  • Call selected nummber
  • receive response
  • work with response
Kara
  • 6,115
  • 16
  • 50
  • 57
Marius Behrens
  • 159
  • 1
  • 2
  • 9

1 Answers1

0

It is possible to use SIP over WebSockets: https://datatracker.ietf.org/doc/html/draft-ibc-sipcore-sip-websocket
This protocol is supported by OverSIP, Kamailio, Asterisk, OfficeSIP.

And here are some usable libraries implementing SIP client over WS:

Community
  • 1
  • 1
max taldykin
  • 12,459
  • 5
  • 45
  • 64