----- Original Message ----- 
From: "Steve Totaro" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]>
Sent: Monday, October 25, 2004 9:32 AM
Subject: Re: [Asterisk-Users] Digium Wildcard T1 Compatibility


| Out of curiousity, would you mind sharing what you have tried?
| 

from a previous post...

T1 provider info
HDLC 24 channel
160.81.118.46/30 (my side)
160.81.118.45/30 (sprint)


# ifconfig
hdlc0     Link encap:(Cisco)-HDLC  
          inet addr:160.81.118.46  P-t-P:160.81.118.45  Mask:255.255.255.252
          UP POINTOPOINT RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1399 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:50 
          RX bytes:0 (0.0 b)  TX bytes:40388 (39.4 Kb)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:3468 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3468 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:141932 (138.6 Kb)  TX bytes:141932 (138.6 Kb)


commands to achieve the above:

/sbin/modprobe zaptel
/sbin/modprobe wct1xxp
/sbin/modprobe hdlc
/sbin/ztcfg
/sbin/sethdlc hdlc0 cisco 
/sbin/ifconfig hdlc0 arp multicast 160.81.118.46 pointopoint 160.81.118.45 netmask 
255.255.255.252
/sbin/route add default gw 160.81.118.45 netmask 0.0.0.0  dev hdlc0

/proc/sys/net/ipv4/ip_forward = 1

sysctl.conf:
# Controls IP packet forwarding
net.ipv4.ip_forward = 1

/etc/sysconfig/network:
NETWORKING=yes
HOSTNAME=ast.cirelle.com
IPV4_FORWARD=yes
GATEWAY=

iptables, accepts in all directions (no firewalling)

zaptel.conf:
span=1,1,5,esf,b8zs
nethdlc=1-24
loadzone = us
defaultzone=us


zapata.conf
switchtype = national
signalling = pri_cpe
loadzone=us
defaultzone=us



_______________________________________________
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