<br><br><div><span class="gmail_quote">On 6/26/07, <b class="gmail_sendername">Joe acquisto</b> &lt;<a href="mailto:joea@j4computers.com">joea@j4computers.com</a>&gt; wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This install uses a Sangoma card.<br><br>Could you expand on &quot;redirect to a channel bank&quot;?&nbsp;&nbsp;Could you illuminate the connectivity for me?<br><br>A single T1 connects to???&nbsp;&nbsp; Is the Digium card &quot;smart&quot; as in, can it &quot;break out&quot; DS0 line(s) on a second port (to go to the channel bank)?
</blockquote><div><br>What we did is have 1 PRI (over T1 in the US) coming in from the telco, into a 4-port T1 card. Then, we have 2 channel banks coming off of it: 1 has an external echo can, and goes to our in-house phone extensions. Cordless phones, wall-hanging phones, and anywhere that we couldn&#39;t get 2 pair into. Basically any required analog that a person would be on. The second channel bank has no echo can on it, and connects to our modems, fax machines, etc.
<br><br>Assume for a moment that your incoming lines are in zaptel group 0, your voice channel bank lines are in group 1, and your other channel bank is in group 2<br><br>exten =&gt; 5555555555,1,Goto(default,1000,1) ;go into the internal context to route the call
<br>exten =&gt; 5555555556,1,Dial(Zap/25) ;ring one phone<br>exten =&gt; 5555555557,1,Dial(Zap/G2/${EXTEN}) ;go out group 2, starting at highest channel number, since the incoming calls probably start at the lowest channel numbers, and best not to have any contention, in my opinion
<br><br>In this way, Asterisk will establish a new call going out Group 2 and dial your number. The box receiving the faxes will get the extension, and as long as you&#39;ve left your DID in there, that&#39;s what will get passed. So, it will appear to your fax box as if it were sitting on the PSTN. Asterisk just has to know which DIDs should have the calls passed along.
<br><br>Now, in practice, we do a lot more than the above snippet, and use macros extensively. But this should get you pushed in the right direction.<br><br>Hope that helps,<br>David<br></div></div><br>