mainThe eXtended osip library - Support: sr #108540, CID/DID Collision

 
 

sr #108540: CID/DID Collision

Submitter:  None
Submitted:  Fri 11 Apr 2014 02:37:11 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  5 - Blocker Status:  Done
Privacy:  Public Assigned to:  aymeric
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Sep 2016 02:10:41 PM UTC, comment #1: 

(sorry for the delay in checking savannah reports)

This has been changed to use INT_MAX (usually 2147483647) instead of 32767.


Aymeric MOIZARD <aymeric>
Group administrator
Fri 11 Apr 2014 02:37:11 PM 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...

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)
  • -email is unavailable- added by None (Submitted the item)
  •  

    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
    2016-09-03 aymeric StatusNone Done
        Assigned toNone aymeric
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code