You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and any request you send you can either change sip.DefaultProtocol = "TCP"
or when building request call req.SetTransport("TCP")
Library focus was more building server so if you find any issues let me know.
Also there is ongoing ticket to make client handle more API friendly (like no need for listener), so any feedback is welcome.
Hey Emiago, do you have an example for an TCP SIP client for connecting to tcp sip server ?
I'm looking to make a small private utils to test if my home TCP sip server are down or not. Can you provide a TCP client example ?
Thanks -Kalvelign
The text was updated successfully, but these errors were encountered: