(( QUOTING = From: Jim Rea To: All ))
JR> Here's what's happening - when a caller calls at 28.8 he gets kicked
JR> off. I'm using an errorlevel in front door to recognize the 28.8 which
JR> it does but opus just drop the person.
Hello Jim,
Opus can't handle the higher baud rates being passed to it.
You need to trick it. Your file transfers will be off a bit but
this works. I use Binkley so %2 is the connect speed.
set opusbaud=%2
if %2 == 115200 set opusbaud=38400
if %2 == 57600 set opusbaud=38400
if %2 == 33600 set opusbaud=38400
if %2 == 31200 set opusbaud=38400
if %2 == 28800 set opusbaud=38400
if %2 == 26400 set opusbaud=38400
if %2 == 24000 set opusbaud=38400
if %2 == 21600 set opusbaud=19200
if %2 == 16800 set opusbaud=19200
if %2 == 12000 set opusbaud=14400
opus bbs -b%opusbaud% -p%3 -t%4
Mark Harrison | mphsoft@mo.net | http://kom.net/~mphsoft
MPH Software | BBS/FAX: 618-539-6254 | RECORD21 - PICKUP14 - RFW10
--- GoldED 3.00.Alpha1+
---------------
* Origin: > Custom Communication Automation (1:2250/23)
|