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

Michael Kenjie Nukui mknukui at gmail.com
Wed Nov 23 03:34:37 MST 2005


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!

kenjie

On 11/21/05, Adam Goryachev <mailinglists at websitemanagers.com.au> wrote:
>
> On Sat, 2005-11-19 at 18:02 +0100, Michael Kenjie Nukui wrote:
> > Hi, i have this Wildacard FXO in my Asterisk at Home 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 at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051123/eabd8b76/attachment.htm


More information about the asterisk-users mailing list