Description

Use case

Kamailio installed in AWS cloud.
Exist phones located in internet and exist phones connected via VPN.
As option, also may exist phones connected via docker VxLAN or any other Kubernetes providers.

I want use same listen for all this connections types.
Need to advertise different IP for each connection type.

Could you add ability advertise different IP using ACL info.
As example

listen=udp:eth0:5060 advertise 192.168.34.34:5060 for_acl 0
listen=udp:eth0:5060 advertise 172.16.20.41:5060 for_acl 1
listen=udp:eth0:5060 advertise 10.14.11.4:5060 for_acl 2
listen=udp:eth0:5060 advertise 52.24.22.57:5060

Expected behavior

Kamailio will apply different advertise option dependent of source IP of incoming packet.

Actual observed behavior

Listener support only one advertise param.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.