Thank you Mockey,

> I also meet such issue. I fixed in auth.c, I choose auth as authtype.
> 
> The following is my patch's diff output, hope it can help you.
> 
> $ diff sipp.svn/auth.c sipp.patch/auth.c
> 231a232,237
> >
> >         // if supplied qop="auth,auth-int",
> >         // then choose qop=auth
> >         if (strstr(authtype, "auth") && strstr(authtype, "auth-int"))
> {
> >           strcpy(authtype, "auth");
> >         }

I have successfully installed the patch.

Also Andreas thank you for your hint.

Regards
Franz


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to