<!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.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hey guys,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have an Asterisk system here and have it on a
single-span T1 card. Got everything on the T1 side squared away, no
warning lights on the smart jack and the carrier is able to see the
D-Channel. However, when you call the numbers associated with the T1 all
you get is a busy tone from the Asterisk. I've tried coding a small
auto-attendant script so the Asterisk can answer the outside lines, but it still
gives me busy rather than running the script. This is what it looks
like</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>[default]</FONT></DIV>
<DIV><FONT face=Arial size=2>ResponseTimeout=10</FONT></DIV>
<DIV><FONT face=Arial size=2>exten => s,1,Answer</FONT></DIV>
<DIV><FONT face=Arial size=2>exten => s,2,Background(greeting)</FONT></DIV>
<DIV><FONT face=Arial size=2>.....</FONT></DIV>
<DIV><FONT face=Arial size=2>exten => t,1,Hangup</FONT></DIV>
<DIV><FONT face=Arial size=2>exten => i,1,Background(invalid)</FONT></DIV>
<DIV><FONT face=Arial size=2>exten => i,2,Goto(default|s|2)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This is just the basics of the script but Asterisk
never even answers. I've even included default in the users context but
still nothing. I know there are no problems with my script because I can
connect a SiP phone, and put an extension in that just has a goto statement
that points to the above script and it works perfectly.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there something special I have to do to make
Asterisk know how to answer an incoming T1 line? I was thinking
that since there are DINS digits coming across the PRI that Asterisk is seeing
them as extensions, but the i rule should take care of that if we don't
have them defined as extensions, right?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This is how my zapata.conf and zapetl.conf files
are setup.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>zapata.conf</FONT></DIV>
<DIV><FONT face=Arial
size=2>----------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>[channels]</FONT></DIV>
<DIV><FONT face=Arial size=2>context = users</FONT></DIV>
<DIV><FONT face=Arial size=2>signalling = pri_cpe</FONT></DIV>
<DIV><FONT face=Arial size=2>switchype = 5ess</FONT></DIV>
<DIV><FONT face=Arial size=2>group = 1</FONT></DIV>
<DIV><FONT face=Arial size=2>channel => 1-23</FONT></DIV>
<DIV><FONT face=Arial size=2>pridialplan = national</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>zaptel.conf</FONT></DIV>
<DIV><FONT face=Arial
size=2>----------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>span = 1,1,0,esf,b8zs</FONT></DIV>
<DIV><FONT face=Arial size=2>bchan = 1-23</FONT></DIV>
<DIV><FONT face=Arial size=2>dchan = 24</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Mike Fryer</FONT></DIV></BODY></HTML>