Module: kamailio
Branch: 5.3
Commit: 5b6ce8ef92f876b4ec24305592fb285adbb9bce2
URL: https://github.com/kamailio/kamailio/commit/5b6ce8ef92f876b4ec24305592fb285…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-03-04T20:15:34+01:00
CONTRIBUTING.md: small spelling fix after recent doc extension [skip ci]
(cherry picked from commit 116302384110eccc9115ee8cbc96271d893a1f1a)
---
Modified: .github/CONTRIBUTING.md
---
Diff: …
[View More]https://github.com/kamailio/kamailio/commit/5b6ce8ef92f876b4ec24305592fb285…
Patch: https://github.com/kamailio/kamailio/commit/5b6ce8ef92f876b4ec24305592fb285…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 293c0f98a2..6915550603 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -84,7 +84,7 @@ as "Subject" in the generated commit emails and it will also be used when
generating the Changelog (e.g. git log --pretty=oneline).
-The first line (subjecthas to contain meaningful text about what that commit
+The first line (subject has to contain meaningful text about what that commit
does, do not put just a reference to bug tracker or pull request items
Please start always with the prefix of the component (subsystem) that is modified
[View Less]
Module: kamailio
Branch: master
Commit: 116302384110eccc9115ee8cbc96271d893a1f1a
URL: https://github.com/kamailio/kamailio/commit/116302384110eccc9115ee8cbc96271…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-03-04T20:14:34+01:00
CONTRIBUTING.md: small spelling fix after recent doc extension [skip ci]
---
Modified: .github/CONTRIBUTING.md
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]116302384110eccc9115ee8cbc96271…
Patch: https://github.com/kamailio/kamailio/commit/116302384110eccc9115ee8cbc96271…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index fca94e33de..1fc1b6342b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -90,7 +90,7 @@ as "Subject" in the generated commit emails and it will also be used when
generating the Changelog (e.g. git log --pretty=oneline).
-The first line (subjecthas to contain meaningful text about what that commit
+The first line (subject has to contain meaningful text about what that commit
does, do not put just a reference to bug tracker or pull request items
Please start always with the prefix of the component (subsystem) that is modified
[View Less]
Module: kamailio
Branch: 5.3
Commit: 68be831aa83c09e99b35c55a6ff6d7f21a0502d6
URL: https://github.com/kamailio/kamailio/commit/68be831aa83c09e99b35c55a6ff6d7f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-04T12:29:53+01:00
CONTRIBUTING.md: section for first line of the commit message [skip ci]
- note about [skip ci] flag in first line
(cherry picked from commit …
[View More]04d082d2a89f8e0d3646856cb81666f9f03fdffa)
---
Modified: .github/CONTRIBUTING.md
---
Diff: https://github.com/kamailio/kamailio/commit/68be831aa83c09e99b35c55a6ff6d7f…
Patch: https://github.com/kamailio/kamailio/commit/68be831aa83c09e99b35c55a6ff6d7f…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index ea6ba9cdd8..293c0f98a2 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -75,13 +75,20 @@ Please create the commit messages following the GIT convention:
* start with one short line, preferably less then 50 chars summarizing the
changes (this is referred later as "first line of the commit message")
* then one empty line
- * then a more detailed description
+ * then a more detailed description (the "commit message content")
+
+#### First Line Of The Commit Message ####
Think of the first line as of an email "Subject" line. In fact it will be used
as "Subject" in the generated commit emails and it will also be used when
generating the Changelog (e.g. git log --pretty=oneline).
-Please start always with the prefix of the component (subsystem) that is modified by the commit, for example:
+
+The first line (subjecthas to contain meaningful text about what that commit
+does, do not put just a reference to bug tracker or pull request items
+
+Please start always with the prefix of the component (subsystem) that is modified
+by the commit, for example:
* `core`: more fixup helper functions
* `core`: tcp - support for haproxy protocol
* `core`: mem - added faster malloc
@@ -90,13 +97,19 @@ Please start always with the prefix of the component (subsystem) that is modifie
* `lib`: srutils - critical bug fix for abc case
* `kamctl`: added support for management of module xyz
+At the end of the first line some CI flags can be added. Available at this
+moment:
+
+ * `[skip ci]` - skip continous integration builds for source code, recommended
+ to be added when updating documentation, example configs or other utilities.
+ Example:
+ * `msilo: docs - updated example for m_dump() function [skip ci]`
+
#### Commit Message Content ####
- * first line (subject line) has to contain meaningful text about what that commit
- does, do not put just a reference to bug tracker or pull request items
- * commit message must describe the changes done by the patch
+* commit message must describe the changes done by the patch
* other details (e.g., how to reproduce, backtrace, sip packets, ...) belong
- to content (comments) of the pull request. Example:
+ to content (comments) of the pull request. Example of a full commit message:
```
core: added latency_limit_cfg global parameter
[View Less]
Module: kamailio
Branch: 5.3
Commit: 023d385299b6b0ec6a894d6a893a7cfb5292c5bd
URL: https://github.com/kamailio/kamailio/commit/023d385299b6b0ec6a894d6a893a7cf…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-04T12:27:48+01:00
cdp: global variables declared extern in header file
(cherry picked from commit a88cf96b8ba3358c08e0e210f76320f6d7926b7d)
---
Modified: src/modules/cdp/diameter_peer.h
---
…
[View More]Diff: https://github.com/kamailio/kamailio/commit/023d385299b6b0ec6a894d6a893a7cf…
Patch: https://github.com/kamailio/kamailio/commit/023d385299b6b0ec6a894d6a893a7cf…
---
diff --git a/src/modules/cdp/diameter_peer.h b/src/modules/cdp/diameter_peer.h
index 378a281dd5..f092f74ccc 100644
--- a/src/modules/cdp/diameter_peer.h
+++ b/src/modules/cdp/diameter_peer.h
@@ -65,10 +65,10 @@ typedef struct {
pid_list_t *head,*tail;
} pid_list_head_t;
-pid_t *dp_first_pid; /**< first pid that we started from */
+extern pid_t *dp_first_pid; /**< first pid that we started from */
-pid_list_head_t *pid_list; /**< list of local processes */
-gen_lock_t *pid_list_lock; /**< lock for list of local processes */
+extern pid_list_head_t *pid_list; /**< list of local processes */
+extern gen_lock_t *pid_list_lock; /**< lock for list of local processes */
int diameter_peer_init_str(str config_str);
int diameter_peer_init(char *cfg_filename);
[View Less]
Module: kamailio
Branch: master
Commit: 04d082d2a89f8e0d3646856cb81666f9f03fdffa
URL: https://github.com/kamailio/kamailio/commit/04d082d2a89f8e0d3646856cb81666f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-04T11:39:02+01:00
CONTRIBUTING.md: section for first line of the commit message [skip ci]
- note about [skip ci] flag in first line
---
Modified: .github/CONTRIBUTING.md
---
Diff: https://…
[View More]github.com/kamailio/kamailio/commit/04d082d2a89f8e0d3646856cb81666f…
Patch: https://github.com/kamailio/kamailio/commit/04d082d2a89f8e0d3646856cb81666f…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index f90d1c492b..fca94e33de 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -81,13 +81,20 @@ Please create the commit messages following the GIT convention:
* start with one short line, preferably less then 50 chars summarizing the
changes (this is referred later as "first line of the commit message")
* then one empty line
- * then a more detailed description
+ * then a more detailed description (the "commit message content")
+
+#### First Line Of The Commit Message ####
Think of the first line as of an email "Subject" line. In fact it will be used
as "Subject" in the generated commit emails and it will also be used when
generating the Changelog (e.g. git log --pretty=oneline).
-Please start always with the prefix of the component (subsystem) that is modified by the commit, for example:
+
+The first line (subjecthas to contain meaningful text about what that commit
+does, do not put just a reference to bug tracker or pull request items
+
+Please start always with the prefix of the component (subsystem) that is modified
+by the commit, for example:
* `core`: more fixup helper functions
* `core`: tcp - support for haproxy protocol
* `core`: mem - added faster malloc
@@ -96,13 +103,19 @@ Please start always with the prefix of the component (subsystem) that is modifie
* `lib`: srutils - critical bug fix for abc case
* `kamctl`: added support for management of module xyz
+At the end of the first line some CI flags can be added. Available at this
+moment:
+
+ * `[skip ci]` - skip continous integration builds for source code, recommended
+ to be added when updating documentation, example configs or other utilities.
+ Example:
+ * `msilo: docs - updated example for m_dump() function [skip ci]`
+
#### Commit Message Content ####
- * first line (subject line) has to contain meaningful text about what that commit
- does, do not put just a reference to bug tracker or pull request items
- * commit message must describe the changes done by the patch
+* commit message must describe the changes done by the patch
* other details (e.g., how to reproduce, backtrace, sip packets, ...) belong
- to content (comments) of the pull request. Example:
+ to content (comments) of the pull request. Example of a full commit message:
```
core: added latency_limit_cfg global parameter
[View Less]
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, …
[View More]tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2238
-- Commit Summary --
* acc_json: doc fixes
* usrloc: doc fixes
* tm: docs - fix title for parameter event_callback_lres_sent
* websocket: docs - fix title for parameter rm_delay_interval
-- File Changes --
M src/modules/acc_json/doc/acc_json_admin.xml (29)
M src/modules/tm/doc/params.xml (2)
M src/modules/usrloc/doc/usrloc_admin.xml (22)
M src/modules/websocket/doc/websocket_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2238.patchhttps://github.com/kamailio/kamailio/pull/2238.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2238
[View Less]
Hello!
I want to implement kamailio module for MRCP interaction. I need it for
automatic machine detection (AMD) system. I will be grateful for any help
and have some initial questions:
1. Is it interesting for anyone?
2. Now I reading http://www.asipto.com/pub/kamailio-devel-guide/ guide. Is
it the newest one or I can find something more actual?
I want to implement such scheme:
https://unimrcp.org/ea/index.htm?goto=2:1:30
Where kamailio will be on place of PBX, rtp-sender will be on place …
[View More]of IP
Phone (and will be connected to RTP stream via proc-subsystem to rtpengine
(like a rtpengine-recorder daemon). I want to use same scheme as HTTP async
module (define a route, which must be called on event receive).
--
With best regards
Dmitry Borisov
[View Less]
### Description
When relaying an `INVITE` from a Kamailio proxy to an interconnect we are using DNS SRV records for load-balancing and failover. The proxy is listening on both a private interface and a public interface with an rfc1918 (ie. `10.0.0.14`) and a public IP address (ie. `185.0.0.34`) respectively.
The first branch (before DNS SRV failover) is working as expected. The message will be relayed from the received socket (`185.0.0.34`) to the interconnect. When this branch results in a …
[View More]timeout, the proxy will try to do DNS SRV failover. This new branch and any subsequent branches will no longer use the initial received socket as source. In our case we see that the private address (`10.0.0.14`) is now being used as source address.
### Troubleshooting
#### Reproduction
DNS SRV:
```
_sip._udp.transit.net. SRV 10 10 5060 transit1.net.
_sip._udp.transit.net. SRV 20 10 5060 transit2.net.
transit1.net. A 185.10.20.30
transit2.net. A 185.10.20.31
```
Kamailio:
```
$du = "sip:transit.net;transport=udp";
xinfo("Relaying [$rm] request: [$ru] with Call-ID [$ci]");
t_set_fr(0, 1000);
if (not t_relay()) {
sl_reply_error();
}
```
Network flow:
```
12:30:00 INVITE udp:10.0.0.18:5060 => udp:185.0.0.34:5060 (internal request to proxy)
12:30:00 INVITE udp:185.0.0.34:5060 => udp:185.10.20.30:5060 (relaying from proxy to interconnect)
^^^^^^^^^^
(request times out after 1 second, proxy will do a failover to the next endpoint)
12:30:01 INVITE udp:10.0.0.14:5060 => udp:185.10.20.31:5060 (relaying to next interconnect address)
^^^^^^^^^
```
#### Log Messages
Attempt to see where it goes wrong:
```
onsend_route {
xinfo("[$RAut] [$Rut] [$sas]\n");
xinfo("$snd(buf)\n");
}
```
```
INFO: [sip:185.0.0.34:5060;transport=udp] [sip:185.0.0.34:5060;transport=udp] [udp:10.0.0.18:5060]
INFO: INVITE sip:+1234567890@transit.net;user=phone SIP/2.0#015#012Record-Route: <sip:185.0.0.34;lr;ftag=tDr7m6erX1N3D>#015#012Via: SIP/2.0/UDP 10.0.0.14;branch=z9hG4bKafe7.7fb590e263fa44677514193a6a1156ce.1#015#012Via: SIP/2.0/UDP 10.0.0.18;received=10.0.0.18;rport=5060;branch=z9hG4bK6t59a17N60FcB ...
```
So the `Record-Route` seems to be correct, but the top most `Via` header shows the private IP address. The message is being sent from the private IP address as well and never reaches the second address from the interconnect.
### Possible Solutions
A workaround to add `$fs = "udp:185.0.0.34:5060"` in the `onsend_route` seems to be effective.
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
version: kamailio 5.2.3 (x86_64/linux)
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144 MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled with gcc 7.4.0
```
* **Operating System**:
```
Ubuntu 18.04 LTS
Linux proxy4 4.15.0-64-generic #73-Ubuntu SMP Thu Sep 12 13:16:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2152
[View Less]
Module: kamailio
Branch: master
Commit: a88cf96b8ba3358c08e0e210f76320f6d7926b7d
URL: https://github.com/kamailio/kamailio/commit/a88cf96b8ba3358c08e0e210f76320f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-03T10:34:02+01:00
cdp: global variables declared extern in header file
---
Modified: src/modules/cdp/diameter_peer.h
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]a88cf96b8ba3358c08e0e210f76320f…
Patch: https://github.com/kamailio/kamailio/commit/a88cf96b8ba3358c08e0e210f76320f…
---
diff --git a/src/modules/cdp/diameter_peer.h b/src/modules/cdp/diameter_peer.h
index 378a281dd5..f092f74ccc 100644
--- a/src/modules/cdp/diameter_peer.h
+++ b/src/modules/cdp/diameter_peer.h
@@ -65,10 +65,10 @@ typedef struct {
pid_list_t *head,*tail;
} pid_list_head_t;
-pid_t *dp_first_pid; /**< first pid that we started from */
+extern pid_t *dp_first_pid; /**< first pid that we started from */
-pid_list_head_t *pid_list; /**< list of local processes */
-gen_lock_t *pid_list_lock; /**< lock for list of local processes */
+extern pid_list_head_t *pid_list; /**< list of local processes */
+extern gen_lock_t *pid_list_lock; /**< lock for list of local processes */
int diameter_peer_init_str(str config_str);
int diameter_peer_init(char *cfg_filename);
[View Less]
### Description
Kamailio fails to forward in-dialog request over TCP/TLS/WS/WSS connection.
### Troubleshooting
kamailio 5.2 branch has a commit
09ac3e47ef79dbd599b7dec5b84ae3b792f025ed cherry picked from master branch.
It makes sense for master because get_send_socket2() behavior has
changed and function became smarter and also there were some patches to
propagate connection it to the uac structure.
After applying this patch to 5.2.x kamailio searches for an outgoing socket, receives the …
[View More]first one due to limitations of get_send_socket2() and SND_F_FORCE_SOCKET flag. Then it fails to find an existing TCP connection by destination ip:port since it searches for a connection associated with a wrong socket.
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
Dec 11 21:33:49 kamailio[17999]: WARNING: <core> [core/msg_translator.c:2832]: via_builder(): TCP/TLS connection (id: 0) for WebSocket could not be found
Dec 11 21:33:49 kamailio[17999]: ERROR: tm [t_msgbuilder.c:1372]: assemble_via(): via building failed
Dec 11 21:33:49 kamailio[17999]: ERROR: tm [t_msgbuilder.c:1540]: build_uac_req(): error while assembling Via
Dec 11 21:33:49 kamailio[17999]: ERROR: tm [uac.c:517]: t_uac_prepare(): Error while building message
Dec 11 21:33:49 kamailio[17999]: ERROR: presence [notify.c:1798]: send_notify_request(): in function tmb.t_request_within
Dec 11 21:33:49 kamailio[17999]: ERROR: presence [notify.c:1897]: notify(): sending Notify not successful
Dec 11 21:33:49 kamailio[17999]: ERROR: presence [notify.c:1491]: publ_notify(): Could not send notify for message-summary
```
### Possible Solutions
Delete mentioned commit from the 5.2 branch.
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a fix.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
5.2.5
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `uname -a`)
-->
```
linux
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2181
[View Less]
Module: kamailio
Branch: 5.2
Commit: 3dee7c6488eb143141becf47e0edd2f3e6ce3cef
URL: https://github.com/kamailio/kamailio/commit/3dee7c6488eb143141becf47e0edd2f…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-03-02T09:27:46+01:00
pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
(cherry picked from commit cd94a88d21c6d649d63791ba509845a38a6eb76b)
---
Modified: src/modules/pua_dialoginfo/doc/…
[View More]pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/3dee7c6488eb143141becf47e0edd2f…
Patch: https://github.com/kamailio/kamailio/commit/3dee7c6488eb143141becf47e0edd2f…
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index 2d154c1d27..c869344c17 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -435,7 +435,7 @@ modparam("pua_dialoginfo", "use_pubruri_avps", 1)
</section>
<section>
- <title><varname>pubruri_caller_avp</varname> (int)</title>
+ <title><varname>pubruri_caller_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the caller (entity=caller) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
@@ -455,7 +455,7 @@ modparam("pua_dialoginfo", "pubruri_caller_avp", "$avp(s:puburis_caller)")
</section>
<section>
- <title><varname>pubruri_callee_avp</varname> (int)</title>
+ <title><varname>pubruri_callee_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the callee (entity=callee) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
[View Less]
Module: kamailio
Branch: 5.2
Commit: 6ece7d8288aca10a6d653f164df5b386ed3eb63e
URL: https://github.com/kamailio/kamailio/commit/6ece7d8288aca10a6d653f164df5b38…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-03-02T09:27:42+01:00
pua_dialoginfo: fix doc for pubruri_callee_dlg_var type
(cherry picked from commit ee34fa46d008426f710c38bf247f4dac9e11bfe7)
---
Modified: src/modules/pua_dialoginfo/doc/…
[View More]pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/6ece7d8288aca10a6d653f164df5b38…
Patch: https://github.com/kamailio/kamailio/commit/6ece7d8288aca10a6d653f164df5b38…
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index b3422ef12c..2d154c1d27 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -497,7 +497,7 @@ modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller")
</section>
<section id="pua_dialoginfo.p.pubruri_callee_dlg_var">
- <title><varname>pubruri_callee_dlg_var</varname> (int)</title>
+ <title><varname>pubruri_callee_dlg_var</varname> (str)</title>
<para>
Must be set to the name of dialog variable where to store
the URI for callee, used to send the notifications. This is needed
[View Less]
Module: kamailio
Branch: 5.3
Commit: 34dffb148e2fa3e9d354532817acf490ac8c8e95
URL: https://github.com/kamailio/kamailio/commit/34dffb148e2fa3e9d354532817acf49…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-03-02T09:27:14+01:00
pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
(cherry picked from commit cd94a88d21c6d649d63791ba509845a38a6eb76b)
---
Modified: src/modules/pua_dialoginfo/doc/…
[View More]pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/34dffb148e2fa3e9d354532817acf49…
Patch: https://github.com/kamailio/kamailio/commit/34dffb148e2fa3e9d354532817acf49…
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index 2d154c1d27..c869344c17 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -435,7 +435,7 @@ modparam("pua_dialoginfo", "use_pubruri_avps", 1)
</section>
<section>
- <title><varname>pubruri_caller_avp</varname> (int)</title>
+ <title><varname>pubruri_caller_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the caller (entity=caller) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
@@ -455,7 +455,7 @@ modparam("pua_dialoginfo", "pubruri_caller_avp", "$avp(s:puburis_caller)")
</section>
<section>
- <title><varname>pubruri_callee_avp</varname> (int)</title>
+ <title><varname>pubruri_callee_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the callee (entity=callee) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
[View Less]
Module: kamailio
Branch: 5.3
Commit: e2d4024a73306b3efc28b321e5d5d32b96601278
URL: https://github.com/kamailio/kamailio/commit/e2d4024a73306b3efc28b321e5d5d32…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-03-02T09:26:54+01:00
pua_dialoginfo: fix doc for pubruri_callee_dlg_var type
(cherry picked from commit ee34fa46d008426f710c38bf247f4dac9e11bfe7)
---
Modified: src/modules/pua_dialoginfo/doc/…
[View More]pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/e2d4024a73306b3efc28b321e5d5d32…
Patch: https://github.com/kamailio/kamailio/commit/e2d4024a73306b3efc28b321e5d5d32…
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index b3422ef12c..2d154c1d27 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -497,7 +497,7 @@ modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller")
</section>
<section id="pua_dialoginfo.p.pubruri_callee_dlg_var">
- <title><varname>pubruri_callee_dlg_var</varname> (int)</title>
+ <title><varname>pubruri_callee_dlg_var</varname> (str)</title>
<para>
Must be set to the name of dialog variable where to store
the URI for callee, used to send the notifications. This is needed
[View Less]
Module: kamailio
Branch: master
Commit: cd94a88d21c6d649d63791ba509845a38a6eb76b
URL: https://github.com/kamailio/kamailio/commit/cd94a88d21c6d649d63791ba509845a…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-03-02T09:24:29+01:00
pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
---
Modified: src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/…
[View More]kamailio/commit/cd94a88d21c6d649d63791ba509845a…
Patch: https://github.com/kamailio/kamailio/commit/cd94a88d21c6d649d63791ba509845a…
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index 2d154c1d27..c869344c17 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -435,7 +435,7 @@ modparam("pua_dialoginfo", "use_pubruri_avps", 1)
</section>
<section>
- <title><varname>pubruri_caller_avp</varname> (int)</title>
+ <title><varname>pubruri_caller_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the caller (entity=caller) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
@@ -455,7 +455,7 @@ modparam("pua_dialoginfo", "pubruri_caller_avp", "$avp(s:puburis_caller)")
</section>
<section>
- <title><varname>pubruri_callee_avp</varname> (int)</title>
+ <title><varname>pubruri_callee_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the callee (entity=callee) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
[View Less]
Module: kamailio
Branch: master
Commit: ee34fa46d008426f710c38bf247f4dac9e11bfe7
URL: https://github.com/kamailio/kamailio/commit/ee34fa46d008426f710c38bf247f4da…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-03-02T09:20:22+01:00
pua_dialoginfo: fix doc for pubruri_callee_dlg_var type
---
Modified: src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/…
[View More]kamailio/commit/ee34fa46d008426f710c38bf247f4da…
Patch: https://github.com/kamailio/kamailio/commit/ee34fa46d008426f710c38bf247f4da…
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index b3422ef12c..2d154c1d27 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -497,7 +497,7 @@ modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller")
</section>
<section id="pua_dialoginfo.p.pubruri_callee_dlg_var">
- <title><varname>pubruri_callee_dlg_var</varname> (int)</title>
+ <title><varname>pubruri_callee_dlg_var</varname> (str)</title>
<para>
Must be set to the name of dialog variable where to store
the URI for callee, used to send the notifications. This is needed
[View Less]