[OpenSIPS-Devel] SF.net SVN: opensips:[5311] trunk/modules/dialog

Bogdan-Andrei Iancu bogdan at voice-system.ro
Sat Feb 14 23:16:03 CET 2009


Revision: 5311
          http://opensips.svn.sourceforge.net/opensips/?rev=5311&view=rev
Author:   bogdan_iancu
Date:     2009-02-14 22:16:03 +0000 (Sat, 14 Feb 2009)

Log Message:
-----------
The patch add a callback type DLGCB_SAVED. The callback is then called each
time the dialog is saved into database. This feature is interesting for
modules that need to save additional information into database.
- The module can then benefit all database scheduling from dialog
(none/realtime/delayed/shutdone).
- Data saved by dialog and by the module are synchronous.
- The cell->flags can help the callback to know if data needs to be
inserted, updated or deleted

Closes patch #2591385.
Contributed by Hugues Mitonneau.

Modified Paths:
--------------
    trunk/modules/dialog/dlg_cb.h
    trunk/modules/dialog/dlg_db_handler.c
    trunk/modules/dialog/doc/dialog_devel.xml


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list