<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2>I have a T1 (not PRI) plugged into my Asterisk 
server with a T100P card.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Everything is working well, except I only get the 
first digit of the 4 digit DID in Asterisk.&nbsp; The T1 provider (Eschelon) 
tried switching to 7 digits, and I only got the first digit of the 
7.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anybody help?&nbsp; We're adding another DID 
and I need to trap it correctly.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>System info:</FONT></DIV>
<DIV><FONT face=Arial size=2>Asterisk 0.7.2</FONT></DIV>
<DIV><FONT face=Arial size=2>Zaptel 9.1</FONT></DIV>
<DIV><FONT face=Arial size=2>Redhat Fedora Core 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here are snippets from the relevant 
files:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-- zaptel.conf --</FONT></DIV>
<DIV>span=1,0,0,esf,b8zs<BR>e&amp;m=1-8<BR>loadzone=us<BR>defaultzone=us<BR></DIV>
<DIV><FONT face=Arial size=2>-- extensions.conf --</FONT></DIV>
<DIV>; Need an extension to pick up calls from the T1 that uses e&amp;m 
wink<BR>; This comes in as a 6 instead of 4 full digits<BR>; then pass to the s 
extension<BR>exten =&gt; 6,1,Wait(1)<BR>exten =&gt; 
6,2,Goto(incoming,s,1)<BR></DIV>
<DIV>-- zapata.conf --</DIV>
<DIV><PRE>[channels]
context=incoming
signalling=em_w
; rxwink=600
echocancel=yes
echotraining=yes
group=1
immediate=no
channel =&gt; 1-8
</PRE><BR></DIV></BODY></HTML>