bugThe eXtended osip library - Bugs: bug #12723, transfer issue

 
 

bug #12723: transfer issue

Submitted by:  Patrick Liang <pwestly>
Submitted on:  Mon 18 Apr 2005 08:53:38 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Aymeric MOIZARD <aymeric>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Mon 18 Apr 2005 11:07:13 AM UTC, comment #1:

The bug is fixed so that NOTIFY can be sent when a final response has been received for the previous NOTIFY. (in the COMPLETED state). Here is the diff which is already merged in the CVS:

===================================================================
RCS file: /cvsroot/exosip/exosip/exosip/src/eXosip.c,v
retrieving revision 1.57.2.27
diff -u -r1.57.2.27 eXosip.c
--- src/eXosip.c 15 Apr 2005 15:13:00 -0000 1.57.2.27
+++ src/eXosip.c 18 Apr 2005 11:03:46 -0000
@@ -862,7 +862,7 @@
if (transaction!=NULL)
{
if (transaction->state!=NICT_TERMINATED &&
- transaction->state!=NIST_TERMINATED)
+ transaction->state!=NICT_COMPLETED)
return -1;
transaction=NULL;
}

Aymeric MOIZARD <aymeric>
Project AdministratorIn charge of this item.
Mon 18 Apr 2005 08:53:38 AM UTC, original submission:

I think it's too restricted to send Notify in function "_eXosip_transfer_send_notify". "transaction->state!=NICT_TERMINATED && transaction->state!=NIST_TERMINATED" means only after transaction for sending notify 100 has been time out, notify 180 transaction can be sent.

Patrick Liang <pwestly>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Mon 18 Apr 2005 11:07:13 AM UTCaymericStatusNone=>Fixed
  Assigned toNone=>aymeric
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1