Module: sip-router Branch: master Commit: 6bdbd8e2ab1ec15695cc156ff74f20af799a947b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6bdbd8e2...
Author: Klaus Darilion klaus.mailinglists@pernau.at Committer: Klaus Darilion klaus.mailinglists@pernau.at Date: Thu Jul 2 10:34:13 2009 +0200
according to Di-Shi are K's and ser's osp module more or less the same, whereas Kamailio's osp module should be more up2date than ser's module. Thus, ser's osp module will be removed and K's osp module will be used as common OSP module.
---
{modules_k => modules}/osp/Makefile | 0 {modules_k => modules}/osp/README | 0 {modules_k => modules}/osp/RELEASE-NOTES.txt | 0 {modules_k => modules}/osp/destination.c | 0 {modules_k => modules}/osp/destination.h | 0 {modules_k => modules}/osp/doc/Makefile | 0 {modules_k => modules}/osp/doc/osp.xml | 0 {modules_k => modules}/osp/doc/osp_admin.xml | 0 {modules_k => modules}/osp/doc/osp_devel.xml | 0 {modules_k => modules}/osp/etc/cacert_0.pem | 0 {modules_k => modules}/osp/etc/localcert.pem | 0 {modules_k => modules}/osp/etc/pkey.pem | 0 .../osp/etc/sample-osp-openser.cfg | 0 {modules_k => modules}/osp/globals.c | 0 {modules_k => modules}/osp/orig_transaction.c | 0 {modules_k => modules}/osp/orig_transaction.h | 0 {modules_k => modules}/osp/osp_mod.c | 0 {modules_k => modules}/osp/osp_mod.h | 0 {modules_k => modules}/osp/osptoolkit.c | 0 {modules_k => modules}/osp/osptoolkit.h | 0 {modules_k => modules}/osp/provider.c | 0 {modules_k => modules}/osp/provider.h | 0 {modules_k => modules}/osp/sipheader.c | 0 {modules_k => modules}/osp/sipheader.h | 0 {modules_k => modules}/osp/term_transaction.c | 0 {modules_k => modules}/osp/term_transaction.h | 0 {modules_k => modules}/osp/tm.c | 0 {modules_k => modules}/osp/tm.h | 0 {modules_k => modules}/osp/usage.c | 0 {modules_k => modules}/osp/usage.h | 0 modules_s/osp/Makefile | 51 -- modules_s/osp/README | 564 --------------- modules_s/osp/RELEASE-NOTES.txt | 62 -- modules_s/osp/destination.c | 473 ------------- modules_s/osp/destination.h | 84 --- modules_s/osp/doc/Makefile | 4 - modules_s/osp/doc/osp.xml | 54 -- modules_s/osp/doc/osp_devel.xml | 20 - modules_s/osp/doc/osp_faq.xml | 50 -- modules_s/osp/doc/osp_user.xml | 369 ---------- modules_s/osp/etc/cacert_0.pem | 10 - modules_s/osp/etc/localcert.pem | 10 - modules_s/osp/etc/pkey.pem | 9 - modules_s/osp/etc/sample-osp-ser.cfg | 463 ------------- modules_s/osp/globals.c | 69 -- modules_s/osp/orig_transaction.c | 545 --------------- modules_s/osp/orig_transaction.h | 49 -- modules_s/osp/osp_mod.c | 307 --------- modules_s/osp/osp_mod.h | 64 -- modules_s/osp/osptoolkit.c | 193 ------ modules_s/osp/osptoolkit.h | 65 -- modules_s/osp/provider.c | 142 ---- modules_s/osp/provider.h | 43 -- modules_s/osp/sipheader.c | 725 -------------------- modules_s/osp/sipheader.h | 60 -- modules_s/osp/term_transaction.c | 203 ------ modules_s/osp/term_transaction.h | 45 -- modules_s/osp/tm.c | 158 ----- modules_s/osp/tm.h | 47 -- modules_s/osp/usage.c | 627 ----------------- modules_s/osp/usage.h | 64 -- 61 files changed, 0 insertions(+), 5629 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=6bdb...
Hello Klaus,
fyi, the commit message should have a specific format to be emailed nicer, see here: http://sip-router.org/wiki/devel/git-commit-guidelines
Since you did the merge of osp, you can do the same for avpops. Jan and Andrei confirmed that ser version is obsolete, no update for long time and does not compile at this time.
Thanks, Daniel
Daniel-Constantin Mierla schrieb:
Hello Klaus,
fyi, the commit message should have a specific format to be emailed nicer, see here: http://sip-router.org/wiki/devel/git-commit-guidelines
I noticed it too, sorry.
Since you did the merge of osp, you can do the same for avpops. Jan and Andrei confirmed that ser version is obsolete, no update for long time and does not compile at this time.
Ok. That gives me a second change to test git commits :-)
regards klaus