[asterisk-commits] mattf: branch mattf/bug13495 r161487 - /team/mattf/bug13495/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 5 16:18:27 CST 2008
Author: mattf
Date: Fri Dec 5 16:18:27 2008
New Revision: 161487
URL: http://svn.digium.com/view/asterisk?view=rev&rev=161487
Log:
Oops, range of 23 on ANSI links, not 24
Modified:
team/mattf/bug13495/channels/chan_dahdi.c
Modified: team/mattf/bug13495/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/mattf/bug13495/channels/chan_dahdi.c?view=diff&rev=161487&r1=161486&r2=161487
==============================================================================
--- team/mattf/bug13495/channels/chan_dahdi.c (original)
+++ team/mattf/bug13495/channels/chan_dahdi.c Fri Dec 5 16:18:27 2008
@@ -9810,7 +9810,7 @@
if (linkset->ss7type == SS7_ITU)
maxrange = 31;
else
- maxrange = 24;
+ maxrange = 23;
if (linkset->numchans <= 0)
More information about the asterisk-commits
mailing list