Module: sip-router
Branch: master
Commit: 5bad9d33802f87be1fbce04b0f24b4aedf6c606c
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5bad9d3…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Thu Apr 16 12:51:18 2009 +0200
port doc changes from kamailio 1.5 branch, r5794
---
modules/carrierroute/README | 8 ++++----
modules/carrierroute/doc/carrierroute_admin.xml | 9 ++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/modules/carrierroute/README b/modules/carrierroute/README
index 67fbb2b..475138a 100644
--- a/modules/carrierroute/README
+++ b/modules/carrierroute/README
@@ -227,10 +227,10 @@ Chapter 1. Admin Guide
is better to pass only IDs in AVPs to the routing functions.
Basically this module could be used as an replacement for the
- lcr and the dispatcher module, if you have certain performance,
- flexibility and/or integration requirements that these modules
- don't handle properly. But for small installations it probably
- make more sense to use the lcr and dispatcher module.
+ lcr and the dispatcher module, if you have certain flexibility,
+ integration and/or performance requirements that can't be
+ satisfied with these modules. But for smaller installations it
+ probably make more sense to use the lcr and dispatcher module.
If you want to use this module in failure routes, then you need
to call "append_branch()" after rewriting the request URI in
diff --git a/modules/carrierroute/doc/carrierroute_admin.xml b/modules/carrierroute/doc/carrierroute_admin.xml
index d115478..317a54e 100644
--- a/modules/carrierroute/doc/carrierroute_admin.xml
+++ b/modules/carrierroute/doc/carrierroute_admin.xml
@@ -53,11 +53,10 @@
AVPs to the routing functions.
</para>
<para>
- Basically this module could be used as an replacement for the lcr and the
- dispatcher module, if you have certain performance, flexibility and/or
- integration requirements that these modules don't handle properly. But for
- small installations it probably make more sense to use the lcr and dispatcher
- module.
+ Basically this module could be used as an replacement for the lcr and the
+ dispatcher module, if you have certain flexibility, integration and/or performance
+ requirements that can't be satisfied with these modules. But for smaller
+ installations it probably make more sense to use the lcr and dispatcher module.
</para>
<para>
If you want to use this module in failure routes, then you need to call
Hello,
The temporary kamailio-3.0 git repository is gone. The repository was used to
keep patches that made kamailio modules work with the sip-router core. All the
patches are now integrated directly into the shared sip-router repository and
thus the temporary kamailio-3.0 repository is no longer needed.
Jan.
Module: sip-router
Branch: master
Commit: 3cc16e2873a48b89d495f3a2065e4171bfff70ec
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3cc16e2…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Wed Apr 15 21:23:34 2009 +0200
Merge ser modules into sip-router master branch
(merge commit 'origin/ser_modules')
* commit 'origin/ser_modules': (2777 commits)
modules: added missing parse_to.h include
xlog: LOG_() api update
usrloc: fixed name conflict
lcr: updated to the route_mode changes
modules: tm register_tcmb api update
ser modules ported to sip-router
tls: ser_cert.sh portability fixes
METHOD_OTHER is replaced with METHOD_OPTIONS, because the OPTIONS request
cfg_size macro renamed to cfg_sizeof to avoid a conflict with one of the
* logging API updated (see doc/logging-api.txt for details)
When building the route set of ACKs for local UACs, only the reply is now
Fixed compiler issues warnings over:
Some errors are marked as DB API (framework) failures instead of MYSQL API
The header file ds_rpc.h statically defines the doc string for some RPC
"Route :" prefix (and separator) is used some more time across the
permissions: fix build without -DUSE_IPV6 errors
nathelper: added support for SDP rtcp attribute (RFC 3605)
prefix_route: include atomic_ops.h where atomic_t is used
Fix warnings on LP64 plarforms out there (all 64-bit amd64/emt64 unixes
Add comma between function names and fix typo.
...
---