Hi,
I would like to make an UAS scenario which fails if INVITE is received within 7 
s and succeeds if not:
<recv request="INVITE" timeout="7000" next="Fail" ontimeout="Success"></recv>

But (as already discussed in 
https://sourceforge.net/p/sipp/mailman/message/27111847/) timeout on initial 
recv request doesn't work - scenario always fails after global timeout.

If I make it UAC by sending a dummy lNFO as a first step, than timeout works, 
but INVITE is (logically - due to different dialog) never received - scenario 
always succeeds.

In both cases deregistration has to be performed later, so to solve the problem 
with global timeout (-timeout) is not an option.

Any idea how to create a scenario?

Gaber
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to