Re: [Sipp-users] What is dead call?

2010-04-23 Thread Sumeetkumar Bhardwaj
If client (SIPp) has generated the ACK that means Server will not retransmit the response after it received ACK for that response so, that should be safely ignored. Thanks -Sumeet -Original Message- From: Manish Sapariya [mailto:man...@gslab.com] Sent: Friday, April 23, 2010 1:54 PM

Re: [Sipp-users] What is dead call?

2010-04-23 Thread Sumeetkumar Bhardwaj
If Server still retransmitting the response that means there is a problem in the ACK which SIPp sends. So Verify the ACK. Thanks -Sumeet -Original Message- From: Sumeetkumar Bhardwaj Sent: Friday, April 23, 2010 2:06 PM To: 'Manish Sapariya'; sipp-users@lists.sourceforge.net Subject:

Re: [Sipp-users] What is dead call?

2010-04-23 Thread Charles P Wright
If a call has completed, then SIPp maintains a small record of the call for a little bit. This way any messages related to that call; after the call has already been closed can be cataloged as dead call messages. Without keeping this record, the messages for a completed call are counted as

Re: [Sipp-users] Subscribe/Notify Call Flow

2010-04-23 Thread Michael Hirschbichler
Hi, you must use the placeholder [call_id] instead of your self-defined Call-ID--Header: http://sipp.sourceforge.net/doc/reference.html#Structure+of+client+(UAC+like)+XML+scenarios -- A call_id identifies a call and is generated by SIPp for each new call. In