Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure SIP server #14

Open
UltimoDragao opened this issue Aug 12, 2022 · 1 comment
Open

How to configure SIP server #14

UltimoDragao opened this issue Aug 12, 2022 · 1 comment

Comments

@UltimoDragao
Copy link

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.

@rishagit
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants