Hi Olle > > violation of RFC 3261. From section 22.2: > > When a UAC resubmits a request with its credentials after receiving a > > 401 (Unauthorized) or 407 (Proxy Authentication Required) response, > > it MUST increment the CSeq header field value as it would normally > > when sending an updated request. > > This only applies to the same dialog. The question here is if it is the > same dialog. If it is, then the server indeed has a bug. > > Check the Call-ID and the from tag of both requests.
Thanks, you pointed to the right place: = Working Dialog = Call-ID: 3D4B79B7@7f33ff47 CSeq: 165558315 INVITE (Asterisk) SIP/2.0 401 Unauthorized Call-ID: 3D4B79B7@7f33ff47 CSeq: 252045256 INVITE (Asterisk) SIP/2.0 100 Trying = Broken Dialog = Call-ID: A220DA56@7f33ff47 CSeq: 897885804 INVITE (Asterisk) SIP/2.0 401 Unauthorized Call-ID: A220DA56@7f33ff47 CSeq: 24994731 INVITE (Asterisk) SIP/2.0 500 Server error Well as I see it, the C3 PBX just generates plain random CSeq Numbers. Regards Benoit Panizzon -- I m p r o W a r e A G - ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 07 CH-4133 Pratteln Fax +41 61 826 93 02 Schweiz Web http://www.imp.ch ______________________________________________________ -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
