jambonz / sbc-inbound

SBC application that handles inbound calls
MIT License
5 stars 20 forks source link

Bug : Private Network CIDR does not send private IP in contact #146

Closed vdharashive closed 3 months ago

vdharashive commented 3 months ago

PRIVATE_VOIP_NETWORK_CIDR is implemented to take traffic on private network , so if any call come allowed PRIVATE_VOIP_NETWORK_CIDR it will send private IP in rtp media. But in contact its sending public IP , which caused issue in setting up call

vdharashive commented 3 months ago

@davehorton @xquanluu need to implement similar change for sbc-outbound