< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Bug with Multiple Accept headers


I'll try and a get full resip log to see whats going on, but the hardware endpoint is in India. I have noticed, that resiprocate doesn't include the Accept header in the BYE's it generates, is there a way perhaps to force that?

-Aron


Aron Rosenberg
Logitech Inc, (SightSpeed Group)

Inactive hide details for Scott Godin ---05/20/2010 12:11:25 PM---The code in validateAccept looks right to me - it should be sScott Godin ---05/20/2010 12:11:25 PM---The code in validateAccept looks right to me - it should be searching all Accept headers. In order

From: Scott Godin <sgodin@xxxxxxxxxxxxxxx>
To: aron_rosenberg@xxxxxxxxxxxx
Cc: resiprocate-devel <resiprocate-devel@xxxxxxxxxxxxxxxxxxxx>
Date: 05/20/2010 12:11 PM
Subject: Re: [reSIProcate] Bug with Multiple Accept headers
Sent by: slgodin@xxxxxxxxx





The code in validateAccept looks right to me - it should be searching all Accept headers.  In order to get into the code block you mentioned the following call would have to be returning false:
if(request.exists(h_Accepts))
Given that you see the Accept headers in the BYE message, I'm not sure why this is failing offhand.  Perhaps the SIPMessage failed to parse properly?  Maybe the resip logs would reveal more.

Scott

On Thu, May 20, 2010 at 2:19 PM, <aron_rosenberg@xxxxxxxxxxxx> wrote: