-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Question
Hai,
in our configurations we want make the calls work in both private and public ip. in our setup the call gets recieved by flexisip which is listened to 5060 and the call redirects to a asterisk pbx. from there contact having public address it seems strange that after that SIP requests and responses are redirect to the public IP so firewall gets suspicious and blocks it. so good calls arent made..i didnt understand why flexisip changes it to the public address is there
any way where public calls should be handled in public network and private network so that there is no clash between public and private and call will be work fine and this is transport configurations i pt transports=sip:<public_ip>;maddr=<private_ip>
from my deep analysis i found that contact route inserter is the changing the contact from private address to public address... i think it would be good if the contact route inserter disabling in the private calls and enabling in the private calls