I am working on a sip client. I'm monitoring with wireshark the sip packets.
Register with the sip server works fine
When making a call I have this:
Client - INVITE message Server - 401 UNAUTHORIZED Client - INVITE message Server - 403 Forbidden
I do not have access to the server. What could go wrong? Why can't I make a call?
What is with that 401 and than 403 if registered worked ok?