[sr-dev] [kamailio/kamailio] listen option in cfg cannot contain `dns` in the advertise portion (#1854)

niallmcandrew notifications at github.com
Sat Feb 16 05:04:20 CET 2019


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
```

-- 
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/1854#issuecomment-464283941
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190215/f350e083/attachment-0001.html>


More information about the sr-dev mailing list