Re: [sr-dev] [kamailio/kamailio] cfgt: wrong route name if onsend_route is not declared at the beginning (#1536)

2018-06-07 Thread Victor Seva
``` #!KAMAILIO # ### Global Parameters # ### LOG Levels: 3=DBG, 2=INFO, 1=NOTICE, 0=WARN, -1=ERR log_stderror=yes memdbg=5 memlog=5 log_facility=LOG_LOCAL0 log_stderror=yes fork=no /* uncomment the next line to disable TCP (default on) */ disable_tcp=yes /* uncomment the next line

Re: [sr-dev] [kamailio/kamailio] cfgt: wrong route name if onsend_route is not declared at the beginning (#1536)

2018-06-07 Thread Victor Seva
Closed #1536 via 92f8fdabcffd84e315d749bae8ded3490f8de014. -- 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#event-1668855267___

[sr-dev] [kamailio/kamailio] cfgt: wrong route name if onsend_route is not declared at the beginning (#1536)

2018-05-21 Thread Marco Capetta
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