SIP connection problem. #1381
-
I'm experiencing issues connecting to a SIP server using the GetStarted application. I continuously receive a 401 Unauthorized error, and the console logs show: "Call result failure". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try the UserAgentRegister demo and see if that works. The authentication format is always digest. There are subtle variations around auth username vs username as well as some servers using mechanisms lik only allowinf calls if there is a current registration. |
Beta Was this translation helpful? Give feedback.
Try the UserAgentRegister demo and see if that works. The authentication format is always digest. There are subtle variations around auth username vs username as well as some servers using mechanisms lik only allowinf calls if there is a current registration.