[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