Kevin, I understand it's not a standard way of sending the sip header, but we what to work with this provider nonetheless. So please point me to the part where I can read the nonce from the sip 401 header.
Thanks Ray -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin P. Fleming Sent: 2005年10月17日 1:25 To: Asterisk Developers Mailing List Subject: Re: [Asterisk-Dev] which part of the code to receive and breakdownof SIP 401 Raymond Chen wrote: > WWW-Authenticate: Digest realm="", > > nonce="c39ec9664fd22a67b9cd79c70877c24f" That is broken. Blank lines are not allowed in the headers; the first blank line signals the end of the headers and the start of the body. Whatever device is sending you this is very broken. _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
