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]
{
...
}
…
[View More]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
[View Less]
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)
…
[View More]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
[View Less]