react-softphone
react-softphone copied to clipboard
How to configure SIP server
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.
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 }