<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Anthony and Donny, thanks for replying.<br>
      <br>
      Putting a packet capture on the line revealed the problem to be a
      combination of quirks in both linphone (windows version ignores fs
      nonstandard destination port) and dns-forwarder (override of
      foo.bar.com fails if foo.bar.com is a cname on the public
      internet, not an A record).&nbsp; The call was coming in on the
      external profile because the dns forwarder was letting the
      resolution go to the public internet and so the local systems were
      sending out to the router, which sent it back in to... the
      external interface.&nbsp;&nbsp; However, I do now know how to watch calls
      pass through freeswitch and have read most of the source code in
      the sofia endpoint, nta, nua, etc.&nbsp; etc... and had lots of fun
      with gdb stepping around watching the packets flow.<br>
      <br>
      The main lession I think is worth sharing is this: &nbsp; Use 5060 for
      sip.&nbsp; If you are thinking of various profiles using the same
      address but different ports on the one hand, or on the other hand
      using ip aliases so each profile uses the 'standard' ports but a
      different ip--- go with the ip alias approach.&nbsp;&nbsp;&nbsp; So in
      /etc/network/interfaces , supposing your main nic is eth0:<br>
      <br>
      iface eth0 inet dhcp&nbsp;&nbsp; &lt;-- or whatnot on your system&gt;<br>
      &nbsp;..<br>
      &nbsp; post-up ifup eth0:1<br>
      &nbsp; pre-down ifdown eth0:1<br>
      ..<br>
      <br>
      <br>
      iface eth0:1 inet static<br>
      &nbsp;&nbsp;&nbsp; address &lt;something unique on the lan&gt;<br>
      &nbsp;&nbsp;&nbsp; netmask &lt;etc.&gt;<br>
      <br>
      Problems all melted away as if they never were.<br>
      <br>
      Thanks again for trying to help!&nbsp;&nbsp; I even bought the freeswitch
      book.&nbsp; Ka-Ching for someone on this list...<br>
      <br>
      <br>
      <br>
      On 10/22/2013 06:38 PM, Anthony Minessale wrote:<br>
    </div>
    <blockquote
cite="mid:CAKbxfG98t3mfBxTz_cgdvO9zWU-hMdxjTh9wgmS-xjirQNpMXA@mail.gmail.com"
      type="cite">
      <p dir="ltr">Did you change all the fields in the new profile you
        duplicated that were relevant to the name like name...</p>
      <p dir="ltr">I usually cp internal.xml new.xml then edit new.xml
        and global replace internal with new right off the bat.</p>
      <p dir="ltr">You might find your mistake faster if you backup and
        revert to default sip profiles from sample and slowly make
        changes again.</p>
      <div class="gmail_quote">On Oct 22, 2013 1:04 AM, "hcoin" &lt;<a
          moz-do-not-send="true" href="mailto:hcoin@quietfountain.com">hcoin@quietfountain.com</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <br>
          This has been a really frustrating problem, I'm sure the
          answer is<br>
          simple but I just can't see it.<br>
          <br>
          I had several extensions registered to the internal profile,
          sending<br>
          calls out the external profile to a sip-pstn gateway, all
          seemed fine.<br>
          <br>
          Then created another internal profile, using a different sip
          port on the<br>
          same lan address, because of 'no device left behind' and NAT
          issues..<br>
          <br>
          All seemed well, all the phones register normally. &nbsp; Looking
          at the<br>
          databases in FS they all show the proper ports, the proper
          domains, etc.<br>
          <br>
          However, every single call gets picked up as a new call via<br>
          sophia/external/... and it hits the public dialplan normally
          -- except<br>
          that's the wrong plan, it should hit the default plan and be
          identified<br>
          as sofia/internal/.... and so forth.<br>
          2013-10-22 00:31:11.001600 [NOTICE] switch_channel.c:1034 New
          Channel<br>
          sofia/external/<a moz-do-not-send="true"
            href="mailto:hcoin@pbx.foobar.com">hcoin@pbx.foobar.com</a>
          [28ed125a-3adb-11e3-9cc1-cbb8efb09b83]<br>
          <br>
          What could possibly be the reason phones registered on the
          internal<br>
          profile have their new calls identified as sophia/external and
          don't hit<br>
          the correct plan? &nbsp;Both the phones and the freeswitch are on
          the same<br>
          subnet. &nbsp;This should be so vanilla. &nbsp;What am I missing?<br>
          <br>
          <br>
          <br>
          <br>
          <br>
          <br>
          <br>
          <br>
          <br>
          <br>
_________________________________________________________________________<br>
          Professional FreeSWITCH Consulting Services:<br>
          <a moz-do-not-send="true"
            href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
          <a moz-do-not-send="true"
            href="http://www.freeswitchsolutions.com" target="_blank">http://www..freeswitchsolutions.com</a><br>
          <br>
          FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
          <a moz-do-not-send="true" href="http://www.cudatel.com"
            target="_blank">http://www.cudatel.com</a><br>
          <br>
          Official FreeSWITCH Sites<br>
          <a moz-do-not-send="true" href="http://www.freeswitch.org"
            target="_blank">http://www.freeswitch.org</a><br>
          <a moz-do-not-send="true" href="http://wiki.freeswitch.org"
            target="_blank">http://wiki.freeswitch.org</a><br>
          <a moz-do-not-send="true" href="http://www.cluecon.com"
            target="_blank">http://www.cluecon.com</a><br>
          <br>
          FreeSWITCH-users mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
          <a moz-do-not-send="true"
            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
            target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
          UNSUBSCRIBE:<a moz-do-not-send="true"
            href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
            target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
          <a moz-do-not-send="true" href="http://www.freeswitch.org"
            target="_blank">http://www.freeswitch.org</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>