Hi.<br><br>On the Spa 3102 is set as Dialplan &lt;s0:8028&gt; on PSTN line tab, since other way the incoming call will try to be routed to a non set extension on [gw8028] context<br><br>Best Regards<br clear="all">Jose Flores Galicia<br>
&lt;&lt;<a href="mailto:FloJoSe@gmail.com">FloJoSe@gmail.com</a>&gt;&gt;<br>BriefCode &amp;&amp; Code Based Training<br>
<br><br><div class="gmail_quote">2010/4/8 Seann Clark <span dir="ltr">&lt;<a href="mailto:nombrandue@tsukinokage.net">nombrandue@tsukinokage.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
All,<br>
<br>
<br>
   I am looking at a little support on this, as I haven&#39;t found it on google yet. I have had this work on Callweaver, but am moving to Asterisk for a variety of reasons. My dial plans, and everything else transferred perfectly, though I am not sure they are &#39;correct&#39; for Asterisk 1.6.1, with simple things like SIP users outlined in the sip.conf file, not in the users file, and my dialplan syntaxes don&#39;t appear to be liked by the asterisk-gui program (not a big deal, was just something shiny to look at for me, to try to figure out a way to get this going).<br>

<br>
   What my problem is with Asterisk is my SPA-3201 is my primary voice gateway, as I do not own any Digium hardware, and currently do not have a SIP provider outside of my PBX at home. When I restart Asterisk, everything works perfectly. I let Asterisk sit for an hour or so, and it stops allowing calls to be routed into the assigned extension. I do see stuff from the communications, at the time the call lands on the Asterisk server:<br>

<br>
 == Using SIP RTP CoS mark 5<br>
 == Using SIP VRTP CoS mark 6<br>
<br>
The logic is that the SPA is registered as an extension on my system, and incoming calls are routed into the system VIA that extension. The dialplan that the SPA connects to is:<br>
<br>
<br>
[gw8028]<br>
       exten =&gt; 8028,1,Answer<br>
       exten =&gt; 8028,n,Set(CallerNum=${CALLERID(num)})<br>
       exten =&gt; 8028,n,Set(CallerName=${CALLERID(name)})<br>
       exten =&gt; 8028,n,Set(CDR(accountcode)=&quot;8203&quot;)<br>
       exten =&gt; 8028,n,Set(CDR(UserField)=&quot;POTS&quot;)<br>
       exten =&gt; 8028,n,Goto(from-internal,111,1)<br>
       exten =&gt; 8028,n,Hangup<br>
<br>
<br>
the &#39;from-internal&#39; is my current call filtering/processing subsystem.<br>
<br>
The outbound side of this works just fine though, as well as my ATA&#39;s and Cisco 7960&#39;s are able to make and receive calls when this is happening. I can include any additional details if requested, as I don&#39;t know exactly what would be helpful to others with this. The SPA itself hasn&#39;t been changed in seven months, and is stable with Callweaver.<br>

<br>
<br>
<br>
Thanks in Advance,<br><font color="#888888">
Seann Clark<br>
</font><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a 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 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 href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>