[Home]

Summary:ASTERISK-03769: DISA uses wrong timeout when no-password is used
Reporter:Tony Hoyle wibble wibble wibble (tonyhoyle)Labels:
Date Opened:2005-03-25 15:39:53.000-0600Date Closed:2008-01-15 15:28:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_disa.c.diff
Description:When DISA is entered with no-password it uses DigitTimeout for the first digit rather than ResponseTimeout.  This is annoying as it only typically give you a couple of seconds to start dialling..


****** ADDITIONAL INFORMATION ******

Patch attached which addresses this.  btw. why is the variable called 'k'?  Not exactly intuitive what it does.  A better patch would replace this with a state variable with proper defines etc.

A disclaimer should already be on file from the callerid stuff a while back.
Comments:By: Mark Spencer (markster) 2005-03-26 01:14:38.000-0600

Added to CVS, thanks!

By: Russell Bryant (russell) 2005-04-05 04:38:39

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:28:45.000-0600

Repository: asterisk
Revision: 5264

U   trunk/apps/app_disa.c

------------------------------------------------------------------------
r5264 | markster | 2008-01-15 15:28:44 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix timeouts when no-password used (bug ASTERISK-3769)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5264