<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"><<a href="mailto:andrew.bergman@gmail.com">andrew.bergman@gmail.com</a>></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'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 <whatever><br>
<br>
dial-peer voice 2 pots<br>
trunkgroup tg2<br>
destination-pattern <a different whatever><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 <<a href="mailto:abucho@gmail.com">abucho@gmail.com</a>>:<br>
<div><div></div><div class="h5">> Hi guys,<br>
><br>
> I have a working ISDN PRI with the full channels connected to the PSTN<br>
> to receive/send calls. I want to configure a fraction of the time<br>
> slots, say five, to just act as outgoing for International calls and<br>
> use the rest for local calls. Is is doable? If so can someone shade a<br>
> light on how to go about it?<br>
><br>
> best regards,<br>
><br>
> Abebe Amare<br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> cisco-voip mailing list<br>
> <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
> <a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
><br>
</div></div></blockquote></div><br></div>