Guidance on Auth digest registration request #664
breeblebrax
started this conversation in
General
Replies: 1 comment 2 replies
-
If you use the SIPUserAgent.Call overload that takes the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any example out there that shows how do deal with the
case where there is a
Username = extension
passcode = passcode
Authentication ID = is different than extension?
I have gotten SIPRegistrationUserAgent to work on Asterisk and 3CX. Calls in both direction, great audio etc.
However 3CX only works if I set the Authentication ID to the Extension(User Name) value.
I did a stepped through the code and found it to be responding with Auth Digest correctly on the second register attempt, but
it is doesn't know what the Authentication ID is, as I can see where one place it before instantiate SIPRegistrationUserAgent.
Hope that makes sense!
Cheers,
Chuck
Beta Was this translation helpful? Give feedback.
All reactions