<div dir="ltr">Dear Andrew,<br><br>I appologize for a very very late reply. I  implemented your solution just today and as you suggested I can split the E1 into fractional channel groups of time slots and use different dial-peers to send calls to different destinations. Thank you very much for your invaluable help.<br>

<br>best regards,<br><br>Abebe Amare <br><br><div class="gmail_quote">On Wed, Apr 1, 2009 at 9:37 AM, Andrew Bergman <span dir="ltr">&lt;<a href="mailto:andrew.bergman@gmail.com">andrew.bergman@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Abebe,<br>
<br>
See if you can use the trunk group concept on the E1 itself, within<br>
IOS.  I use this on AS5400&#39;s, the commands may work on other<br>
platforms.<br>
<br>
For example:<br>
<br>
trunk group  tg1<br>
 description Trunk group #1<br>
<br>
trunk group tg2<br>
 description Trunk group #2<br>
<br>
controller E1 7/2<br>
 framing NO-CRC4<br>
 pri-group timeslots 1-31 nfas_d none nfas_int 10 nfas_group 0<br>
 trunk-group tg1 timeslots 1-10<br>
 trunk-group tg2 timeslots 11-15,17-31<br>
<br>
dial-peer voice 1 pots<br>
 trunkgroup tg1<br>
 destination-pattern &lt;whatever&gt;<br>
<br>
dial-peer voice 2 pots<br>
 trunkgroup tg2<br>
 destination-pattern &lt;a different whatever&gt;<br>
<br>
No port mapping is required within the dial-peer using a trunkgroup,<br>
as the member trunks are defined within the trunk group at the<br>
controller level.<br>
<br>
Cheers,<br>
Andrew<br>
<br>
<br>
<br>
<br>
2009/3/31 abuch &lt;<a href="mailto:abucho@gmail.com">abucho@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hi guys,<br>
&gt;<br>
&gt; I have a working ISDN PRI with the full channels connected to the PSTN<br>
&gt; to receive/send calls. I want to configure a fraction of the time<br>
&gt; slots, say five, to just act as outgoing for International calls and<br>
&gt; use the rest for local calls. Is is doable? If so can someone shade a<br>
&gt; light on how to go about it?<br>
&gt;<br>
&gt; best regards,<br>
&gt;<br>
&gt; Abebe Amare<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; cisco-voip mailing list<br>
&gt; <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
&gt; <a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>