Hello,
Thank you it worked;
But we are seeing sipp not making calls after a period of time; just like 
paused and the seconds counter alone keep incrementing....no message sent...any 
idea;;
Regards
Mahu
From: Alberto Valente [mailto:[email protected]]
Sent: 05 May 2014 19:38
To: Mahudeswaran A; [email protected]
Subject: RE: how to handle this situation!! BYE as optional

First of all I must say that I'm not a sipp expert but I had a similar issue 
(receiveing "unexpected"  BYE) that I was able to solve using the timeout 
option.

So in step 5, I would use something like:

<recv request="BYE" timeout="45000" ontimeout="action_if_no_bye" 
next="action_if_bye">
</recv>

6a) <label id="action_if_no_bye" />   **did not receive BYE
BYE ==>
7      200OK <==  (should include a next="pause_30seconds")

6b) <label id="action_if_bye" /> ** Received BYE
200 OK ==>

<label id="pause_30 seconds"/>

8 - Pause 30 seconds

Hope it helps

Best regards

Alberto Valente



[PT]<http://www.telecom.pt/>







Alberto Manuel Rolim Valente

DPL /PIC/RCF
[email protected]<mailto:[email protected]>

[facebook.png]<http://www.facebook.com/portugaltelecom>[twitter.png]<http://twitter.com/portugaltelecom>[sapovideos.png]<http://videos.sapo.pt/portugaltelecom>[youtube.png]<http://www.youtube.com/portugaltelecom>[rss.png]<http://www.telecom.pt/InternetResource/PTSite/PT/RSS>


From: Mahudeswaran A [mailto:[email protected]]
Sent: segunda-feira, 5 de Maio de 2014 13:03
To: [email protected]
Subject: [Sipp-users] how to handle this situation!! BYE as optional

Hello All,

In SIPp load testing, how to make the BYE request as optional;
Call scenario:

1.       INVITE ------------------> === SIPp sends INVITE to UAS

2.       100 Trying <------------- === attribute 'optional=true'

3.       180 Ringing <----------- === attribute 'optional=true'

4.       200 OK <---------------- === receive 200 OK from UAS

5.       Pause(45seconds)-----

6.       BYE ---------------------->===send BYE to drop the call

7.       200 Ok <-----------------====receive 200 ok from UAS

8.       Pause(30seconds)------

In the above scenario; at step-5 while SIPp is in pause mode sometime the UAS 
sends BYE message to SIPp.And SIPp treats this as unexpected message which is 
OK in SIPp perspective;

If SIPp receives unexpected BYE message, then will it proceeds in normal flow 
or it will treat this as failure call;
Is this an issue,
Or
IS there any option available to handle this situation!!

Regards
Mahu

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to