Module: kamailio
Branch: master
Commit: 750f983a1becd6a0ec02e76e13a1117c1c6d8d28
URL: https://github.com/kamailio/kamailio/commit/750f983a1becd6a0ec02e76e13a1117…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-06-30T14:46:28+02:00
modules: readme files regenerated - topos ...
---
Modified: modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/750f983a1becd6a0ec02e76e13a1117…
Patch: https://github.com/kamailio/kamailio/commit/750f983a1becd6a0ec02e76e13a1117…
---
diff --git a/modules/topos/README b/modules/topos/README
index acbe077..3fc421c 100644
--- a/modules/topos/README
+++ b/modules/topos/README
@@ -112,6 +112,9 @@ modparam("topos", "db_url", "dbdriver://username:password@dbhost/dbname")
3.2. mask_callid (int)
+ Note: this functionality is not implemented yet - the parameter is
+ present in order to be in pair with topoh module.
+
Whether to replace or not the Call-ID with another unique id generated
by Kamailio.
Module: kamailio
Branch: master
Commit: 3c358de7683a15573dc1ee608e539ebb2e0122bf
URL: https://github.com/kamailio/kamailio/commit/3c358de7683a15573dc1ee608e539eb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-06-30T14:39:28+02:00
topos: note in docs that masking callid is not implemented yet
---
Modified: modules/topos/doc/topos_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/3c358de7683a15573dc1ee608e539eb…
Patch: https://github.com/kamailio/kamailio/commit/3c358de7683a15573dc1ee608e539eb…
---
diff --git a/modules/topos/doc/topos_admin.xml b/modules/topos/doc/topos_admin.xml
index cf06022..ad74d22 100644
--- a/modules/topos/doc/topos_admin.xml
+++ b/modules/topos/doc/topos_admin.xml
@@ -90,6 +90,11 @@ modparam("topos", "db_url", "&exampledb;")
<section id="topos.p.mask_callid">
<title><varname>mask_callid</varname> (int)</title>
<para>
+ Note: this functionality is not implemented yet - the
+ parameter is present in order to be in pair with topoh
+ module.
+ </para>
+ <para>
Whether to replace or not the Call-ID with another
unique id generated by &kamailio;.
</para>
[Documentation for TOPOS ](http://kamailio.org/docs/modules/4.4.x/modules/topos.html#topos.p.mask_callid)module mentions the option to mash the Call-ID header.
This doesn't work and the reason is simple since it isn't implemented in modules/topos/tps_msg.c:
`
// ts_mask_callid(&msg);
`
ts_mask_callid doesn't exists, so for the time being removing the mask_callid from documentation might be a good idea.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/687
Hello,
Kamailio SIP Server v4.3.6 stable release is out.
This is a maintenance release of the previous stable branch, 4.3, that
includes fixes since release of v4.3.5. There is no change to database
schema or configuration language structure that you have to do on
installations of v4.3.x. Deployments running previous v4.x.x versions
are strongly recommended to be upgraded to v4.3.6 (or to 4.4.x series).
For more details about version 4.3.6 (including links and guidelines to
download the tarball or from GIT repository), visit:
* https://www.kamailio.org/w/2016/06/kamailio-v4-3-6-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Note: the latest stable branch is 4.4, at this moment with its latest
release v4.4.2. See more details about it at:
* https://www.kamailio.org/w/kamailio-v4-4-0-release-notes/
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/miconda - http://www.linkedin.com/in/miconda