Hi Dave,
recently I have tried to create robustness testcases included binary data.
Therefore I inserted in a send message some whitespaces as placeholder.
Then, I have edit the file with a hex-editor (e.g. notepad++) to change the 
whitespaces 
with non printable data 0x01..0x1fh.
These data are transferred correctly, but I am not sure is this a bug or a 
feature.

  <send>
    <![CDATA[

      SIP/2.0 200 OK
 
      [last_Via:]

Regards,

Wolfgang.


Deutsche Telekom AG 
Zentrum Technik Einführung 
Wolfgang Kanngießer 
Winterfeldtstraße 21, D-10781 Berlin


 
 
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!--     Ein Register-Request des MSAN wird sofort mit 200 OK  beantwortet (anonyme Registrierung)     -->

<scenario name="sip_msan_reg_bv-001">
  <recv request="REGISTER" rrs="true">
  </recv>

  <send>
    <![CDATA[

      SIP/2.0 200 OK
 
      [last_Via:]
      [last_From:]
      [last_To:];tag=[call_number]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
      Content-Length: 0
      Expires: 30

    ]]>
  </send>

</scenario>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to