Module: kamailio Branch: master Commit: ebd207ade41ccdfec687d85e210c32ffe9a7e6b0 URL: https://github.com/kamailio/kamailio/commit/ebd207ade41ccdfec687d85e210c32ff...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-06-11T18:16:43+02:00
modules: readme files regenerated - mqueue ... [skip ci]
---
Modified: src/modules/mqueue/README Modified: src/modules/rtpproxy/README Modified: src/modules/sdpops/README Modified: src/modules/tmx/README
---
Diff: https://github.com/kamailio/kamailio/commit/ebd207ade41ccdfec687d85e210c32ff... Patch: https://github.com/kamailio/kamailio/commit/ebd207ade41ccdfec687d85e210c32ff...
---
diff --git a/src/modules/mqueue/README b/src/modules/mqueue/README index 118cc534c8..860887af56 100644 --- a/src/modules/mqueue/README +++ b/src/modules/mqueue/README @@ -200,7 +200,7 @@ xlog("L_INFO", "Size of queue is: $var(q_size)\n");
5. Exported Variables
- * $mqv(mqueue) - the most recent item key fetched from the specified + * $mqk(mqueue) - the most recent item key fetched from the specified mqueue * $mqv(mqueue) - the most recent item value fetched from the specified mqueue diff --git a/src/modules/rtpproxy/README b/src/modules/rtpproxy/README index 556e93d66b..9b7aa5a818 100644 --- a/src/modules/rtpproxy/README +++ b/src/modules/rtpproxy/README @@ -230,7 +230,7 @@ Chapter 1. Admin Guide
4.1. rtpproxy_sock (string)
- Used to define the list of RTPPRoxy instances to connect to. These can + Used to define the list of RTPProxy instances to connect to. These can be UNIX sockets or IPv4/IPv6 UDP sockets. Each modparam entry will insert sockets into a single set. If no set ID is given, the default set ID '0' will be used. To define multiple sets add the set number at diff --git a/src/modules/sdpops/README b/src/modules/sdpops/README index 7e029018f9..ce0e06ec2c 100644 --- a/src/modules/sdpops/README +++ b/src/modules/sdpops/README @@ -482,7 +482,7 @@ if(sdp_with_ice()) { Store the search part of SDP body message with line beginning with 'string' in an AVP. Return 1 if 'string' is found in SDP, -1 on error and -2 if there is no SDP part in the message body. The second - parameter can contain psudeo-variables. + parameter can contain pseudo-variables.
This function can be used from ANY_ROUTE.
diff --git a/src/modules/tmx/README b/src/modules/tmx/README index 81568f329d..58237382cd 100644 --- a/src/modules/tmx/README +++ b/src/modules/tmx/README @@ -264,7 +264,7 @@ if (t_reply_callid("123qaz", "5", "458", "Replied remotely")) { created via t_newtran() and the flags have been altered since.
It is not needed to execute this function when using t_relay() (or - similar tm relay functions, flags are synchornized automatically in + similar tm relay functions, flags are synchronized automatically in that case).
This function can be used from ANY_ROUTE . @@ -282,7 +282,7 @@ t_flush_flags(); been altered since.
It is not needed to execute this function when using t_relay() (or - similar tm relay functions, xflags are synchornized automatically in + similar tm relay functions, xflags are synchronized automatically in that case).
This function can be used from ANY_ROUTE .