[OpenSIPS-Devel] [ opensips-Bugs-3317110 ] b2b calls don't survive on server restart

SourceForge.net noreply at sourceforge.net
Thu Jun 16 09:33:07 CEST 2011


Bugs item #3317110, was opened at 2011-06-16 05:22
Message generated for change (Settings changed) made by anca_vamanu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3317110&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: trunk
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
Assigned to: Anca Vamanu (anca_vamanu)
Summary: b2b calls don't survive on server restart

Initial Comment:
Due to recent changes in b2b modules, calls in conversation do not survive a restart.
The reason for this is the b2b_logic shutdown procedure which invokes destroy_b2bl_htable() - destroy_b2bl_htable() is deleting all tuples by calling b2bl_delete(...).
When a tuple is deleted, there is a forced deletion of the b2b_entities: b2b_api.entities_db_delete.
On shutdown, there's no need to delete b2b_entities from db, because it will leave the b2b_entities table empty and on restart, a restored tuple will not find it's entities.

Regards,
Ovidiu Sas

----------------------------------------------------------------------

>Comment By: Anca Vamanu (anca_vamanu)
Date: 2011-06-16 10:33

Message:
Hi Ovidiu,

Thank you for testing and reporting this issue. I have fixed it now.

Regards,
Anca

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3317110&group_id=232389



More information about the Devel mailing list