Re: [Sipp-users] Redirection functionality from single UAS scenario xml

2008-07-29 Thread Pandurangan R S
This technique works only if the invite created by UAC as a result of
redirection has the same call-id as the original invite (as per RFC 3261,
this is recommended but not mandatory).

May be the redirected invite has a different call-id?

-- Pandu

On Tue, Jul 29, 2008 at 7:09 PM, Charles P Wright [EMAIL PROTECTED]wrote:

 I didn't see your script, but why can't you handle it as a single call
 flow like?

 recv INVITE 
 send 302
 recv INVITE
 Do the normal call flow here.

 Charles



 Evgeny Miloslavsky [EMAIL PROTECTED]
 Sent by: [EMAIL PROTECTED]
 07/29/2008 08:01 AM

 To
 sipp-users@lists.sourceforge.net
 cc

 Subject
 [Sipp-users] Redirection functionality from single UAS scenario xml







 HI
 I?m testing the redirection feature of my DUT and I need both SIPp-UAS?s
 (redirector and final UAS responder) to be run from a single xml scenario
 file. I prepared one, but the problem is that SIPp does not distinguishing
 between a redirected INVITE request and the initial one. I tried to use
 labels but it doesn?t work.
 Any advices?

 PS: script is attached.

 Regards,

 Evgeny Miloslavsky
 Systest Engineer
 Juniper Networks Solutions Israel LTD.
 Office: 972-9-9712355 / 7320

  -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Sipp-users mailing list
 Sipp-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sipp-users



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Sipp-users mailing list
 Sipp-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sipp-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Redirection functionality from single UAS scenario xml

2008-07-29 Thread Charles P Wright
If it is a byte-for-byte match I can't think of any way to get around that 
either with the same or separate calls.  The only thing you might be able 
to do is terminate the call, and use infindex to record the fact that 
you've seen this invite before.  I suspect you might need to introduce 
some new keywords/actions.

Charles




Evgeny Miloslavsky [EMAIL PROTECTED] 
07/29/2008 09:45 AM

To
Charles P Wright/Watson/[EMAIL PROTECTED]
cc

Subject
RE: [Sipp-users] Redirection functionality from single UAS scenario xml






Because SIPp recognizes redirected invite as retransmission of the
initial one

Regards,
 
Evgeny Miloslavsky
Systest Engineer
Juniper Networks Solutions Israel LTD.
Office: 972-9-9712355 / 7320
 

-Original Message-
From: Charles P Wright [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2008 4:40 PM
To: Evgeny Miloslavsky
Cc: sipp-users@lists.sourceforge.net;
[EMAIL PROTECTED]
Subject: Re: [Sipp-users] Redirection functionality from single UAS
scenario xml

I didn't see your script, but why can't you handle it as a single call 
flow like?

recv INVITE 
send 302
recv INVITE
Do the normal call flow here.

Charles



Evgeny Miloslavsky [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
07/29/2008 08:01 AM

To
sipp-users@lists.sourceforge.net
cc

Subject
[Sipp-users] Redirection functionality from single UAS scenario xml






 
HI
I?m testing the redirection feature of my DUT and I need both SIPp-UAS?s

(redirector and final UAS responder) to be run from a single xml
scenario 
file. I prepared one, but the problem is that SIPp does not
distinguishing 
between a redirected INVITE request and the initial one. I tried to use 
labels but it doesn?t work.
Any advices?
 
PS: script is attached.
 
Regards,
 
Evgeny Miloslavsky
Systest Engineer
Juniper Networks Solutions Israel LTD.
Office: 972-9-9712355 / 7320
 
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
Build the coolest Linux based applications with Moblin SDK  win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the 
world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users


Re: [Sipp-users] Redirection functionality from single UAS scenario xml

2008-07-29 Thread Pandurangan R S
 Because SIPp recognizes redirected invite as retransmission of the
 initial one

This should not happen, because the new invite is supposed to contain
a different branch parameter in the top via header.
If this is happening, then the UAC is behaving incorrectly.

-- Pandu

On Tue, Jul 29, 2008 at 7:21 PM, Charles P Wright [EMAIL PROTECTED] wrote:

 If it is a byte-for-byte match I can't think of any way to get around that
 either with the same or separate calls.  The only thing you might be able
 to do is terminate the call, and use infindex to record the fact that
 you've seen this invite before.  I suspect you might need to introduce
 some new keywords/actions.

 Charles




 Evgeny Miloslavsky [EMAIL PROTECTED]
 07/29/2008 09:45 AM

 To
 Charles P Wright/Watson/[EMAIL PROTECTED]
 cc

 Subject
 RE: [Sipp-users] Redirection functionality from single UAS scenario xml






 Because SIPp recognizes redirected invite as retransmission of the
 initial one

 Regards,

 Evgeny Miloslavsky
 Systest Engineer
 Juniper Networks Solutions Israel LTD.
 Office: 972-9-9712355 / 7320


 -Original Message-
 From: Charles P Wright [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 29, 2008 4:40 PM
 To: Evgeny Miloslavsky
 Cc: sipp-users@lists.sourceforge.net;
 [EMAIL PROTECTED]
 Subject: Re: [Sipp-users] Redirection functionality from single UAS
 scenario xml

 I didn't see your script, but why can't you handle it as a single call
 flow like?

 recv INVITE 
 send 302
 recv INVITE
 Do the normal call flow here.

 Charles



 Evgeny Miloslavsky [EMAIL PROTECTED]
 Sent by: [EMAIL PROTECTED]
 07/29/2008 08:01 AM

 To
 sipp-users@lists.sourceforge.net
 cc

 Subject
 [Sipp-users] Redirection functionality from single UAS scenario xml







 HI
 I?m testing the redirection feature of my DUT and I need both SIPp-UAS?s

 (redirector and final UAS responder) to be run from a single xml
 scenario
 file. I prepared one, but the problem is that SIPp does not
 distinguishing
 between a redirected INVITE request and the initial one. I tried to use
 labels but it doesn?t work.
 Any advices?

 PS: script is attached.

 Regards,

 Evgeny Miloslavsky
 Systest Engineer
 Juniper Networks Solutions Israel LTD.
 Office: 972-9-9712355 / 7320


 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Sipp-users mailing list
 Sipp-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sipp-users





 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Sipp-users mailing list
 Sipp-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sipp-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users