What is a translation pattern to match any number?<br><br>
<div class="gmail_quote">On Fri, Oct 16, 2009 at 2:13 AM, Dane Newman <span dir="ltr">&lt;<a href="mailto:dane.newman@gmail.com">dane.newman@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>Hello Nick</div>
<div> </div>
<div>Thanks for your help</div>
<div> </div>
<div>I created the the following config</div>
<div> </div>
<div>voice translation-rule 1<br>rule 1 /*^/ /190/</div>
<div><br>voice translation-profile aa<br>translate called 1<br><br><br>dial-peer voice 1000 pots <br>
<div class="im">description incoming Call <br>preference 1 <br>incoming called-number 6784663444<br>progress_ind setup enable 3 <br>progress_ind progress enable 8 <br></div>dtmf-relay rtp-nte<br>no vad<br>translation-profile incoming aa</div>

<div> </div>
<div> </div>
<div>This should match the incoming called number 6784663444 and translate it to my auto attendant hunt pilot of 190 correct?   </div>
<div> </div>
<div>I had read below that Digit translation rules are not supported for inbound session initiation protocol (SIP) calls.</div>
<div> </div>
<div><a href="http://www.cisco.com/en/US/docs/ios/12_2/voice/configuration/guide/vvfpeers.html" target="_blank">http://www.cisco.com/en/US/docs/ios/12_2/voice/configuration/guide/vvfpeers.html</a></div>
<div> </div>
<div>I guess this has been updated in the latest code to work right?</div>
<div>
<div></div>
<div class="h5">
<div> </div>
<div><br> </div>
<div class="gmail_quote">On Thu, Oct 15, 2009 at 6:07 PM, Nick Matthews <span dir="ltr">&lt;<a href="mailto:matthnick@gmail.com" target="_blank">matthnick@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">This may help:<br><a href="http://www.cisco.com/en/US/partner/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml" target="_blank">http://www.cisco.com/en/US/partner/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml</a><br>
<br>On your first example you don&#39;t have a codec set.  It will be g729r8<br>by default.  As well, no DTMF-relay so you will not have that.<br><br>You probably want to add something like this:<br><br>codec g711ulaw<br>
no vad<br>dtmf-relay rtp-nte<br><br><br>To &#39;plar&#39; the number you would use a translation pattern.<br><br><br>Regarding your other problem - there isn&#39;t enough information.  Your<br>dial peer looks like a standard dial peer, but without a better idea<br>
of the call flow it&#39;s hard to tell.  There&#39;s nothing specific in that<br>dial peer that would make it an incoming dial peer, but rather an<br>outgoing dial peer.<br><br>-nick<br>
<div>
<div></div>
<div><br>On Thu, Oct 15, 2009 at 3:46 PM, Dane Newman &lt;<a href="mailto:dane.newman@gmail.com" target="_blank">dane.newman@gmail.com</a>&gt; wrote:<br>&gt; Hello All,<br>&gt;<br>&gt; I have a question about how to exactly configure incoming dial peers.  I<br>
&gt; have a sip trunk to an ITSP for my incoming telco connection.  The number is<br>&gt; 6784663444.  There are four channels in the trunk but only one number.  Am I<br>&gt; matching the called number properly?  How can I plar it to the unity<br>
&gt; connection auto attendant of hunt pilot 190?<br>&gt;<br>&gt; dial-peer voice 1000 voip<br>&gt; description incoming Call<br>&gt; preference 1<br>&gt; incoming called-number 6784663444<br>&gt; progress_ind setup enable 3<br>
&gt; progress_ind progress enable 8<br>&gt; !<br>&gt;<br>&gt; dial-peer voice 100 voip<br>&gt; description 190 AA<br>&gt; preference 1<br>&gt; destination-pattern 190<br>&gt; progress_ind setup enable 3<br>&gt; progress_ind progress enable 8<br>
&gt; voice-class h323 50<br>&gt; session target ipv4:10.1.80.6<br>&gt; dtmf-relay h245-alphanumeric<br>&gt; codec g711ulaw<br>&gt; no vad<br>&gt;<br>&gt;<br>&gt;<br>&gt; Also....<br>&gt;<br>&gt;<br>&gt; If I have another gateway across a WAN sending calls to extentions 100-500<br>
&gt; Will these incoming dial peers match the incoming calls and route them to my<br>&gt; cucm 7 properly?<br>&gt;<br>&gt; dial-peer voice 100 voip<br>&gt; description 1-5xx extension to PUBLISHER<br>&gt; preference 1<br>
&gt; incoming called-number [1-5]..<br>&gt; progress_ind setup enable 3<br>&gt; progress_ind progress enable 8<br>&gt; voice-class h323 50<br>&gt; session target ipv4:10.1.80.6<br>&gt; dtmf-relay h245-alphanumeric<br>&gt; codec g711ulaw<br>
&gt; no vad<br>&gt;<br>&gt;<br></div></div>&gt; _______________________________________________<br>&gt; cisco-voip mailing list<br>&gt; <a href="mailto:cisco-voip@puck.nether.net" target="_blank">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>&gt;<br></blockquote></div><br></div></div></blockquote></div><br>