Dear Adam,<br>
<br>
Thank you very much for reply! l try it and let you know. By the way, this is my incoming context in my extensions.conf:<br>
<br>
[from-pstn-reghours-nofax]<br>
exten => s,1,SetVar(intype=${INCOMING})<br>
exten => s,2,Cut(intype=intype,-,1) <br>
exten => s,3,GotoIf($[${intype} = EXT]?4:5)
; If INCOMING starts with EXT, then assume its an
extension<br>
exten => s,4,Goto(ext-local,${INCOMING:4},1)<br>
exten => s,5,GotoIf($[${intype} = GRP]?6:7) ; If INCOMING starts with GRP, then assume its a ring group<br>
exten => s,6,Goto(ext-group,${INCOMING:4},1)<br>
exten => s,7,GotoIf($[${intype} = QUE]?8:11) ;queue<br>
exten => s,8,Answer
; answer call
before queue<br>
exten => s,9,Wait(1)<br>
exten => s,10,Goto(ext-queues,${INCOMING:4},1)<br>
exten => s,11,Answer
; answer call
before auto attendant<br>
exten => s,12,Wait(1)
<br>
exten => s,13,Goto(${INCOMING},s,1)
; not EXT or
GR1 - it's an auto attendant<br>
exten => fax,1,Goto(ext-fax,in_fax,1)<br>
exten => 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> <<a href="mailto:mailinglists@websitemanagers.com.au">mailinglists@websitemanagers.com.au</a>> 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>> Hi, i have this Wildacard FXO in my Asterisk@Home box, connected to<br>> POTS. When i make an incoming call, it takes about 8 to 10 rings<br>> before my card pick up the incoming call and answers it. Here is my
<br>> config. Can somebody help me? Any assistance will be highly<br>> appreciated. Thank you.<br>><br>> zapata.conf<br>><br>> 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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>