Hello,
I am wondering whether I can add a new parameter (or possibly
parameters) to the sip_uri structure because of performance reasons.
There are some parameter values that need to be accessed frequently, and
having a short-cut to them would be very good, otherwise the linked list
for the parameters is always constructed and freed.
The current request is for the "rn" parameter from RFC 4694 which may be
checked as frequently as ruri.user in certain deployments. If the memory
usage is a concern then I can also introduce a #define statement,
something like URI_PARAM_SHORTCUTS.
Thanks,
Miklos
Module: sip-router
Branch: master
Commit: 205c28ae0de03703fedf235d27f5244a45e3b1d1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=205c28a…
Author: Miklos Tirpak <miklos(a)iptel.org>
Committer: Miklos Tirpak <miklos(a)iptel.org>
Date: Wed May 13 08:51:27 2009 +0200
typo correction
---
modules_s/cfg_rpc/README | 2 +-
modules_s/cfg_rpc/doc/rpc.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_s/cfg_rpc/README b/modules_s/cfg_rpc/README
index 7e457da..c3cdc80 100644
--- a/modules_s/cfg_rpc/README
+++ b/modules_s/cfg_rpc/README
@@ -33,7 +33,7 @@ Miklos Tirpak
accepts three parameters: group name, variable name, string value.
* cfg_rpc.commit - Commit the previously prepared configuration
changes. The function does not have any parameters.
- * cfg_rpc.rollback - Drop the prepared configuration changed. The
+ * cfg_rpc.rollback - Drop the prepared configuration changes. The
function does not have any parameters.
* cfg_rpc.get - Get the value of a configuration variable. The
function accepts two parameters: group name, variable name.
diff --git a/modules_s/cfg_rpc/doc/rpc.xml b/modules_s/cfg_rpc/doc/rpc.xml
index eb1e8a0..9307c0a 100644
--- a/modules_s/cfg_rpc/doc/rpc.xml
+++ b/modules_s/cfg_rpc/doc/rpc.xml
@@ -52,7 +52,7 @@
<listitem>
<para>
<emphasis>cfg_rpc.rollback</emphasis> - Drop the prepared
- configuration changed. The function does not have any
+ configuration changes. The function does not have any
parameters.
</para>
</listitem>
Hi, which would be the best example of an already ported Kamailio module? I
mean a Kamailio module that has been *fully* ported (this involves using the
"new"/definitive MI system and so on). I know that there are some K module
ported but they still use the K MI functions.
Thanks a lot.
--
Iñaki Baz Castillo <ibc(a)aliax.net>