< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
OK – I’ve just finished re-writing
the way ACK handling works. The authorization headers are now correctly
added. Thanks, Scott From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Scott Godin I’ve modified ServerAuthManager to
not challenge ACKs or CANCELs – still looking into the 2nd
issue. : ) From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Meir Elberg Hi, Under an authentication scheme that uses responses to carry values used to compute nonces (such as Digest), some problems come up for any requests that take no response, including ACK. For this reason,
any credentials in the INVITE that were accepted by a server MUST be accepted by that server for the ACK. UACs creating an ACK message will duplicate all of the Authorization and Proxy-Authorization
header field values that appeared in the INVITE to which the ACK corresponds. Servers MUST NOT attempt to challenge an ACK.
I'll try to resolve the
bug but I'm sure you'll do it faster and better than me... |