Re: [Sipp-users] SIPp 2.0 truncating last_via by 1 character

2007-05-01 Thread Charles P Wright
Tarek, I believe it was the short form header patch that I posted that broke this. Another user had the same issue and I sent them this patch, but never got any feedback. Does this fix the issue for you? Charles [EMAIL PROTECTED] wrote on 05/01/2007 03:38:56 PM: Hi, I've recently

Re: [Sipp-users] SIPp 2.0 truncating last_via by 1 character

2007-05-01 Thread F. Tarek Rogers
Sorry Charles, I misread my email, and thought Olivier sent that patch. That patch apparently made it in the 2.0 code base, and I believe is causing my issue. It looks like it's backing up one character too far when deleting the CRLF and excess whitespace. I just tried commenting out this

Re: [Sipp-users] SIPp 2.0 truncating last_via by 1 character

2007-05-01 Thread F. Tarek Rogers
Well, I got it working with this. Looks like you backed up to the last non-white-space character, and then over-write that last valid character with the ','. So I just bump it forward one. Low tech answer, I know ;) t [EMAIL PROTECTED] sipp-2.0]# diff -BruN call.cpp call.new --- call.cpp