react-softphone icon indicating copy to clipboard operation
react-softphone copied to clipboard

How to configure SIP server

Open UltimoDragao opened this issue 2 years ago • 1 comments

Good morning. I'm having some issues trying to connect to a SIP server, mainly with the Web Socket part. Could someone help me finding where to get the correct parameters to connect to my server? Thanks in advance.

UltimoDragao avatar Aug 12 '22 13:08 UltimoDragao

Try this app to configure - https://github.com/prinze77/my-app

Here is config with credentials for the websocket user:

const ws = new WebSocketInterface("ws://10.75.219.xx:8088/ws")

const config = { domain: "10.75.219.xx", uri: "sip:########@10.75.219.xx", password: "xxxxx", realm: "axxxxx",

sockets: [ws],

display_name: "***", //jssip Display Name debug: false, // Turn debug messages on }

rishagit avatar Aug 15 '22 15:08 rishagit