Sumeet,
 
For the first receive at the server, the session (i.e. call) does not exist 
until the first message is received. Therefore per-call timeout will not work 
there.
 
I cannot think of a way of doing what you want - it would need an option at the 
level above of the form "exit if there are no calls within x time period" and I 
don't remember anything like that. You can obviously do it with some other 
external control process.
 
Sorry,
Peter Higginson
 
(For those who might be interested I have now left Newport Networks, but this 
is the same Peter Higginson.)

From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 23 Sep 2008 11:14:57 
+0530Subject: [Sipp-users] Help-ontimeout is not working




Hi all,
I am using following code in my xml scenario:
<recv request="INVITE" optional="false" timeout="10000"  ontimeout=”1”/>
 
 
 
<label id="1"/>
<nop>
<action>
<exec command="echo Test case ID \"auto\" is FAIL >> Fail.log"/>
<exec int_cmd="stop_now"/>
</action>
</nop>
 
SIPp is not getting timed out and not jumping to the label 1 when it doesn’t 
get INVITE message. Here SIPp is running in Server mode and 1st request is 
INVITE request (The above mentioned recv INVITE   request).
 
The same code works when timeout and ontimeout code is used for recv response 
like 100,200 etc.
 
Please help me to solve this issue.
 
Thanks and Regards
-Sumeet
 
_________________________________________________________________
Discover Bird's Eye View now with Multimap from Live Search
http://clk.atdmt.com/UKM/go/111354026/direct/01/
-------------------------------------------------------------------------
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=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to