<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Reporting back, putting in a valid dial-string solved the problem.<br>
    <br>
    Thank you Luis, Michael and Brian for your responses and help!<br>
    <div class="moz-signature"><br>
      Robert Oldham
      <hr align="left" width="300px">
        Oldham Technology<br>
        <a class="moz-txt-link-abbreviated" href="http://www.oldhamtechnology.com">www.oldhamtechnology.com</a><br>
        e: <a class="moz-txt-link-abbreviated" href="mailto:robert@oldhamtechnology.com">robert@oldhamtechnology.com</a><br>
        w: (801) 877-2190<br>
        m: (801) 404-0185<br>
      <br>
    </div>
    <div class="moz-cite-prefix">On 03/07/2017 09:37 AM, Robert Oldham
      wrote:<br>
    </div>
    <blockquote
      cite="mid:e8f08516-cd04-0adb-a97c-e1012755c911@oldhamtechnology.com"
      type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      I would be happy to try that, but your response led me to a
      possibly better answer.<br>
      <br>
      Anthony's book includes a section on dial string formats, that I
      knew included something about a user/ construct for dial strings.
      I looked it up. That led me to the user section on confluence
      here:
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bridge#mod_dptools:bridge-user">https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bridge#mod_dptools:bridge-user</a>
      . I believe the problem is that I am missing the required
      dial-string in the extensions. I'll try that first.<br>
      <div class="moz-signature"><br>
        Robert Oldham
        <hr align="left" width="300px">   Oldham Technology<br>
          <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
          href="http://www.oldhamtechnology.com">www.oldhamtechnology.com</a><br>
          e: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
          href="mailto:robert@oldhamtechnology.com">robert@oldhamtechnology.com</a><br>
          w: (801) 877-2190<br>
          m: (801) 404-0185<br>
        <br>
      </div>
      <div class="moz-cite-prefix">On 03/07/2017 06:12 AM, Luis Jimenez
        wrote:<br>
      </div>
      <blockquote
cite="mid:CAKUOwoHGBSjT5pC1qsut=v37niR+3WwzLOv7wGYUtVh9zeo9pA@mail.gmail.com"
        type="cite">
        <div dir="ltr">Does 'user' exists?
          <div><br>
          </div>
          <div>You are asking for 'user', not '${user}'
            <div><br>
            </div>
            <div>You are doing:</div>
            <div><br>
            </div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px">"bridge
              </span><span style="font-size:12.800000190734863px"><font
                  color="#ff0000">user</font></span><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px">/${dialed_extension}@${</span><wbr
                style="color:rgb(0,0,0);font-size:12.800000190734863px"><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px">domain_name}" </span><br>
            </div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px"><br>
              </span></div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px">should
                not be ?</span></div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px"><br>
              </span></div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px">"bridge
              </span><span style="font-size:12.800000190734863px"><font
                  color="#ff0000">${user}</font></span><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px">/${dialed_extension}@${domain_name}" </span></div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px"><br>
              </span></div>
            <div><span
                style="color:rgb(0,0,0);font-size:12.800000190734863px"><br>
              </span></div>
          </div>
        </div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Mon, Mar 6, 2017 at 8:00 PM,
            Robert Oldham <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:robert@oldhamtechnology.com"
                target="_blank">robert@oldhamtechnology.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000"> One of my
                FreeSWITCH servers is exhibiting an unusual and
                challenging problem: if I try to bridge calls to local
                extensions with "bridge user/${dialed_extension}@${<wbr>domain_name}"
                I get a 606 USER_NOT_REGISTERED. If I bridge calls to
                local extensions with "bridge
                ${sofia_contact(internal/${<wbr>dialed_extension}@${domain_<wbr>name})}",
                the bridge completes correctly.<br>
                <br>
                I have verified that the variables ${dialed_extension}
                and ${domain_name} are populating correctly by putting
                an inline set instruction in the dialplan and then
                viewing the EXECUTE line in the log.<br>
                <br>
                I have tried to find what is wrong with the
                registrations to cause them not to be found. However,
                they appear fine. I have pasted the output of "show
                registrations" and "sofia status profile internal reg"
                on pastebin, <a moz-do-not-send="true"
                  class="m_-5432197718594100191moz-txt-link-freetext"
                  href="http://pastebin.com/TYDUM6mM" target="_blank">http://pastebin.com/TYDUM6mM</a>
                .<br>
                <br>
                I'm running on a fully updated Debian 8 with a standard
                package install. Here is my freeswitch "status":<br>
                UP 0 years, 0 days, 2 hours, 10 minutes, 2 seconds, 930
                milliseconds, 261 microseconds<br>
                FreeSWITCH (Version 1.6.15 -32-bec4538 64bit) is ready<br>
                58 session(s) since startup<br>
                1 session(s) - peak 5, last 5min 5 <br>
                0 session(s) per Sec out of max 30, peak 4, last 5min 4
                <br>
                1000 session(s) max<br>
                min idle cpu 0.00/72.60<br>
                Current Stack Size/Max 240K/8192K<br>
                <br>
                <br>
                Thanks in advance,<span class="HOEnZb"><font
                    color="#888888"><br>
                    <span style="font-size:10pt"><br>
                    </span>
                    <div class="m_-5432197718594100191moz-signature">--
                      <br>
                      <br>
                      Robert Oldham
                      <hr align="left" width="300px">   Oldham
                      Technology<br>
                        <a moz-do-not-send="true"
                        class="m_-5432197718594100191moz-txt-link-abbreviated"
                        href="http://www.oldhamtechnology.com"
                        target="_blank">www.oldhamtechnology.com</a><br>
                        e: <a moz-do-not-send="true"
                        class="m_-5432197718594100191moz-txt-link-abbreviated"
                        href="mailto:robert@oldhamtechnology.com"
                        target="_blank">robert@oldhamtechnology.com</a><br>
                        w: <a moz-do-not-send="true"
                        href="tel:%28801%29%20877-2190"
                        value="+18018772190" target="_blank">(801)
                        877-2190</a><br>
                        m: <a moz-do-not-send="true"
                        href="tel:%28801%29%20404-0185"
                        value="+18014040185" target="_blank">(801)
                        404-0185</a><br>
                      <br>
                    </div>
                  </font></span></div>
              <br>
              ______________________________<wbr>______________________________<wbr>_____________<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"
                rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
              <br>
              Official FreeSWITCH Sites<br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://confluence.freeswitch.org" rel="noreferrer"
                target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
              <a moz-do-not-send="true" href="http://www.cluecon.com"
                rel="noreferrer" 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.<wbr>freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
              UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
            </blockquote>
          </div>
          <br>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

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

FreeSWITCH-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" 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 moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
      </blockquote>
      <br>
      <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>

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://confluence.freeswitch.org">http://confluence.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>