Gary
The tech was quite right in saying that the traditional approach to networking over a T1 point to point connection is to define two different subnets, one on each side, as well as a separate subnet on the T1. In most cases this is a much better implementation and it makes the connection over the T1 be treated as a routed link.
However if the routers were being installed into an existing network, someone should have recognized the impact of trying to change the existing network. And it sounds like they did not.
I am a consultant and if you brought me into your network and asked me what is the optimum solution, I would suggest readdressing the remote side to make it into a separate subnet, and to route accross the T1. But if you told me that you did not want to make those changes, then there is a way to make the new routers work in your existing environment. On each of the new routers, configure in global config mode these commands:
no ip routing
bridge 1 ieee
and on the ethernet and on the serial interface configure this:
bridge-group 1
This will set up both routers to operate in bridge mode and will allow your network to operate in its original fashion.
HTH
Rick
HTH
Rick