On 2/13/06, Colin Whittaker <[EMAIL PROTECTED]> wrote:
> I am working on an inter operation with a switch which requires all
> setup messages to be authenticated, and uses reliable provisional responses.
> Here is their call flow:
> sofia-sip Switch
> INVITE
> 401
> ACK
> INVITE(auth
Looks like restart is not getting set in ua_authenticate, so we have a
NULL pointer call.
I think this is a bug in ua_authenticate() that restart() is not tested
before trying to call the function pointer.
Not sure why neither of the restarts are set.still digging.
Colin..
Colin Whitt