Hey list,

I think this has been raised before and fixed, but it is back again.

For example when the below scenario is used:

<scenario name="MS Basic Responder">

 <recv request="REGISTER" rrs="true" crlf="true" />

 <send>
  <![CDATA[

    SIP/2.0 200 OK
    [last_From:]
    [last_CSeq:]
    [last_To:]
    [last_Call-ID:]
    [last_Via:]   <--------------------- ERROR
    Content-Length: 0

  ]]>
 </send>
...

The [last_Via:] chops off the last character!!! Thus it is an invalid
SIP signal!!!

I'm using the official SIPp 3.0. Is there a patch? Is this fixed in
the latest unofficial build? If not, where should I look in the source
code???

Simon

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to