Module: kamailio Branch: master Commit: 58fde6844ca5b6f98ca12693d59e22722635cf16 URL: https://github.com/kamailio/kamailio/commit/58fde6844ca5b6f98ca12693d59e2272...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-04-01T09:01:22+02:00
modules: readme files regenerated - evrexec ... [skip ci]
---
Modified: src/modules/evrexec/README
---
Diff: https://github.com/kamailio/kamailio/commit/58fde6844ca5b6f98ca12693d59e2272... Patch: https://github.com/kamailio/kamailio/commit/58fde6844ca5b6f98ca12693d59e2272...
---
diff --git a/src/modules/evrexec/README b/src/modules/evrexec/README index 4d80d4c006..059b8d7bea 100644 --- a/src/modules/evrexec/README +++ b/src/modules/evrexec/README @@ -104,7 +104,8 @@ Chapter 1. Admin Guide * wait - timer interval in micro-seconds to wait inside the dedicated process before executing the task. * sockaddr - full UDP socket address in format 'udp:ip:port' - (example: 'udp:127.0.0.1:54321'). + (example: 'udp:127.0.0.1:54321'). Received data is made available + in the event route via $evr(data).
Default value is NULL.
@@ -124,7 +125,7 @@ event_route[evrexec:timer] { }
event_route[evrexec:udp] { - xinfo("udp socket data: [$evr(data)]\n"); + xinfo("udp socket data: [$evr(data)] from [$evr(srcip)]\n"); }
...