<span class="gmail_quote"></span>
<div>Hi Guys,</div>
<div>&nbsp;</div>
<div>I posted this on Netpro already, and I have&nbsp;a suggested work around.</div>
<div>&nbsp;</div>
<div>But just for a different perspective...</div>
<div>&nbsp;</div>
<div>There is a good doc that covers this setup - (if you are not using voice translation profiles or rules)</div>
<div><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.cisco.com/warp/public/788/signalling/isdn_overlap_prob.pdf" target="_blank">http://www.cisco.com/warp/public/788/signalling/isdn_overlap_prob.pdf</a></div>

<div>&nbsp;</div>
<div>What effectively happens is the router collects 10 digits in one ISDN setup message, then receives the last digit in a separate ISDN message.</div>
<div>&nbsp;</div>
<div>The router looks at the last digit received in the setup and tries to route on this... and fails with unallocated number.</div>
<div>&nbsp;</div>
<div>Just a snippet below... </div>
<div>&nbsp;</div>
<div>voice translation-rule 1<br>&nbsp;rule 1 /^21234120$/ /1201/<br>&nbsp;rule 2 /^21234\(....\)/ /\1/<br>&nbsp;rule&nbsp;3 reject //</div>
<div>&nbsp;</div>
<div>int bri 0/0/0</div>
<div>&nbsp;isdn overlap receiving t302 500</div>
<div>&nbsp;</div>
<div>dial-peer voice 1 pots</div>
<div>&nbsp;description *** in from pstn ***</div>
<div>&nbsp;incoming called-number .</div>
<div>&nbsp;translation-profile incoming from_pstn</div>
<div>&nbsp;port 0/0/0</div>
<div>&nbsp;</div>
<div>dial-peer voice 2 voip</div>
<div>&nbsp;description ***&nbsp;to CCM ***</div>
<div>&nbsp;destination-pattern 12..</div>
<div>&nbsp;</div>
<div>What I am really interested in is what my incoming called-number should be.. and how it interacts with the translation rule.</div>
<div>Is there a way to get it to collect all the digits and then apply the translation...?</div>
<div>&nbsp;</div>
<div>I am also assuming I may be able to remove the translation profile...</div>
<div>Move the outbound voip destination to 2T (full called number from PSTN starts with 2)</div>
<div>Pass this straight to CCM, and do a translation rule on the CCM to take it to the 4 digits extensions..</div>
<div>&nbsp;</div>
<div>Cheers,</div>
<div>&nbsp;</div><span class="sg">
<div>Tim</div></span>