-
Is it possible with current implementation to send SIP messages over websocket? or rather secure websocket? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
yes. It is part of supported protocols. This you should see on Readme. |
Beta Was this translation helpful? Give feedback.
-
Also one follow up query - If the server is using self signed certs, then is there a way to tell the transport to ignore the same? The error I am seeing is below
|
Beta Was this translation helpful? Give feedback.
yes. It is part of supported protocols. This you should see on Readme.
Consider that if it is a server you have different func to listen on TLS.
For client all you need is set message transport either by recipient or call
req.SetTransport()