[asterisk-users] sip.conf and binaddr issue
Kevin P. Fleming
kpfleming at digium.com
Tue Jul 10 13:50:22 CDT 2012
On 07/10/2012 03:24 AM, Olle E. Johansson wrote:
> The Asterisk SIP channel has no knowledge about interfaces and can't
> bind to a specific interface for communication. In fact, it's a well known
> bug that if you have multiple interfaces with different IP networks,
> Asterisk will send from the wrong IP on some of the interfaces.
Are you sure about that? The only problem area that I'm aware of is when
there are multiple *overlapping* interfaces (on the same subnet, or
providing the same route(s)). In that case, Asterisk can receive
messages on one IP address out of the overlapping set, but reply using a
different one from the set, because it doesn't specify the source IP
address and instead lets the UDP/IP stack select one.
If the interfaces don't overlap in any way, I don't see how it would be
possible for Asterisk to send messages with the wrong source IP address,
since it does not specify the source IP address at all. If this is
occurring, it must involve the operating system's IP stack in some fashion.
--
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at www.digium.com & www.asterisk.org
More information about the asterisk-users
mailing list