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

SourceForge.net noreply at sourceforge.net
Thu Jun 16 04:23:23 CEST 2011


Bugs item #3317110, was opened at 2011-06-15 22:22
Message generated for change (Settings changed) made by osas
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: Open
Resolution: None
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

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

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