From: Dan <dt...@fx...> - 2004-10-22 11:13:25
|
Hi, >----- Original Message ----- >From: "Michael Van Donselaar" <mi...@va...> >> I've just recompiled iaxComm with the current CVS sources, and MD5 > authentication seems to be broken. > > Can anyone verify that they are having problems as well? > It seems to be from the alignment patch. In iax2-parser.c [447] changing to: case IAX_IE_AUTHMETHODS: if (len != sizeof(unsigned short)) { snprintf(tmp, sizeof(tmp), "Expecting authmethods to be %d bytes long but was %d\n", sizeof(unsigned short), len); errorf(tmp); } else ies->authmethods = ntohs(*((unsigned short *)(data+2))); // < this replace the modified aligned break; Best regards, Dan |