30, August, 1996
----------------
First Beta Bugs Reported
------------------------

1. With our BIN and new .CNF, booting the box second time cause a setup
   checksum error. Problem traced to not using the new ROUCON.EXE.
2. Dialling end router does not dial. Simply brings up and down DTR.
   Looks like for some reason router has assumed DTR dialling though we
   have provided a dial string and configured the end as a dialing end
   router.
   Actually the problem was this. At dialling end, the WANDRV modem state
   machine brings up DTR, inits string, waits for OK or ERROR and then
   dials. But if either OK or ERROR did not come, it times out, brings
   down DTR and retries the init operation. Since we modified the way
   async buffers were used, the function looking for OK and ERROR was
   always never finding the strings.
   So, modified code to look for the required strings in all async buffers.
   Specifically modified the functions 'SearchLnBuffFor()' in the WANDRV.
3. Modified WANDRV to make above work properly.

13, September, 1996
-------------------
4. agtimer.c, ag_timer() -- in state AGLS_CALL_COMING_IN, is_dcd_present()
   was using wrong parameter.

19, September, 1996
-------------------
5. aginboun.c, callback_modem_hangup_complete() -- was passing bad parameter
   to write_serial_port() that caused bus errors.
6. agrx.c, serial_rx_callback() -- when we are waiting for a inbound call 
	to be fully established, this function can be called. In such situations,
   the session entry pointer is null. So added check for this.
7. agresp.c, process_change_parameters_request() -- was not using a port
   number index where I should have been. As a result, port DTR was being
   lowered even though there was no ownership.
8. aginboun.c -- fixed bugs in the callback handling -- the string used
   for disabling answering did not have a '\r', the dial string did not
   convert '^M', was not waiting for OK after sending the disable string,
   after callback, any input caused bad user name error.

20, September, 1996
-------------------
9. aginbsup.c -- was not aggregating the serial input properly.
