[Home]

Summary:ASTERISK-11929: dringXrange defaults to 0, not 10
Reporter:Barry Miller (bjm)Labels:
Date Opened:2008-04-28 00:01:43Date Closed:2008-05-01 11:46:33
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 12536-dringXrange.diff
Description:For dringX, dringXrange == 0 unless "dringXrange= " is specified.  Adding either "dringXrange=0" or "dringXrange=10" to zapata.conf restores 1.4 behavior.
Comments:By: Jason Parker (jparker) 2008-04-29 11:26:51

I believe this patch should fix the defaulting of these arguments.  They were only being defaulted if the option was specified.

By: Barry Miller (bjm) 2008-04-29 19:31:40

Fixed.  Thank you.

By: Digium Subversion (svnbot) 2008-05-01 11:46:33

Repository: asterisk
Revision: 114923

_U  branches/1.6.0/
U   branches/1.6.0/channels/chan_zap.c

------------------------------------------------------------------------
r114923 | qwell | 2008-05-01 11:46:32 -0500 (Thu, 01 May 2008) | 18 lines

Merged revisions 114922 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r114922 | qwell | 2008-05-01 11:49:24 -0500 (Thu, 01 May 2008) | 10 lines

Allow dringXrange to properly default to 10, as was done in 1.4.

dringXrange is a new feature that was added, and it attempted to default, but only when the option was specified.

(closes issue ASTERISK-11929)
Reported by: bjm
Patches:
     12536-dringXrange.diff uploaded by qwell (license 4)
Tested by: bjm

........

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

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