Hi,

Sorry to be sending this out of thread but I joined the list in November.

I addedd the following to the sipp.cpp file
The uas scenario now exits on reaching the max calls limit
after the m-th call completes
"-----Waiting for active calls to end. Press [q] again to force exit.-----"

Here is the diff of the original sipp.cpp (for the
sipp.2008-11-11.tar.gz<http://sipp.sourceforge.net/snapshots/sipp.2008-11-11.tar.gz>
version)
and
the one with modification.

$ diff sipp.cpp.orig sipp.svn/sipp.cpp
3097a3098,3101
>       unsigned long long uas_total_calls =
main_scenario->stats->GetStat(CStat::CPT_C_IncomingCallCreated) +
main_scenario->stats->GetStat(CStat::CPT_C_OutgoingCallCreated);
>       if (uas_total_calls >= stop_after) {
>         quitting = 1;
>       }

Hope this helps

BR
   DP


On Wed, Sep 17, 2008 at 3:30 PM, Pandurangan R S
<pandurangan....@gm...>wrote:

> Hi,
>
> I am using trunk version of sipp (revision 532) and I invoke sipp using
the
> following command
> ./sipp -nd -i 192.168.112.2 -p 5064 -m 1 -sf <scenario_file>
>
> sipp does not exit, once one call is processed. It keeps processing
further
> incoming calls. This problem is NOT seen when sipp runs in client mode.
Also
> in server mode sipp exits, when i use sipp 3.0.
>
> I looked into the source code attempting to fix the issue, but no success.
> Any help to fix this issue will be great.
>
> Thanks
> Pandu
>
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to