Looks like it happens for any of the keywords in the config file. I managed to replicate it with the following keywords: ``` fork user route ```
It also only happens if the full word is not appended or prepended with anything. e.g. ``` listen=tcp:127.0.0.1:5060 advertise sip.fork.example.com:5060 listen=tcp:127.0.0.1:5060 advertise sip-fork.example.com:5060 listen=tcp:127.0.0.1:5060 advertise sip-route-test.example.com:5060 ``` The following work: ``` listen=tcp:127.0.0.1:5060 advertise sip.forka.example.com:5060 listen=tcp:127.0.0.1:5060 advertise sip-forks.example.com:5060 listen=tcp:127.0.0.1:5060 advertise sip-fo-rk.example.com:5060 ```