[Asterisk-Users] RE: Delay in ringing

Wireless wireless at svw.org.uk
Tue Mar 14 05:50:04 MST 2006


I found that the Fax detect delay in the extentions.conf was causing my
system to have a delay

[from-pstn-reghours]
exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2)
; if fax detection is disabled, then jump to from-pstn-nofax - else continue
exten => s,2,Answer
exten => s,3,Wait(0)
exten => s,4,SetVar(intype=${INCOMING})
exten => s,5,Cut(intype=intype,-,1)
exten => s,6,GotoIf($[${intype} = EXT]?7:9) ; If INCOMING starts with EXT,
then assume its an extension
exten => s,7,Wait(0)

I changed s,7 to 0.  Not sure what will happen if a fax arrives... but then
I don't care about faxes!!!!

Harvey
----- Original Message ----- 
From: "Ash Thakrar" <ash at largedesign.com>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
<asterisk-users at lists.digium.com>
Sent: Monday, March 13, 2006 4:12 PM
Subject: [Asterisk-Users] RE: Delay in ringing


>
> Hi All,
>
> I am running Asterisk at home with Digium TDM400 card with FXO modules
plugged
> to PSTN lines.
>
> I am currently experiencing a delay in ringing by around 12 seconds.
>
> Is there something I need to adjust in the dial plan for this?
>
> Regards
> Ash
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>




More information about the asterisk-users mailing list