Module: kamailio
Branch: master
Commit: bb24683ba00dac15428ed4c1a6f2f9f2e8f60106
URL: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-04-04T15:49:43+02:00
htable: more details about kemi callback function parameter
---
Modified: src/modules/htable/doc/htable_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f…
Patch: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f…
---
diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml
index f7d98ce..8c99ed8 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -677,8 +677,12 @@ modparam("htable", "timer_procs", 4)
<para>
The name of the function in the kemi configuration file (embedded
scripting language such as Lua, Python, ...) to be executed instead
- of event_route[...] blocks. The function receives a string parameter
- with the name of the event.
+ of event_route[...] blocks.
+ </para>
+ <para>
+ The function receives a string parameter with the name of the event,
+ the values can be: 'htable:mod-init', 'htable:expired:htname'
+ ('htname' being the name of hash table).
</para>
<para>
<emphasis>
Module: kamailio
Branch: 5.0
Commit: 9f8d445458fb35a3f6f491c92ea40df92b0ec71f
URL: https://github.com/kamailio/kamailio/commit/9f8d445458fb35a3f6f491c92ea40df…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-04-04T14:01:15+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/rabbitmq/README
---
Diff: https://github.com/kamailio/kamailio/commit/9f8d445458fb35a3f6f491c92ea40df…
Patch: https://github.com/kamailio/kamailio/commit/9f8d445458fb35a3f6f491c92ea40df…
---
diff --git a/src/modules/rabbitmq/README b/src/modules/rabbitmq/README
index e03e248..5bd0798 100644
--- a/src/modules/rabbitmq/README
+++ b/src/modules/rabbitmq/README
@@ -84,9 +84,10 @@ Chapter 1. Admin Guide
1. Overview
This module offers amqp communication using librabbitmq. This module
- was created based on rabbitmq-c C client. An new amqp connection is
- setup on a per-children basis, when Kamailio starts. If connection is
- lost, the process tries to re-establish it when a new amqp action is
+ was created using rabbitmq-c C client
+ (https://github.com/alanxz/rabbitmq-c). An new amqp connection is setup
+ on a per-children basis, when Kamailio starts. If connection is lost,
+ the process tries to re-establish it when a new amqp action is
required.
Currently librabbitmq offers no async API, but sync API, with a
@@ -107,7 +108,7 @@ Chapter 1. Admin Guide
The following libraries or applications must be installed before
running Kamailio with this module:
- * librabbitmq-dev.
+ * librabbitmq-dev - (https://github.com/alanxz/rabbitmq-c).
3. Parameters