Hello,
based on the last devel IRC meeting, the next major release should
happen sometime by end of September, therefore we should freeze the
development and go into testing phase about one month before.
I propose Monday, August 22, the day to freeze development for version
3.2.0. By then, I hope every developer will be able to push to master
branch what he/she wants to have in 3.2.0. Write here to mailing lists
if you thing about alternatives.
The very good side of 3.2.0 is that we didn't need to touch much the
core and main modules, meaning we have a solid tested foundation,
further testing should be focused on the new modules and the other
enhancements.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Oct 10-13, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda
Module: sip-router
Branch: treimann/acc-cdr
Commit: 83c9d7187ab144d3f7f7adc31ccbb129a798c521
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83c9d71…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Mon Aug 15 14:58:20 2011 +0200
Merge branch 'master' into treimann/acc-cdr
* master: (76 commits)
core: new core event for received datagrams
Added documentation to the DMQ module
htable: docs updated with db_expires parameter
htable: control load/save of expires value from db via parameter
srdb1: updated the definition of siptrace table to include time_us column
modules_k/siptrace: Add time to x-headers
modules_k/siptrace: Add column time_us
modules_k/siptrace: Add "x-headers" feature
modules_k/siptrace: Add trace_to_database configuration parameter
modules_k/siptrace: separately store to db and/or send duplicate
pua_xmpp: fixes to SIP-XMPP presence status translations
Expose terminate_dlg through C API
Expose terminate_dlg through C API
Added terminate_dlg description
Expose terminate_dlg through C API
modules_k/dialog: Fix a bug that would cause a segfault when caller bind address information could not be retrieved from database and "dlg_list" was fifo-issued.
modules_k/dialog: Improve dialog timer list handling.
modules/tm, modules_k/pua: Fix for concurrency issue in PUA module
tm: keep internal retr. intervals in ms
lib/srdb1/schema: forgot to increase version number of pua table
...
Conflicts:
modules_k/dialog/dialog.c
modules_k/dialog/dlg_load.h
---
Hi All,
We are currently refactoring and cleaning the various IMS modules for
inclusion into SR, diameter_rx, diameter_cxdx, diameter_ro, etc.
One thing we have noticed is that the use of dialog module functions would
make the code alot better and cleaner, so 2 questions:
1. why is the Dialog module not exposing more if its methods?
2. Can we put in a patch to expose the ones we require.
Currently, we have exposed and are using the following:
lookup_dlg;
terminate_dlg;
get_dlg;
unref_dlg;
ref_dlg;
Cheers
Jason