Hi,

If I understand you correctly, then it is easily and a common request
to do. Just use an injection file.

For example:
--in.txt file--
SEQUENTIAL
user_00000;tcm.imt.se;[authentication [EMAIL PROTECTED]
password=ims];172.0.54.8;
user_00001;tcm.imt.se;[authentication [EMAIL PROTECTED]
password=ims];172.0.54.9;

--scenario.xml--
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<scenario name="UAC Basic Invite">

  <label id="0" />
  <!-- In client mode (sipp placing calls), the Call-ID MUST be
       generated by sipp. To do so, use [call_id] keyword. -->
  <send retrans="500" start_rtd="true">
    <![CDATA[

      INVITE sip:[EMAIL PROTECTED] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: [field0] <sip:[EMAIL PROTECTED]>;tag=[call_number]-INV-UAC
      To: bob <sip:[EMAIL PROTECTED]>
      Call-ID: [call_id]
      CSeq: [cseq] INVITE
      Contact: [field0] <sip:[EMAIL PROTECTED]:5060>
      Max-Forwards: 70
      Content-Type: application/sdp
      Content-Length: [len]

      v=0
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
      s=SIPp-UAC
      c=IN IP[media_ip_type] [media_ip]
      t=0 0
      m=audio [media_port] RTP/AVP 0
      a=rtpmap:0 PCMU/8000

    ]]>
  </send>
...

HTH and have fun,

Simon

On 10/27/07, Thekkedath, Sooraj (Sooraj) <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi
>
>
>
>    I just want to know that SIPP has any options or commands to change or
> modify the IP header of SIP messages. I want to generate a SIP invite
> message with any of the IP option field set to a value . for example ,
> generating  sip INVITE  message with IP route alert option set or IP record
> route option set .  If  you have any idea please share it with me.
>
>
>
>
>
> Thanks
>
> Sooraj T
> -------------------------------------------------------------------------
> 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
>
>

-------------------------------------------------------------------------
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