[Sipp-users] Display Scenario Name

2008-06-04 Thread Naresh
Hi,
 
I am using the SIPp to run various scenarios on a series, my setup includes 
SIPp acting as UAC, UAS1, UAS2…. This setup is basically to test our B2B server.
My question for SIPp users is that
- Is it possible to display a known text on the SIPp scenario screen 
that shall help me to identify the scenario that is currently running?
o    I would like to view the Scenario name displayed on the Screen 1.
 
Regards,

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Display Scenario Name

2008-06-04 Thread Charles P Wright
You can add a nop with a display attribute like:
nop display=String to Display /

At the top of the scenario.

Charles




Naresh [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
06/04/2008 07:45 AM

To
sipp-users@lists.sourceforge.net
cc

Subject
[Sipp-users] Display Scenario Name






Hi,
 
I am using the SIPp to run various scenarios on a series, my setup 
includes SIPp acting as UAC, UAS1, UAS2?. This setup is basically to test 
our B2B server.
My question for SIPp users is that
- Is it possible to display a known text on the SIPp scenario 
screen that shall help me to identify the scenario that is currently 
running?
oI would like to view the Scenario name displayed on the Screen 1.
 
Regards,

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. 
Download Now! http://messenger.yahoo.com/download.php
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Display Scenario Name

2008-06-04 Thread Naresh
Hi,
Thanks for your response.
I tried the following
?xml version=1.0 encoding=ISO-8859-1 ?
!DOCTYPE scenario SYSTEM sipp.dtd
scenario name=registrationnop display=/send retrans=500
![CDATA[
REGISTER sip:[field2] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: [field0] sip:[EMAIL PROTECTED];tag=[call_number]
To: [field0] sip:[EMAIL PROTECTED]
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: sip:[EMAIL PROTECTED]:[local_port]
Expires: 7200
Content-Length: 0
User-Agent: SIPp v2.0-TLS-PCAP, version 20071128
]]
/send
recv response=200
/recv
/scenario

But still nothing is shown on the screen. it just shows [nop] for the attribute 
you refered on the screen.
naresh

- Original Message 
From: Charles P Wright [EMAIL PROTECTED]
To: Naresh [EMAIL PROTECTED]
Cc: sipp-users@lists.sourceforge.net; [EMAIL PROTECTED]
Sent: Wednesday, 4 June, 2008 5:51:55 PM
Subject: Re: [Sipp-users] Display Scenario Name

You can add a nop with a display attribute like:
nop display=String to Display /

At the top of the scenario.

Charles




Naresh [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
06/04/2008 07:45 AM

To
sipp-users@lists.sourceforge.net
cc

Subject
[Sipp-users] Display Scenario Name






Hi,

I am using the SIPp to run various scenarios on a series, my setup 
includes SIPp acting as UAC, UAS1, UAS2?. This setup is basically to test 
our B2B server.
My question for SIPp users is that
-        Is it possible to display a known text on the SIPp scenario 
screen that shall help me to identify the scenario that is currently 
running?
o        I would like to view the Scenario name displayed on the Screen 1.

Regards,

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. 
Download Now! http://messenger.yahoo.com/download.php
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


  Explore your hobbies and interests. Go to 
http://in.promos..yahoo.com/groups/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Display Scenario Name

2008-06-04 Thread Srivastava, Anuj Kumar

Hi,
That wont work with older sipp.
Try 3.1 (or better, the latest from trunk).

Anuj


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Naresh
Sent: Wednesday, June 04, 2008 6:14 PM
To: Charles P Wright
Cc: [EMAIL PROTECTED]; sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] Display Scenario Name


Hi,



Thanks for your response.



I tried the following



?xml version=1.0 encoding=ISO-8859-1 ?

!DOCTYPE scenario SYSTEM sipp.dtd



scenario name=registration



nop display=/



send retrans=500

![CDATA[

REGISTER sip:[field2] SIP/2.0

Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]

Max-Forwards: 70

From: [field0] sip:[EMAIL PROTECTED];tag=[call_number]

To: [field0] sip:[EMAIL PROTECTED]

Call-ID: [call_id]

CSeq: 1 REGISTER

Contact: sip:[EMAIL PROTECTED]:[local_port]

Expires: 7200

Content-Length: 0

User-Agent: SIPp v2.0-TLS-PCAP, version 20071128

]]

/send



recv response=200

/recv



/scenario

But still nothing is shown on the screen. it just shows [nop] for the attribute 
you refered on the screen.

naresh




- Original Message 
From: Charles P Wright [EMAIL PROTECTED]
To: Naresh [EMAIL PROTECTED]
Cc: sipp-users@lists.sourceforge.net; [EMAIL PROTECTED]
Sent: Wednesday, 4 June, 2008 5:51:55 PM
Subject: Re: [Sipp-users] Display Scenario Name

You can add a nop with a display attribute like:
nop display=String to Display /

At the top of the scenario.

Charles




Naresh [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]
06/04/2008 07:45 AM

To
sipp-users@lists.sourceforge.netmailto:sipp-users@lists.sourceforge.net
cc

Subject
[Sipp-users] Display Scenario Name






Hi,

I am using the SIPp to run various scenarios on a series, my setup
includes SIPp acting as UAC, UAS1, UAS2?. This setup is basically to test
our B2B server.
My question for SIPp users is that
-Is it possible to display a known text on the SIPp scenario
screen that shall help me to identify the scenario that is currently
running?
oI would like to view the Scenario name displayed on the Screen 1.

Regards,

Send free SMS to your Friends on Mobile from your Yahoo! Messenger.
Download Now! http://messenger.yahoo.com/download.php
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.netmailto:Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users





Explore your hobbies and interests. Click here to 
begin.http://in..rd.yahoo.com/tagline_groups_6/*http://in.promos.yahoo.com/groups/
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


[Sipp-users] Example for rtp_echo

2008-06-04 Thread Naresh
hi,
Can anyone give me an example of usng -rtp_echo
Following is what I tried at UAS 
Used command -rtp_echo while launching sipp. I could see on the screen that 
shows  
  0 open sockets
  1050016 Total echo RTP pckts 1st stream 0.000 last period RTP rate (kB/s)
  0 Total echo RTP pckts 2nd stream  0.000 last period RTP rate (kB/s)
What does the above information mean to me?
How shall I confirm that rtp packets are echoed to UAC.
regards,
Naresh


  Meet people who discuss and share your passions. Go to 
http://in.promos.yahoo.com/groups/bestofyahoo/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Example for rtp_echo

2008-06-04 Thread Naresh
Sorry, My question was with respect to the usage of this command.
Will this command help (if used at UAS and rtp been sent at UAC) the 
rtp packets to stream back to UAC if command used at UAS?
naresh

- Original Message 
From: Itzik Harel [EMAIL PROTECTED]
To: Naresh [EMAIL PROTECTED]; sipp-users@lists.sourceforge.net
Sent: Wednesday, 4 June, 2008 6:47:56 PM
Subject: RE: [Sipp-users] Example for rtp_echo


Just use wireshark (or similar tool) to view the RTP streams.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Naresh
Sent: Wednesday, June 04, 2008 4:14 PM
To: sipp-users@lists.sourceforge.net
Subject: [Sipp-users] Example for rtp_echo


hi,
 
Can anyone give me an example of usng -rtp_echo
 
Following is what I tried at UAS 
Used command -rtp_echo while launching sipp. I could see on the screen that 
shows  
 
  0 open sockets
  1050016 Total echo RTP pckts 1st stream 0..000 last period RTP rate (kB/s)
  0 Total echo RTP pckts 2nd stream  0.000 last period RTP rate (kB/s)
 
What does the above information mean to me?
How shall I confirm that rtp packets are echoed to UAC.
 
regards,
Naresh
 
  
 
 
 

Bollywood, fun, friendship, sports and more. You name it, we have it.


  Bring your gang together. Do your thing. Find your favourite Yahoo! group 
at http://in.promos.yahoo.com/groups/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Example for rtp_echo

2008-06-04 Thread Tu Le Van
 
Yes. It echo every RTP packets back to senders.

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Naresh
Sent: Wednesday, June 04, 2008 8:18 PM
To: Itzik Harel; sipp-users@lists.sourceforge.net
Subject: Re: [Sipp-users] Example for rtp_echo



Sorry, My question was with respect to the usage of this command.

Will this command help (if used at UAS and rtp been sent at UAC) the rtp
packets to stream back to UAC if command used at UAS?

 

naresh


- Original Message 
From: Itzik Harel [EMAIL PROTECTED]
To: Naresh [EMAIL PROTECTED]; sipp-users@lists.sourceforge.net
Sent: Wednesday, 4 June, 2008 6:47:56 PM
Subject: RE: [Sipp-users] Example for rtp_echo


Just use wireshark (or similar tool) to view the RTP streams.

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Naresh
Sent: Wednesday, June 04, 2008 4:14 PM
To: sipp-users@lists.sourceforge.net
Subject: [Sipp-users] Example for rtp_echo


hi,
 
Can anyone give me an example of usng -rtp_echo
 
Following is what I tried at UAS 
Used command -rtp_echo while launching sipp. I could see on the screen that
shows  
 
  0 open sockets
  1050016 Total echo RTP pckts 1st stream 0.000 last period RTP rate (kB/s)
  0 Total echo RTP pckts 2nd stream  0.000 last period RTP rate (kB/s)
 
What does the above information mean to me?
How shall I confirm that rtp packets are echoed to UAC.
 
regards,
Naresh
 
 
 

 

 

 


  _  

Bollywood, fun, friendship, sports and more. You name it, we have it.
http://in.rd.yahoo.com/tagline_groups_1/*http://in.promos.yahoo.com/groups/
bestofyahoo/ 

  _  

Unlimited freedom, unlimited storage. Get
http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mai
l/yahoomail/tools/tools-08.html/ it now
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users