Module: kamailio Branch: 4.4 Commit: 87af066010ca0b89a4752fe593c091253b842d6c URL: https://github.com/kamailio/kamailio/commit/87af066010ca0b89a4752fe593c09125...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-04-03T21:45:37+02:00
evapi Fix URL to library home page in README
---
Modified: modules/evapi/README Modified: modules/evapi/doc/evapi_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/87af066010ca0b89a4752fe593c09125... Patch: https://github.com/kamailio/kamailio/commit/87af066010ca0b89a4752fe593c09125...
---
diff --git a/modules/evapi/README b/modules/evapi/README index a8465ce..59fe136 100644 --- a/modules/evapi/README +++ b/modules/evapi/README @@ -10,7 +10,7 @@ Daniel-Constantin Mierla
- Copyright © 2014 asipto.com + Copyright © 2014 asipto.com __________________________________________________________________
Table of Contents @@ -109,7 +109,7 @@ Chapter 1. Admin Guide
The following libraries or applications must be installed before running Kamailio with this module loaded: - * libev - http://software.schmorp.de/pkg/libev + * libev - http://software.schmorp.de/pkg/libev.html
3. Parameters
@@ -158,7 +158,7 @@ modparam("evapi", "netstring_format", 0) 4.2. evapi_async_relay(evdata) 4.3. evapi_close()
-4.1. evapi_relay(evdata) +4.1. evapi_relay(evdata)
Relay the event data given as parameter to connected applications.
@@ -188,7 +188,7 @@ evapi_relay("{ "event": "test",\n "data": { "fU": "$fU" }\n}"); }, ...
-4.2. evapi_async_relay(evdata) +4.2. evapi_async_relay(evdata)
Relay the event data given as parameter to connected applications. Before evaluating the parameter, the request processing is suspended @@ -210,7 +210,7 @@ evapi_async_relay("{ "event": "suspend",\n "data":" " { "index": "$T(id_index)", "label": "$T(id_label)" }\n}"); ...
-4.3. evapi_close() +4.3. evapi_close()
Close evapi current client connection.
@@ -232,7 +232,7 @@ event_route[evapi:connection-new] { 5.2. evapi:connection-closed 5.3. evapi:message-received
-5.1. evapi:connection-new +5.1. evapi:connection-new
If defined, the module calls event_route[evapi:connection-new] when a new client is connected. @@ -242,7 +242,7 @@ event_route[evapi:connection-new] { } ...
-5.2. evapi:connection-closed +5.2. evapi:connection-closed
If defined, the module calls event_route[evapi:connection-closed] when a client connection is closed. @@ -252,7 +252,7 @@ event_route[evapi:connection-closed] { } ...
-5.3. evapi:message-received +5.3. evapi:message-received
If defined, the module calls event_route[evapi:message-received] when a message is received from a client. diff --git a/modules/evapi/doc/evapi_admin.xml b/modules/evapi/doc/evapi_admin.xml index 574adef..30fa61d 100644 --- a/modules/evapi/doc/evapi_admin.xml +++ b/modules/evapi/doc/evapi_admin.xml @@ -54,7 +54,7 @@ <itemizedlist> <listitem> <para> - <emphasis>libev</emphasis> - <ulink url="http://software.schmorp.de/pkg/libev">http://software.schmorp.de/pkg/libev</ulink> + <emphasis>libev</emphasis> - <ulink url="http://software.schmorp.de/pkg/libev.html">http://software.schmorp.de/pkg/libev.html</ulink> </para> </listitem> </itemizedlist>