Scott, Change your label to <label id="5" />. The situation you are seeing is that the label is not getting found, so the call ends and a new one replaces it.
Charles [EMAIL PROTECTED] wrote on 11/20/2007 01:39:14 PM: > I need to construct a scenario where a sipp uac sends a SUBSCRIBE > message to resubscribe to an exisiting subscription before the > expiration. I tried something like > > <label next="5"> > <send > ...subscribe data with expire: 3600 seconds/> > <recv OK> > <recv NOTIFY> > <send OK> > <pause 1800 seconds next="5"> > > But when the scenario loops, the call_id is incremented (and the branch > and tags are changed), so the presence server thinks it's a new > subscription. > > Is there a way to get the subscribe re-sent without changes? I need to > test TCP, so I can't use the retrans part of the send command (not even > sure if I could somehow fake it with that, but since it's TCP, I didn't > look into it). > > -Scott > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
