Re: [Sipp-users] Caller scenario sends out REGISTER packets without respecting -users or -l flag

2008-09-22 Thread Charles P Wright
There is no way to limit transactions or requests; only calls (either with -l or -users). If your call has only one concurrent transaction (probably the only way for SIPp to work correctly); then the number of calls is an upper bound on transactions. You can disable retransmissions with -nr

Re: [Sipp-users] Caller scenario sends out REGISTER packets without respecting -users or -l flag

2008-09-22 Thread Manish Sapariya
Hi Charles, Thanks for the clarification. I have some (may be very basic) queries: - What is the basic difference between transaction/request AND calls? - Why sipp is not considering sending of INVITE as a call establishment process? - How does people typically deal with such issue OR is it

Re: [Sipp-users] Caller scenario sends out REGISTER packets without respecting -users or -l flag

2008-09-22 Thread Manish Sapariya
Hi Charles, -nr did the trick for time being. Thanks for the help. -Manish Charles P Wright wrote: There is no way to limit transactions or requests; only calls (either with -l or -users). If your call has only one concurrent transaction (probably the only way for SIPp to work correctly);