[OpenSIPS-Devel] [ opensips-Patches-2694252 ] fix:dialog: save deleted dialog into database
SourceForge.net
noreply at sourceforge.net
Thu Mar 19 13:05:07 CET 2009
Patches item #2694252, was opened at 2009-03-19 13:05
Message generated for change (Tracker Item Submitted) made by hmitonneau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2694252&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: Hugues Mitonneau (hmitonneau)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix:dialog: save deleted dialog into database
Initial Comment:
In this situation, terminated dialogs are saved into database:
- db_mode is set to 2 (DELAYED)
- A dialog begins : flags |= DLG_FLAG_NEW
- The dialog terminates : state=DLG_STATE_DELETED, no db action since flags&DLG_FLAG_NEW != 0
- The timer call dialog_update_db
Hugues
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2694252&group_id=232389
More information about the Devel
mailing list