My FastRAD works when directly attached to the PC.  However what I would like to do is have the PC remote to the phone system and use our IP network. Has anyone done this? 

   Anyway, here is what I have:

Phone system ---------> Aux port of a Cisco router ---->  IP network -------> PC with Tactical Software running. 

Set up emulation software to use COM2 as a reverse telnet to the Cisco Aux port (xxx.xxx.105.248 4001).  Port 400x tells the Cisco to use RAW telnet.  I also configured the Serial/IP to use RAW. 

When I try to connect, I get:
14:55:43.718 COM2 : | Open
14:55:43.718 COM2 : | Driver: SISerial 4.9.3
14:55:43.718 COM2 : | Current UART Settings:
14:55:43.718 COM2 : | Baud: 00009600
14:55:43.718 COM2 : | Framing: 08,N,1
14:55:43.718 COM2 : | DTR: 0 RTS: 1 CTS: 1 DSR: 0 CD: 0
14:55:43.718 COM2 : | Port open
14:55:43.718 COM2 : | CTS: 1 DSR: 1
14:55:43.718 COM2 : | CTS: 1 DSR: 1 CD: 0
14:55:43.718 COM2 : | Disable Nagle
14:55:43.718 COM2 : | Disable Telnet
14:55:43.718 COM2 : | Disable Telnet CR-padding
14:55:43.718 COM2 : | Disable DTR emulation (Unimodem)
14:55:43.718 COM2 : | Disable auto-reconnect
14:55:43.718 COM2 : | Disable User Authentication
14:55:43.718 COM2 : | Connecting to server 150.150.105.248[4001]
14:55:43.718 COM2 : | RTS: 1
14:55:43.718 COM2 : | DTR: 1
14:55:43.718 COM2 : | Proxy disabled; running in pass-through mode
14:55:43.718 COM2 : | Trying 150.150.105.248...
14:55:43.718 COM2 : | DTR: 0
14:55:43.718 COM2 : | Connected to 150.150.105.248:4001
14:55:44.734 COM2 : | DTR: 1
14:55:48.859 COM2 : | DTR: 0
14:55:48.859 COM2 : | FlushTX
14:55:48.859 COM2 : | FlushRX
14:55:48.859 COM2 : | Close

My Cisco config reads:
line aux 0
modem InOut
no exec
transport input all
escape-character NONE
stopbits 1

Other settings I have messed with include:
Attempts with RAW telnet and binary telnet yield similar results (4001 or 6001). 
Force set speed (tx and rx to 9600)
Force set DSR, DCD, and CTS high failed
Changes to escape-character to BREAK or NONE failed
Set stopbits to 2
Tried hardware, software, NONE flowcontrol

If you have any thoughts that can push me along, I would gratly appriciate it.