Hello,
I want to announce that a new developer got GIT write access to
repository: Konstantin Mosesov - he has contributed patches to
app_python and joins the team to help maintaining and developing this
module.
His git commit id is: ez
My warm welcome and looking forward to future work within the project!
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
i'm trying to use xavps in new version of t serial functions and have
a couple of questions:
- when xavp value of type SR_XTYPE_STR is added using xavp_add_value
function, do i need to make a copy of the string using pkg_malloc? in
normal avps this is not needed, but for some reason a copy is made in
sql_api.c.
- what is xavp equivalent of usr_avp avp_destroy, which takes one
argument: pointer to usr_avp to be destroyed? there is xavp_rm, but
it takes two arguments and i didn't find from the sources any example
of its use.
-- juha
Hi,
Facing issue with pres rule deletion on kamailio 3.3.x server. After
deletion pres rule i am always getting terminated, instead getting
pending/waiting for the watcher.
If i observe watchers database i found reason as a probation, for this
server sends terminated for the watchers.
+-----+--------------------------------+------------------+------------------------+----------+--------+--------------------------+---------------+
| id | presentity_uri | watcher_username | watcher_domain
| event | status | reason | inserted_time |
+-----+--------------------------------+------------------+------------------------+----------+--------+--------------------------+---------------+
| 24 | sip:xyz@kamailio.org | abc |
kamailio.org | presence | 3 | probation;retry-after=30
| 1352451983 |
+-----+--------------------------------+------------------+------------------------+----------+--------+--------------------------+---------------+
1 rows in set (0.00 sec)
1. But I want to know that how long the reason is set as "probation"
2. what does the server on "retry-after" interval?
3. Is there any configuration option to remove probation reason code from
watcher list
Regards,
Raman
Hey Daniel,
we are going to put the IMS extensions in this week so we are working on
the docs at the moment. However, one quick question:
1. We have used a library of accessors (things we do across various
modules) for IMS-specific stuff for example, ims_get_impu, etc. Are you
okay with us adding another library called "ims", similar to kcore, kmi,
etc?
Cheers
Jason
Module: sip-router
Branch: master
Commit: 7a86ec5e7f9d4ef6a72da741b336c909109f3c88
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a86ec5…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Dec 10 13:55:13 2012 +0100
ratelimit: Adding a reference to the pipelimit module in README
---
modules/ratelimit/README | 4 ++++
modules/ratelimit/doc/ratelimit_admin.xml | 5 +++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/modules/ratelimit/README b/modules/ratelimit/README
index c1be817..daffe98 100644
--- a/modules/ratelimit/README
+++ b/modules/ratelimit/README
@@ -131,6 +131,10 @@ Chapter 1. Admin Guide
associated with its own queue and a number of queues are connected to a
certain pipe (see the queue and pipe params).
+ Please also take a look at the "pipelimit" module, that implements the
+ pipe policy with database support. Note that it doesn't implement the
+ queues that exist in this module.
+
2. Use Cases
Limiting the rate messages are processed on a system directly
diff --git a/modules/ratelimit/doc/ratelimit_admin.xml b/modules/ratelimit/doc/ratelimit_admin.xml
index 8dfd5a5..250afcd 100644
--- a/modules/ratelimit/doc/ratelimit_admin.xml
+++ b/modules/ratelimit/doc/ratelimit_admin.xml
@@ -27,6 +27,11 @@
associated with its own queue and a number of queues are connected
to a certain pipe (see the queue and pipe params).
</para>
+ <para>
+ Please also take a look at the <quote>pipelimit</quote> module,
+ that implements the pipe policy with database support. Note that it
+ doesn't implement the queues that exist in this module.
+ </para>
</section>
<section>
<title>Use Cases</title>