I have an Asterisk with multiple IP&#39;s, on the same subnet. When a call comes in, I need to send it back out via SIP, but need that only one IP is used as originating IP for all calls.<br>For example<br>machines has<br>
192.168.50.3<br>192.168.50.4<br>192.168.50.5<br>....<br>but when I originate the second leg of a call,  the IP address that is supposed to be read as source IP must be 192.168.50.5, regardless of how the call arrived.<br>
<br>How do I do that?<br><br><br>