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
I am using livekit sip server to make outbound calls. It should call a FreePBX server.
All is going well, until an error is raised when parsing digest auth challenge.
I believe this is a sip server problem, since SIP messaging is correct.
I am using livekit sip server to make outbound calls. It should call a FreePBX server.
All is going well, until an error is raised when parsing digest auth challenge.
I believe this is a sip server problem, since SIP messaging is correct.
These are SIP messages excanged:
Now, an authenticated invite should come, but it never arrives. the sip server had a problem:
this is a parser error, occurring here https://github.com/icholy/digest/blob/f2e2eb0db70aa325b748c85418db1da76b4deebc/internal/param/param.go#L90
but it really doesn't make sense, since the auth header sent by freepbx is perfectly fine.
Can you help me?
The text was updated successfully, but these errors were encountered: