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
dd299b5cb1
commit
ea6a9d137e
@ -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…
Reference in New Issue
Block a user