---------- Forwarded message ----------
From: Thekkedath, Sooraj (Sooraj) <[EMAIL PROTECTED]>
Date: Oct 27, 2007 12:36 PM
Subject: RE: [Sipp-users] SIPP has the capability to change IP header ?
To: Simon Flannery <[EMAIL PROTECTED]>


Hi simon ,
       Thank you for your fast response.

   What you mentioned is for setting IP address and other fields in SIP
message. This thing I was able to achieve. I am doing my test by using
inf file.

But what exactly I asked is changing of options in IP header. You can
search IP options in google it will give all IP option numbers.
Basically I would like to ask you that , Is Sipp has any interface to
change IP header ? .

If it is not there , I think its good thing to add :) .

I am hoping a reply from you

Thanks
Sooraj T


-----Original Message-----
From: Simon Flannery [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 27, 2007 3:23 PM
To: Thekkedath, Sooraj (Sooraj)
Cc: [email protected]
Subject: Re: [Sipp-users] SIPP has the capability to change IP header ?

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