ISDN B channels have a bandwidth of 64000, not 65536
Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
parent
b5803eae6a
commit
242373a7ee
@ -250,7 +250,7 @@ i4b_Speed(struct physical *p)
|
||||
|
||||
if (tcgetattr(p->fd, &ios) == -1 ||
|
||||
(ret = SpeedToInt(cfgetispeed(&ios))) == 0)
|
||||
ret = 65536;
|
||||
ret = 64000;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user