Hi,

I am working on a script with this approach. However, I am not able to send any 
data on the IP & port in which SIPp is running. Any thoughts on this?

Regards,
Aparna




________________________________
From: mayamatakeshi <mayamatake...@gmail.com>
To: Aparna V <aparna_vell...@yahoo.com>
Cc: sipp-users@lists.sourceforge.net
Sent: Tuesday, 23 June, 2009 6:16:33 AM
Subject: Re: [Sipp-users] SIPp Scenario

On Tue, Jun 23, 2009 at 1:45 AM, Aparna V<aparna_vell...@yahoo.com> wrote:
> Hello SIPp Experts,
>
> I am looking at generating UAS that has to process multiple transactions in
> parallel with SIPp.
> For example, Register and also Subscribe needs to be handled at same time
> (where in both have different call-ids and are different transactions). Is
> there a way to generate scenario for using SIPp. Appreciate any help on
> this.

Do you mean you want to write a UAS scenario for SIPp that handles
REGISTER and SUBSCRIBE requests at the same time?
If so, you can use conditional branching
(http://sipp.sourceforge.net/doc/reference.html#Conditional+branching).

Basically, you create different sections in your xml file for handling
different messages. Each section is identified by a label and you
instruct SIPp to jump to the corresponding section depending on the
method of the incoming request.



      ICC World Twenty20 England &#39;09 exclusively on YAHOO! CRICKET 
http://cricket.yahoo.com
------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to