Closed BoasE closed 9 months ago
Waht do you mean by "create the password"? The SIP protocol doesn't deal with how passwords are created. It specifies how the password gets used in creating the digest with goes in the SIP authorisation header.
In your example you can probably simplify things by using one of the SIPUserAgent classes. They include properties to set a username and password.
I'm sending scaip xml messages. With a server which doesnt have a password everything works fine. Now in the next step one server requires a password autentication.
When I look at this documentation I expect a response which challenges me to create the psaswort with which I would need to reply. But I don't get any response. Do I need to bind somewhere else ? Am I missing? Is my expectation correct that a response should be received for the auth?
Simplified Code: