<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Interesting things going on herel.<br>
    <br>
    After your suggestions, Steve.&nbsp; I reran the dialplan show
    16789542133@remote command with the below results.<br>
    <br>
    <br>
    Phone calls are geting the 404 error and the NOTICE on the console.<br>
    [Aug 31 11:06:46] NOTICE[11884]: chan_sip.c:20161
    handle_request_invite: Call from '150' to extension '16789542133'
    rejected because extension not found in context 'remote'.<br>
    <br>
    <br>
    asterisk*CLI&gt; dialplan show 16789542133@remote<br>
    [ Included context 'dialout1' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/v6787500600/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    [ Included context 'dialout1' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/v6787500600/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    [ Included context 'dialout2' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/voip.comACA/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    [ Included context 'dialout3' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/v6783747049/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    [ Included context 'dialout1' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/v6787500600/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    [ Included context 'dialout2' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/voip.comACA/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    [ Included context 'dialout3' created by 'pbx_config' ]<br>
    &nbsp; '_1NXXNXXXXXX' =&gt; -2. Dial(SIP/v6783747049/${EXTEN},40,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;
    [pbx_config]<br>
    <br>
    -= 7 extensions (7 priorities) in 7 contexts. =-<br>
    [Aug 31 11:03:38] WARNING[11903]: pbx.c:5741 show_dialplan_helper:
    Avoiding circular include of from-internal within remote<br>
    <br>
    <br>
    On 8/31/2010 10:49 AM, Steve Murphy wrote:
    <blockquote
      cite="mid:AANLkTinLyD2y1mvpGntsZ-qQz6ZZBEaH_FWb0rT=AjzQ@mail.gmail.com"
      type="cite">Todd--<br>
      <br>
      There is probably some nifty anti-infinite-recursion code in the
      extensions.conf parser,<br>
      to keep asterisk from going into infinite loops trying to descend
      into the right context.<br>
      <br>
      In your dialplan, [remote] includes dialout1, dialout2, dialout3,
      and each of those<br>
      include remote.<br>
      <br>
      Straighten out that mess and maybe things might work. Just a
      guess, but worth a try!<br>
      <br>
      murf<br>
      <br>
      <br>
      <div class="gmail_quote">On Tue, Aug 31, 2010 at 8:25 AM, Todd
        Reese <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:treese65@gmail.com">treese65@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;"> &nbsp;From extensions.conf<br>
          <br>
          [remote]<br>
          include =&gt; from-internal<br>
          include =&gt; dialout1<br>
          include =&gt; dialout2<br>
          include =&gt; dialout3<br>
          include =&gt; intercom<br>
          exten =&gt; 150,1,Macro(oneline,${EXTERNPHONE0})<br>
          <br>
          [dialout1]<br>
          include =&gt; from-internal<br>
          include =&gt; 411<br>
          include =&gt; remote<br>
          exten =&gt; 911,1,Goto(nineoneone,s,1)<br>
          exten =&gt;
          _1NXXNXXXXXX,n,Dial(SIP/v6787500600/${EXTEN},40,Ttr)<br>
          [dialout2]<br>
          include =&gt; from-internal<br>
          include =&gt; 411<br>
          include =&gt; remote<br>
          exten =&gt; 911,1,Goto(nineoneone,s,1)<br>
          exten =&gt;
          _1NXXNXXXXXX,n,Dial(SIP/voip.comACA/${EXTEN},40,Ttr)<br>
          [dialout3]<br>
          include =&gt; from-internal<br>
          include =&gt; 411<br>
          include =&gt; remote<br>
          exten =&gt; 911,1,Goto(nineoneone,s,1)<br>
          exten =&gt;
          _1NXXNXXXXXX,n,Dial(SIP/v6783747049/${EXTEN},40,Ttr)<br>
          <div class="im"><br>
            <br>
            <br>
            <br>
            <br>
            On 8/31/2010 9:58 AM, Paul Belanger wrote:<br>
          </div>
          <div class="im">&gt; On Tue, Aug 31, 2010 at 9:16 AM, Todd
            Reese&lt;<a moz-do-not-send="true"
              href="mailto:treese65@gmail.com">treese65@gmail.com</a>&gt;
            &nbsp;wrote:<br>
            &gt;&gt; &nbsp; Here's the updated debug log.<br>
            &gt;&gt;<br>
            &gt; [Aug 30 15:27:41] NOTICE[11568] chan_sip.c: Call from
            '150' to<br>
            &gt; extension '6789542133' rejected because extension not
            found in context<br>
            &gt; 'remote'.<br>
            &gt;<br>
            &gt; So, again, a context problem. &nbsp;You can confirm by
            entering:<br>
            &gt;<br>
            &gt; *CLI&gt; &nbsp;dialplan show 6789542133@remote<br>
            &gt;<br>
            &gt;<br>
            <br>
            <br>
            --<br>
          </div>
          <div>
            <div class="h5">_____________________________________________________________________<br>
              -- Bandwidth and Colocation Provided by <a
                moz-do-not-send="true" href="http://www.api-digital.com"
                target="_blank">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; <a moz-do-not-send="true"
                href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
              <br>
              asterisk-users mailing list<br>
              To UNSUBSCRIBE or update options visit:<br>
              &nbsp; <a moz-do-not-send="true"
                href="http://lists.digium.com/mailman/listinfo/asterisk-users"
                target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
      -- <br>
      Steve Murphy<br>
      ParseTree Corp<br>
      <br>
    </blockquote>
    <br>
  </body>
</html>