Todd--

There is probably some nifty anti-infinite-recursion code in the
extensions.conf parser,
to keep asterisk from going into infinite loops trying to descend into the
right context.

In your dialplan, [remote] includes dialout1, dialout2, dialout3, and each
of those
include remote.

Straighten out that mess and maybe things might work. Just a guess, but
worth a try!

murf


On Tue, Aug 31, 2010 at 8:25 AM, Todd Reese <trees...@gmail.com> wrote:

>  From extensions.conf
>
> [remote]
> include => from-internal
> include => dialout1
> include => dialout2
> include => dialout3
> include => intercom
> exten => 150,1,Macro(oneline,${EXTERNPHONE0})
>
> [dialout1]
> include => from-internal
> include => 411
> include => remote
> exten => 911,1,Goto(nineoneone,s,1)
> exten => _1NXXNXXXXXX,n,Dial(SIP/v6787500600/${EXTEN},40,Ttr)
> [dialout2]
> include => from-internal
> include => 411
> include => remote
> exten => 911,1,Goto(nineoneone,s,1)
> exten => _1NXXNXXXXXX,n,Dial(SIP/voip.comACA/${EXTEN},40,Ttr)
> [dialout3]
> include => from-internal
> include => 411
> include => remote
> exten => 911,1,Goto(nineoneone,s,1)
> exten => _1NXXNXXXXXX,n,Dial(SIP/v6783747049/${EXTEN},40,Ttr)
>
>
>
>
>
> On 8/31/2010 9:58 AM, Paul Belanger wrote:
> > On Tue, Aug 31, 2010 at 9:16 AM, Todd Reese<trees...@gmail.com>  wrote:
> >>   Here's the updated debug log.
> >>
> > [Aug 30 15:27:41] NOTICE[11568] chan_sip.c: Call from '150' to
> > extension '6789542133' rejected because extension not found in context
> > 'remote'.
> >
> > So, again, a context problem.  You can confirm by entering:
> >
> > *CLI>  dialplan show 6789542...@remote
> >
> >
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Steve Murphy
ParseTree Corp
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to