<span class="gmail_quote"></span>
<div>Hi Guys,</div>
<div> </div>
<div>I posted this on Netpro already, and I have a suggested work around.</div>
<div> </div>
<div>But just for a different perspective...</div>
<div> </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> </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> </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> </div>
<div>Just a snippet below... </div>
<div> </div>
<div>voice translation-rule 1<br> rule 1 /^21234120$/ /1201/<br> rule 2 /^21234\(....\)/ /\1/<br> rule 3 reject //</div>
<div> </div>
<div>int bri 0/0/0</div>
<div> isdn overlap receiving t302 500</div>
<div> </div>
<div>dial-peer voice 1 pots</div>
<div> description *** in from pstn ***</div>
<div> incoming called-number .</div>
<div> translation-profile incoming from_pstn</div>
<div> port 0/0/0</div>
<div> </div>
<div>dial-peer voice 2 voip</div>
<div> description *** to CCM ***</div>
<div> destination-pattern 12..</div>
<div> </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> </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> </div>
<div>Cheers,</div>
<div> </div><span class="sg">
<div>Tim</div></span>