<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 24/11/2012, at 2:19 AM, Tiago Geada &lt;<a href="mailto:tiago.geada@gmail.com">tiago.geada@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font color="#000066"><font><font face="tahoma,sans-serif">Hello Folks, I am looking for a way that makes asterisk tell remote SIP party that the IP where they will send RTP is not the same as the one I am comunicating via SIP</font></font></font><div>
<font color="#000066"><font><font face="tahoma,sans-serif"><br></font></font></font></div><div><font color="#000066"><font><font face="tahoma,sans-serif">Can this be done anyhow?</font></font></font></div><div><font color="#000066"><font><font face="tahoma,sans-serif"><br>
</font></font></font></div><div><font color="#000066"><font><font face="tahoma,sans-serif">I can try and explain:</font></font></font></div><div><font color="#000066"><font><font face="tahoma,sans-serif"><br></font></font></font></div>
<div><font color="#000066"><font><font face="tahoma,sans-serif">We have placed a asterisk box in our partners office.</font></font></font></div><div><br></div><div><font color="#000066" face="tahoma, sans-serif">It has eth0 with IP 172.16.1.10 and eth1: 10.34.18.250</font></div>
<div><font color="#000066" face="tahoma, sans-serif"><br></font></div><div><font color="#000066" face="tahoma, sans-serif">linux has its routes set so it can comunicate with several networks in their offices.</font></div>
<div><font color="#000066" face="tahoma, sans-serif"><br></font></div><div><font color="#000066" face="tahoma, sans-serif">now there is a cisco call manager that we need to communicate with. Normally via our IP 172.16.1.10, however seems that this cisco uses some sort of 'directmedya=yes' and sets both ends speaking RTP with themselves.</font></div>
<div><font color="#000066" face="tahoma, sans-serif"><br></font></div><div><font color="#000066" face="tahoma, sans-serif">There are some extensions in cisco that have a network <a href="http://10.134.0.0/16">10.134.0.0/16</a> that we can only comunicate via eth1</font></div>
<div><font color="#000066" face="tahoma, sans-serif"><br></font></div><div><font color="#000066" face="tahoma, sans-serif">thus when calling cisco (always via eth0) sometimes we need to say that OUR IP to recieve RTP is not 172.16.1.10, but 10.34.18.250</font></div>
<div><font color="#000066" face="tahoma, sans-serif"><br></font></div></blockquote><div><br></div><div>This is a routing issue, not asterisk I think. You are saying you route to cisco via eth0, it sets up connections to its end points and then drops out of the media flow, but the end points have no route to the eth0 address so they fail</div><div><br></div>Linux usually sorts this out and asterisk replies on the address of the interface it sends out with. So for the most part the response in my experience if its going out eth1 should use the eth1 ip address.</div><div><br></div><div>If you can get to it via eth0 and thats the preferred route then it will have the eth0 address. If so why can't you change your routing table to use eth1 when you need to go to the cisco then you will have the right address and the far extensions can respond to you correctly</div><div><br></div><div>Or change the cisco network endpoints so they can successfully access your address on eth0</div><div><br></div><div><br><blockquote type="cite"><div><font color="#000066" face="tahoma, sans-serif">can this be done?</font></div>
--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote></div><br></body></html>