Bugs item #2279157, was opened at 2008-11-13 14:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637564&aid=2279157&group_id=104305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: langolier42 (langolier42) Assigned to: Nobody/Anonymous (nobody) Summary: SDP missing CR LF Initial Comment: sipp 3.1 does not have CR LF at the end of SDP. A user online discovered the error in the source code as follows: "File: scenario.cpp (line 605 in my version). In clean_cdata() function, just this little correction and the removed crlf will now be well counted. ---- *removed_crlf++; <---- useless code +++ (*removed_crlf)++;" User claimed that after adding the parenthesis and compiling, the SDP was being generated correctly. I have only verified that the problem exists, but I have not compiled the correction. My problems were solved by downgrading to 2.0.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637564&aid=2279157&group_id=104305 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
