Hello sipp users
        Can anyone clarify how to insert last_* parameters in <send>.
Currently I am using it as 
<recv request="INVITE" crlf="true">
  </recv>
<send>
    <![CDATA[

      SIP/2.0 100 Trying
      [last_v:]
      [last_f:]
      [last_t:];tag=[call_number]
      [last_i:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
      Content-Length: 0

    ]]>
  </send>

It is not able to get the values of last header field. Simply it is
sending the newline character.

I am running sipp as
./sipp -i 10.0.71.23 -sf invite.xml 192.168.130.10 -m 1

Can any buddy tell me that why it is not sending last header.


-Wasim

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to