Hi xuesong,

You could check the wiki for scenarios uploaded by others but mostly may have to write your own xmls.

Makarand

On 10/21/06, 杜学松 <[EMAIL PROTECTED]> wrote:
Hi, Makarand
 
Thanks for you advice! Currently I am working on a Transfer scenario using SIpp. I was wondering whether i shold write that by myself or i can find a standard sceario from internet or open source community. Actually i am confused by the complicated message during a trasnfer situation.
 
Cheers!
xuesong

 
2006/10/18, makarand bhagwat <[EMAIL PROTECTED]>:
Xuesong,

You can use the "rrs=true" option when you receive the 200 OK. This would capture the route stack from the record-route from the incomming message. You can then use the [routes] keyword in the ACK to add the route-stack back to the ACK / BYE messages.

In your scenario, you would have more than one record-route (assuming all devices in between are in proxy mode) and the route-stack needs to be flipped while being used in the ACK (I think, please correct me if I am wrong). You could do that by using regular expressiongs.

Regards,
Makarand



On 10/18/06, 杜学松 < [EMAIL PROTECTED]> wrote:
Hi,
Currently, I am using Sipp-1.1rc6. I made a call on Linux the call flow is like: sipp -> proxy server --> PGW --> proxy server -->> sipp.
The message INVITE, 180 Ringing, 200OK work very well while the PGW would not send the ACK (to 200OK) and BYE back to proxy server.
 
My question is that i want to add a Router header to the ACK and BYE message. My scenair is :

  <send>
    <![CDATA[

      ACK sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: sipp <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      CSeq: 1 ACK
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0

    ]]>
  </send>

  <!-- This delay can be customized by the -d command-line option       -->
  <!-- or by adding a 'milliseconds = "value"' option here.             -->
  <pause milliseconds="2000"/>

  <!-- The 'crlf' option inserts a blank line in the statistics report. -->
  <send retrans="500">
    <![CDATA[

      BYE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: sipp <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      CSeq: 2 BYE
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0

    ]]>
  </send>

any idear about how to add a Route header in the above two message? Thanks

--
Cheers!
Xuesong Du
B0503493 NO.800 Dongchuan RD. Jiaotong Univ. Shanghia, China

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users






--
Cheers!
Xuesong Du
B0503493 NO.800 Dongchuan RD. Jiaotong Univ. Shanghia, China

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to