Re: [Asterisk-Users] Wildcard FXO takes too long to answer incoming calls

2005-11-23 Thread Michael Kenjie Nukui
Dear Adam,

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:

[from-pstn-reghours-nofax]
exten = s,1,SetVar(intype=${INCOMING})
exten = s,2,Cut(intype=intype,-,1) 
exten = s,3,GotoIf($[${intype} = EXT]?4:5)
 ; If INCOMING starts with EXT, then assume its an
extension
exten = s,4,Goto(ext-local,${INCOMING:4},1)
exten = s,5,GotoIf($[${intype} = GRP]?6:7)  ; If INCOMING starts with GRP, then assume its a ring group
exten = s,6,Goto(ext-group,${INCOMING:4},1)
exten = s,7,GotoIf($[${intype} = QUE]?8:11) ;queue
exten = s,8,Answer
  
   ; answer call
before queue
exten = s,9,Wait(1)
exten = s,10,Goto(ext-queues,${INCOMING:4},1)
exten = s,11,Answer
  
   ; answer call
before auto attendant
exten = s,12,Wait(1) 
  
  
exten = s,13,Goto(${INCOMING},s,1) 
   ; not EXT or
GR1 - it's an auto attendant
exten = fax,1,Goto(ext-fax,in_fax,1)
exten = h,1,Hangup


Again, thank you for your help guys! 

kenjieOn 11/21/05, Adam Goryachev [EMAIL PROTECTED] wrote:
On Sat, 2005-11-19 at 18:02 +0100, Michael Kenjie Nukui wrote: Hi, i have this Wildacard FXO in my [EMAIL PROTECTED] box, connected to POTS.When i make an incoming call, it takes about 8 to 10 rings before my card pick up the incoming call and answers it.Here is my
 config.Can somebody help me? Any assistance will be highly appreciated. Thank you. zapata.conf usecallerid=yesSet this to nousecallerid=noAlso show us your 
extensions.conf for the incoming context.Regards,Adam___--Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

Re: [Asterisk-Users] Wildcard FXO takes too long to answer incoming calls

2005-11-22 Thread Adam Goryachev
On Sat, 2005-11-19 at 18:02 +0100, Michael Kenjie Nukui wrote:
 Hi, i have this Wildacard FXO in my [EMAIL PROTECTED] box, connected to
 POTS.  When i make an incoming call, it takes about 8 to 10 rings
 before my card pick up the incoming call and answers it.  Here is my
 config.  Can somebody help me? Any assistance will be highly
 appreciated. Thank you.
 
 zapata.conf
 
 usecallerid=yes

Set this to no
usecallerid=no

Also show us your extensions.conf for the incoming context.

Regards,
Adam

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


[Asterisk-Users] Wildcard FXO takes too long to answer incoming calls

2005-11-19 Thread Michael Kenjie Nukui
Hi, i have this Wildacard FXO in my [EMAIL PROTECTED] box, connected
to POTS. When i make an incoming call, it takes about 8 to
10 rings before my card pick up the incoming call and answers it.
Here is my config. Can somebody help me? Any assistance will be
highly appreciated. Thank you.

zapata.conf

usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=yes

;faxdetect=no
faxdetect=no
;faxdetect=no
;faxdetect=no

zaptel.conf 


# It must be in the module loading order


# Span 1: WCFXO/0 Generic Clone Board 1 
fxsks=1

# Global data

loadzone = us
defaultzone = us

mknukui
___
--Bandwidth and Colocation sponsored by Easynews.com --

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