I'm trying to run both voice and data over a PRI T1 circuit between two * boxes (using a crossover cable). I'm using asterisk and libpri from today's cvs. I can establish voice calls, but I can't pass data.

I have the current version of sethdlc, but none of the protocol options (hdlc, hdlc-eth, cisco, ppp) seem to work. Is there a preferred protocol for a direct connect?

I give the home system the following commands:

sethdlc hdlc0 hdlc
ifconfig hdlc0 172.16.2.53 netmask 255.255.0.0
route add -host 172.16.2.54 hdlc0

I give the satellite system the following commands:

ifconfig eth0 down (was 172.16.2.52)
sethdlc hdlc0 hdlc
ifconfig hdlc0 172.16.2.54 netmask 255.255.0.0
route add -host 172.16.2.53 hdlc0
route del default gw 172.16.2.3
route add default gw 172.16.2.53

I tried the 'sethdlc hdlc0 t1' but it wouldn't take.

From each system, I'm unable to ping the other system. Is there something else I should be doing?

Thanks,

--
Michael Welter
Introspect Consulting, Inc.
Denver, Colorado
+1 303 674 2575
[EMAIL PROTECTED]
www.introspect.com



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to