<p dir="ltr">Thanks Andrew!!!</p>
<p dir="ltr">That solved it.</p>
<p dir="ltr">I really appreciate your assistance.</p>
<p dir="ltr">-Gary</p>
<p dir="ltr">This message was sent from my mobile phone.  Please excuse any typos or brevity.</p>
<p dir="ltr">Gary Nieboer</p>
<div class="gmail_quote">On Jul 14, 2014 4:02 AM, "Andrew Pogrebennyk" <<a href="mailto:apogrebennyk@sipwise.com">apogrebennyk@sipwise.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Gary,<br>
<br>
On 14/07/14 06:29, Gary Nieboer wrote:<br>
> There is no NAT between the FreePBX and SPCE, The FreePBX and SPCE each<br>
> use their own IP address for media and signaling.<br>
> There are two carrier peers involved which both use different IP<br>
> addresses for media and signaling.  There is also no NAT between the<br>
> carriers and SPCE.   The signaling comes from a single IP at each<br>
> carrier, but a range of IPs for the media.   The carriers' proxies<br>
> cannot reach the FreePBX IP address.  Only the SPCE can reach both<br>
> FreePBX and Carriers without NAT.<br>
<br>
using different IPs for the signaling and media is not a problem.<br>
I think you should make a trace and compare it with rtp.log.<br>
<br>
> config.yml   has the following line:<br>
><br>
> nattest_exception_ips ~<br>
><br>
> Is the above variable for potential media proxy IP address(es) or<br>
> signaling proxy IP address(es)<br>
<br>
those are signaling source IP addresses.<br>
<br>
> How do I define a range of IP addresses?   Let's say I want to include<br>
> 10.0.0.0 - 25.255.255.255<br>
<br>
Ranges are not supported, but honestly speaking it's not needed. This<br>
option is usually needed only when sip:provider is deployed in private<br>
LAN behind SBC which is relaying the signaling and media from public<br>
internet to the sp:pro.<br>
<br>
> How do I define a list of unique IP addresses?   Let's say I want to<br>
> include 10.5.6.7   10.11.12.13 and 42.43.44.45<br>
<br>
This is a list, one IP per line<br>
    nattest_exception_ips:<br>
      - 10.2.0.10<br>
      - 10.2.0.12<br>
<br>
Or put on a single line:<br>
nattest_exception_ips: [10.2.0.10, 10.2.0.12]<br>
<br>
> Thanks for your assistance.<br>
><br>
> -Gary<br>
</blockquote></div>