Dear Adam,<br>
<br>
Thank you very much for reply! l try it and let you know.&nbsp; By the way, this is my incoming context in my extensions.conf:<br>
<br>
[from-pstn-reghours-nofax]<br>
exten =&gt; s,1,SetVar(intype=${INCOMING})<br>
exten =&gt; s,2,Cut(intype=intype,-,1) <br>
exten =&gt; s,3,GotoIf($[${intype} = EXT]?4:5)&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; ; If INCOMING starts with EXT, then assume its an
extension<br>
exten =&gt; s,4,Goto(ext-local,${INCOMING:4},1)<br>
exten =&gt; s,5,GotoIf($[${intype} = GRP]?6:7) &nbsp;&nbsp;&nbsp; ; If INCOMING starts with GRP, then assume its a ring group<br>
exten =&gt; s,6,Goto(ext-group,${INCOMING:4},1)<br>
exten =&gt; s,7,GotoIf($[${intype} = QUE]?8:11) ;queue<br>
exten =&gt; s,8,Answer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; answer call
before queue<br>
exten =&gt; s,9,Wait(1)<br>
exten =&gt; s,10,Goto(ext-queues,${INCOMING:4},1)<br>
exten =&gt; s,11,Answer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; answer call
before auto attendant<br>
exten =&gt; s,12,Wait(1)&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
exten =&gt; s,13,Goto(${INCOMING},s,1) &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; not EXT or
GR1 - it's an auto attendant<br>
exten =&gt; fax,1,Goto(ext-fax,in_fax,1)<br>
exten =&gt; h,1,Hangup<br>
<br>
<br>
Again, thank you for your help guys! <br>
<br>
kenjie<br><br><div><span class="gmail_quote">On 11/21/05, <b class="gmail_sendername">Adam Goryachev</b> &lt;<a href="mailto:mailinglists@websitemanagers.com.au">mailinglists@websitemanagers.com.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sat, 2005-11-19 at 18:02 +0100, Michael Kenjie Nukui wrote:<br>&gt; Hi, i have this Wildacard FXO in my Asterisk@Home box, connected to<br>&gt; POTS.&nbsp;&nbsp;When i make an incoming call, it takes about 8 to 10 rings<br>&gt; before my card pick up the incoming call and answers it.&nbsp;&nbsp;Here is my
<br>&gt; config.&nbsp;&nbsp;Can somebody help me? Any assistance will be highly<br>&gt; appreciated. Thank you.<br>&gt;<br>&gt; zapata.conf<br>&gt;<br>&gt; usecallerid=yes<br><br>Set this to no<br>usecallerid=no<br><br>Also show us your 
extensions.conf for the incoming context.<br><br>Regards,<br>Adam<br><br>_______________________________________________<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>
Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>