Module: kamailio
Branch: master
Commit: a17560105cf28f67c5eaf4ed7401615f64fb9cd0
URL:
https://github.com/kamailio/kamailio/commit/a17560105cf28f67c5eaf4ed7401615…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-04-04T15:50:14+02:00
dispatcher: listed the options for the kemi event callback parameters
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/a17560105cf28f67c5eaf4ed7401615…
Patch:
https://github.com/kamailio/kamailio/commit/a17560105cf28f67c5eaf4ed7401615…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 6950a2d..ab40fb5 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -874,8 +874,11 @@ modparam("dispatcher", "force_dst", 1)
<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 are: 'dispatcher:dst-down', 'dispatcher:dst-up'.
</para>
<para>
<emphasis>