[sr-dev] [kamailio/kamailio] [5.2.3][UAC] Via header does not respect "advertise" option of listen parameter (#1973)

Michael Seifert notifications at github.com
Tue Jun 4 16:46:18 CEST 2019


In my setup, Kamailio is listening on two sockets:
```
advertised_address="<public hostname>:5060"
listen=udp:10.0.0.100:5060
listen=udp:192.168.178.21:5060
```
I should also mention that I advertise a hostname, not an IP address.

The REGISTER request is sent automatically on start-up based on the information from the database:
```
modparam("uac", "reg_db_url", DB_URL)
modparam("uac", "reg_timer_interval", 59)
modparam("uac", "reg_retry_interval", 300)
modparam("uac", "reg_contact_addr", "<public hostname>: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/1973#issuecomment-498703659
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190604/40cd78d8/attachment.html>


More information about the sr-dev mailing list