kamailio version: kamailio 5.1.2 (x86_64/linux)
If "onsend_route" routing block is defined at the beginning of the kamailio.cfg routing part, the name defined in "src/core/cfg.lex" file (DEFAULT_SEND) is used when printed in the json files.
Instead, if this routing block is defined in between the configuration, its name is changed to the previous defined block.
For example, if the cfg file looks like the following:
route[TEST_1]
{
...
}
onsend_route
{
...
}
route[TEST_2]
{
...
}
then in the output json file, the "onsend_route" block is called TEST_1.
The issue doesn't happen for "request_route" block.
--
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/1536
Module: kamailio
Branch: master
Commit: 7d21723205ad02374364c3f0143b618d1a649d4d
URL: https://github.com/kamailio/kamailio/commit/7d21723205ad02374364c3f0143b618…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2018-06-07T17:16:16+02:00
cfgt: documment that pv module has to be loaded in order to work
---
Modified: src/modules/cfgt/doc/cfgt_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7d21723205ad02374364c3f0143b618…
Patch: https://github.com/kamailio/kamailio/commit/7d21723205ad02374364c3f0143b618…
---
diff --git a/src/modules/cfgt/doc/cfgt_admin.xml b/src/modules/cfgt/doc/cfgt_admin.xml
index ce6fb16c4f..c85cae4335 100644
--- a/src/modules/cfgt/doc/cfgt_admin.xml
+++ b/src/modules/cfgt/doc/cfgt_admin.xml
@@ -35,7 +35,7 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>None</emphasis>.
+ <emphasis>pv</emphasis>.
</para>
</listitem>
</itemizedlist>
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1555
-- Commit Summary --
* pkg/kamailio/centos: Removed not updated packaging files
-- File Changes --
D pkg/kamailio/centos/6/README (29)
D pkg/kamailio/centos/6/kamailio.init (134)
D pkg/kamailio/centos/6/kamailio.spec (1279)
D pkg/kamailio/centos/6/kamailio.sysconfig (30)
D pkg/kamailio/centos/7/README (16)
D pkg/kamailio/centos/7/kamailio.init (141)
D pkg/kamailio/centos/7/kamailio.service (27)
D pkg/kamailio/centos/7/kamailio.spec (1468)
D pkg/kamailio/centos/7/kamailio.sysconfig (30)
D pkg/kamailio/centos/7/kamailio.tmpfiles (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1555.patchhttps://github.com/kamailio/kamailio/pull/1555.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/1555