When sipp is launched as a server (which is the case here), it creates a call upon reception of the first message defined in the scenario. Therefore, if this message is never been received, no call is created, hence, no call is timeout-ed. The -timeout parameter differs from the <recv timeout attribute, it's global to sipp.
Regards, Olivier Boulkroune -----Message d'origine----- De : Frederic-Philippe Metz [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 janvier 2008 12:10 À : Boulkroune, Olivier (Non-HP:Atos Origin) Cc : [email protected] Objet : RE: [Sipp-users] Timeout doesn't work fine Hi, does that mean that on initial receiving requests the timeout attribute on <recv> is ignored ? The attribute is documented under <recv> ? Is it not ignored in other req/resp than the first one in the scenario ? Cheers Frédéric-Philippe Metz On Fr, 2008-01-25 at 10:44 +0000, Boulkroune, Olivier (Non-HP:Atos Origin) wrote: > Hi, > > Use the -timeout command line option. It triggers a global timeout which > makes sipp quit if no calls have been received. > > Regards, > > Olivier Boulkroune > > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de > Frederic-Philippe Metz > Envoyé : vendredi 25 janvier 2008 10:54 > À : [email protected] > Objet : [Sipp-users] Timeout doesn't work fine > > Hi all, > > in the following simple scenario, the timeout doesn't really work ? > > Any suggestions ? > > Cheers, > Frédéric > > > <scenario name="Recv-Test-Timeout"> > <recv request="INVITE" timeout="2000"> > </recv> > </scenario> > > > P.S.: Called with > ./sipp <IP-Address> -m 1 -i <local-IP> -p <local-Port> -sf <xml-file> > > and actual svn, but also doesn't work with 2.01 and 3.0 > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users -- Frédéric-Philippe Metz, Dipl.-Inf. (FH) Specialist IP Networks & NGN currently working for: IBM Deutschland GmbH Global Business Services NGN Competence Center c/o Deutsche Telekom AG Oeserstraße 111 65934 Frankfurt/Main, Germany Mail : [EMAIL PROTECTED] Phone: 069 / 90 55 1 - 223 Fax : 069 / 90 55 1 - 200 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
