<!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. 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> dialplan show 16789542133@remote<br>
[ Included context 'dialout1' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/v6787500600/${EXTEN},40,Ttr)
[pbx_config]<br>
<br>
[ Included context 'dialout1' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/v6787500600/${EXTEN},40,Ttr)
[pbx_config]<br>
<br>
[ Included context 'dialout2' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/voip.comACA/${EXTEN},40,Ttr)
[pbx_config]<br>
<br>
[ Included context 'dialout3' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/v6783747049/${EXTEN},40,Ttr)
[pbx_config]<br>
<br>
[ Included context 'dialout1' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/v6787500600/${EXTEN},40,Ttr)
[pbx_config]<br>
<br>
[ Included context 'dialout2' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/voip.comACA/${EXTEN},40,Ttr)
[pbx_config]<br>
<br>
[ Included context 'dialout3' created by 'pbx_config' ]<br>
'_1NXXNXXXXXX' => -2. Dial(SIP/v6783747049/${EXTEN},40,Ttr)
[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"><<a moz-do-not-send="true"
href="mailto:treese65@gmail.com">treese65@gmail.com</a>></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;"> From extensions.conf<br>
<br>
[remote]<br>
include => from-internal<br>
include => dialout1<br>
include => dialout2<br>
include => dialout3<br>
include => intercom<br>
exten => 150,1,Macro(oneline,${EXTERNPHONE0})<br>
<br>
[dialout1]<br>
include => from-internal<br>
include => 411<br>
include => remote<br>
exten => 911,1,Goto(nineoneone,s,1)<br>
exten =>
_1NXXNXXXXXX,n,Dial(SIP/v6787500600/${EXTEN},40,Ttr)<br>
[dialout2]<br>
include => from-internal<br>
include => 411<br>
include => remote<br>
exten => 911,1,Goto(nineoneone,s,1)<br>
exten =>
_1NXXNXXXXXX,n,Dial(SIP/voip.comACA/${EXTEN},40,Ttr)<br>
[dialout3]<br>
include => from-internal<br>
include => 411<br>
include => remote<br>
exten => 911,1,Goto(nineoneone,s,1)<br>
exten =>
_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">> On Tue, Aug 31, 2010 at 9:16 AM, Todd
Reese<<a moz-do-not-send="true"
href="mailto:treese65@gmail.com">treese65@gmail.com</a>>
wrote:<br>
>> Here's the updated debug log.<br>
>><br>
> [Aug 30 15:27:41] NOTICE[11568] chan_sip.c: Call from
'150' to<br>
> extension '6789542133' rejected because extension not
found in context<br>
> 'remote'.<br>
><br>
> So, again, a context problem. You can confirm by
entering:<br>
><br>
> *CLI> dialplan show 6789542133@remote<br>
><br>
><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>
<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>
<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>