Reported by oej GH #580. Includes whitespace cleanup and normalizing.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/762
-- Commit Summary --
* Merge remote-tracking branch 'refs/remotes/kamailio/master'
* sca: terminate all error and debug messages with a new line
-- File Changes --
M modules/sca/sca.c (554)
M modules/sca/sca.h (36)
M modules/sca/sca_appearance.c (2239)
M modules/sca/sca_appearance.h (188)
M modules/sca/sca_call_info.c (3557)
M modules/sca/sca_call_info.h (42)
M modules/sca/sca_common.h (13)
M modules/sca/sca_db.c (251)
M modules/sca/sca_db.h (71)
M modules/sca/sca_dialog.c (151)
M modules/sca/sca_dialog.h (22)
M modules/sca/sca_event.c (73)
M modules/sca/sca_event.h (16)
M modules/sca/sca_hash.c (451)
M modules/sca/sca_hash.h (78)
M modules/sca/sca_notify.c (597)
M modules/sca/sca_notify.h (6)
M modules/sca/sca_reply.c (54)
M modules/sca/sca_reply.h (2)
M modules/sca/sca_rpc.c (820)
M modules/sca/sca_rpc.h (44)
M modules/sca/sca_subscribe.c (2668)
M modules/sca/sca_subscribe.h (71)
M modules/sca/sca_util.c (718)
M modules/sca/sca_util.h (32)
M utils/kamctl/mysql/ims_dialog-create.sql (104)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/762.patchhttps://github.com/kamailio/kamailio/pull/762.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/762
the transport tag was the only string which used urlencoding for ';' and '='
see line 90 for example
this has lead (on the wire) to headers like:
Path: <sip:inbound_webrtc@10.3.66.231;lr;received=sip:127.0.0.1:41988%3Btransport%3Dws;ob>
to me this does not look like intention?!
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/765
-- Commit Summary --
* dont use url encoding for transport tag in path header
-- File Changes --
M modules/path/path.c (12)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/765.patchhttps://github.com/kamailio/kamailio/pull/765.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/765
Module: kamailio
Branch: master
Commit: 040106fc3f7b807d978cb8112c2637419ffb9926
URL: https://github.com/kamailio/kamailio/commit/040106fc3f7b807d978cb8112c26374…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-09-01T13:01:15+02:00
path: added section ids in docs
---
Modified: modules/path/doc/path_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/040106fc3f7b807d978cb8112c26374…
Patch: https://github.com/kamailio/kamailio/commit/040106fc3f7b807d978cb8112c26374…
---
diff --git a/modules/path/doc/path_admin.xml b/modules/path/doc/path_admin.xml
index 2a7ade6..218915a 100644
--- a/modules/path/doc/path_admin.xml
+++ b/modules/path/doc/path_admin.xml
@@ -98,7 +98,7 @@
<section>
<title>External Libraries or Applications</title>
<para>
- The following libraries or applications must be installed before
+ The following libraries or applications must be installed before
running &kamailio; with this module loaded:
<itemizedlist>
<listitem>
@@ -113,7 +113,7 @@
<section>
<title>Parameters</title>
- <section>
+ <section id="path.p.use_received">
<title><varname>use_received</varname> (int)</title>
<para>
If set to 1, the <quote>received</quote> parameter of the first Route &uri; is evaluated and
@@ -137,12 +137,12 @@ modparam("path", "use_received", 1)
<section>
<title>Functions</title>
- <section>
+ <section id="path.f.add_path">
<title>
<function moreinfo="none">add_path()</function>
</title>
<para>
- This function is used to insert a Path header in the form
+ This function is used to insert a Path header in the form
<quote>Path: <sip:1.2.3.4;lr></quote>, where <quote>1.2.3.4</quote> is the address
of the outgoing interface.
</para>
@@ -170,12 +170,12 @@ if (!add_path()) {
</example>
</section>
- <section>
+ <section id="path.f.add_path_u">
<title>
<function moreinfo="none">add_path(user)</function>
</title>
<para>
- This function adds a Path header in the form
+ This function adds a Path header in the form
<quote>Path: <sip:user@1.2.3.4;lr></quote>.
</para>
<para>Meaning of the parameters is as follows:</para>
@@ -203,12 +203,12 @@ if (!add_path("loadbalancer")) {
</example>
</section>
- <section>
+ <section id="path.f.add_path_up">
<title>
<function moreinfo="none">add_path(user, parameters)</function>
</title>
<para>
- This function adds a Path header in the form
+ This function adds a Path header in the form
<quote>Path: <sip:user@1.2.3.4;lr></quote> and appends the
given <emphasis>parameters</emphasis> as additional URI parameters.
</para>
@@ -245,13 +245,13 @@ if (!add_path("loadbalancer", "ob")) {
</example>
</section>
- <section>
+ <section id="path.f.add_path_rcv">
<title>
<function moreinfo="none">add_path_received()</function>
</title>
<para>
- This function adds a Path header in the form
- <quote>Path: <sip:1.2.3.4;received=sip:2.3.4.5:1234;lr></quote>, setting its own
+ This function adds a Path header in the form
+ <quote>Path: <sip:1.2.3.4;received=sip:2.3.4.5:1234;lr></quote>, setting its own
outgoing address as domain-part, and the address the request has been received from as
received-parameter.
</para>
@@ -271,14 +271,14 @@ if (!add_path_received()) {
</example>
</section>
- <section>
+ <section id="path.f.add_path_rcv_u">
<title>
<function moreinfo="none">add_path_received(user)</function>
</title>
<para>
- This function adds a Path header in the form
+ This function adds a Path header in the form
<quote>Path: <sip:user@1.2.3.4;received=sip:2.3.4.5:1234;lr></quote>, setting
- 'user' as username part of address, its own
+ 'user' as username part of address, its own
outgoing address as domain-part, and the address the request has been received from as
received-parameter.
</para>
@@ -298,14 +298,14 @@ if (!add_path_received("inbound")) {
</example>
</section>
- <section>
+ <section id="path.f.add_path_rcv_up">
<title>
<function moreinfo="none">add_path_received(user, parameters)</function>
</title>
<para>
- This function adds a Path header in the form
+ This function adds a Path header in the form
<quote>Path: <sip:user@1.2.3.4;received=sip:2.3.4.5:1234;lr></quote>, setting
- 'user' as username part of address, its own
+ 'user' as username part of address, its own
outgoing address as domain-part, and the address the request has been received from as
received-parameter.
</para>