<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew Fredrickson wrote:
<blockquote cite="mid48D3CE9B.2050702@digium.com" type="cite">
  <pre wrap="">Daniel Johnson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I have a 10 line PRI E1 ISDN service from AAPT. Connected to Asterisk 
1.4 via a Digium TE121P.

All oubound calls work fine.

Inbound works only if I Dial a SIP phone directly or as the first step. 
This phone MUST NOT be busy or else the call will fail.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It would appear that your zapata.conf is incorrect.  One of your 
problems (and maybe all of them) is that it looks like you used the 
spanmap and trunkgroup way to setup your PRI.  This is *ONLY* supposed 
to be used for NFAS PRIs (where you have multiple trunks per PRI). 
There is some tricky code in there which, when configuring using those 
parameters, causes it to send the channel ID in an NFAS friendly manner 
(which most non NFAS configured switches do not appreciate).

Instead, comment out any trunkgroups or spanmaps you may have setup in 
zapata.conf, and do as follows:

signalling=pri_ ; where pri_ is either pri_net or pri_cpe
channel=1-23 ; or whatever your channels are associated with the PRI.

Matthew Fredrickson
Digium, Inc.

  </pre>
</blockquote>
Hi Matthew,<br>
<br>
Removing the trunkgroups and spanmaps has resolved this issue.<br>
<br>
Thanks<br>
<br>
<div class="moz-signature">
<title></title>
<div style="font-family: Verdana,Arial,sans-serif;"><strong>Daniel
Johnson</strong><br>
<font size="-2">Systems Administrator / Systems Development<br>
Scanning Systems Australia<br>
<br>
<br>
<strong>Office:</strong> +61 7 3387 5555<br>
<strong>Facsimile:</strong> +61 7 3387 5588<br>
<strong>E-mail:</strong> <a href="mailto:dan.j@scanningsystems.com.au">dan.j@scanningsystems.com.au</a><br>
<strong>Website:</strong> <a href="http://www.scanningsystems.com.au">http://www.scanningsystems.com.au</a></font></div>
</div>
<br>
</body>
</html>