bugThe eXtended osip library - Bugs: bug #42113, CID/DID Collision

 
 

bug #42113: CID/DID Collision

Submitter:  None
Submitted:  Mon 14 Apr 2014 09:22:59 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  aymeric
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 22 Apr 2014 08:21:42 AM UTC, comment #1: 

Hi,

Tks for reporting such collision. Obvioulsy, I wasn't expecting that much when I've written that code!

I have commited the change:

http://git.savannah.gnu.org/cgit/exosip.git/commit/?id=bfea0a27dff7c6a766d2b886c068d317ce3e2eb6

Tks
Aymeric

Aymeric MOIZARD <aymeric>
Group administrator
Mon 14 Apr 2014 09:22:59 AM UTC, original submission:  

Function:
void
_eXosip_update (struct eXosip_t *excontext)
Code:
if (static_id == 32767)
static_id = 1; /* loop */
Is causing duplicate CID/DID calls in high call volume scenario.
When there are 2 calls with same CID/DID Terminating with
eXosip_call_terminate
will drop both calls...

Why not use INT_MAX?

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aymeric (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-22 aymeric StatusNone Fixed
        Assigned toNone aymeric
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code