<div><div>Hello all,</div><div><br></div><div>I have the following working (somewhat) setup:</div><div><br></div><div> TELCO </div><div> |</div><div> |</div><div>E1 (30 Chan -- TE210 SPAN 2)</div><div> |</div><div>
|</div><div>Asterisk box 1.6 with</div><div>DAHDI drivers loaded</div><div>Digium TE210p </div><div> |<br></div><div> |</div><div>E1 (30 Chan -- TE210 SPAN 1)</div><div> |</div><div> |</div><div> NEC PBX</div>
<div><br></div><div><br></div><div>From the NEC system I can make calls out. From a line on the other side of the Telco, I can make calls in.</div><div><br></div><div>What I am trying to get though is how to pass through the DID range.</div>
<div><br></div><div>The E1 that I am connecting to the Telco with, used to connect direct to the NEC system and already has hunt group calling enabled for all 30 channels. Also, I was given a 100 number indial range (from 00 -> 99).</div>
<div><br></div><div>If the E1 is connected to the NEC directly, I can call 5555 7320 and the NEC will route that directly to a certain handset.</div><div><br></div><div>But when I put the asterisk system in between, I am getting the call through, but it does not then call the correct number it seems..</div>
<div><br></div><div>The telco side has the following in extensions.conf:</div><div><br></div><div><div>[from-pstn]</div><div>exten => _555573XX,1,Dial(DAHDI/g1/${ARG1},,T)</div><div><br></div><div><div>[from-nec]</div>
<div>exten => s,1,Dial(DAHDI/g1/${ARG1},,T)</div><div><br></div></div><div><br></div><div>The dahdi_channels.conf has:</div><div><br></div><div><div>; SPAN 1 connects to the NEC PBX system</div><div>; Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER)</div>
<div>group=0,11</div><div>context=from-nec</div><div>switchtype = euroisdn<br></div><div>signalling = pri_net</div><div>channel => 1-15,17-31<br></div><div>group = 63</div><div><br></div><div>; SPAN 2 connects to Telstra on 02 5555 7300 - 30 channel E1</div>
<div>; Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2"</div><div>group=0,12</div><div>context=from-pstn</div><div>switchtype = euroisdn<br></div><div>signalling = pri_cpe</div><div>channel => 32-46,48-62<br></div>
<div>group = 63</div><div><br></div><div><br></div><div>Which is then included in chan_dahdi.conf with an #include... </div><div><br></div><div><br></div><div>What am I missing? Is there something more I should read on this?</div>
<div><br></div><div>I can't seem to find my answers in the Asterisk book nor online....</div><div><br></div><div>Thanks</div><div><br></div><div>Mikel</div><div><br></div></div></div>
</div>