<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Translation Profiles on CME in Unified Communications Infrastructure</title>
    <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823734#M23116</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am trying to understand Translation profiles in CME. Can someone please help me make the following profiles understand ?&lt;/P&gt;
&lt;P&gt;As far as I know, we have to go for Match &amp;amp; Replace rule, but I dont understand the same in the following examples.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;=====================================================&lt;/P&gt;
&lt;P&gt;voice translation-rule 1&lt;BR /&gt;&amp;nbsp;rule 1 /\(.*\)/ /9\1/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;voice translation-profile PROFILE1&lt;BR /&gt;&amp;nbsp;translate calling 1&lt;/P&gt;
&lt;P&gt;======================================================&lt;/P&gt;
&lt;P&gt;voice translation-rule 1&lt;BR /&gt;&amp;nbsp;rule 1 /^.*\(4...$\)/ /\1/&lt;BR /&gt;!&lt;BR /&gt;voice translation-rule 2&lt;BR /&gt;&amp;nbsp;rule 1 /^4\(.*\)/ /115678\1/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;voice translation-profile Incoming-Translate&lt;BR /&gt;&amp;nbsp;translate called 1&lt;BR /&gt;!&lt;BR /&gt;voice translation-profile Outgoing-Translate&lt;BR /&gt;&amp;nbsp;translate calling 2&lt;/P&gt;
&lt;P&gt;======================================================&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2019 17:28:14 GMT</pubDate>
    <dc:creator>Akash Sharma</dc:creator>
    <dc:date>2019-03-19T17:28:14Z</dc:date>
    <item>
      <title>Translation Profiles on CME</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823734#M23116</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am trying to understand Translation profiles in CME. Can someone please help me make the following profiles understand ?&lt;/P&gt;
&lt;P&gt;As far as I know, we have to go for Match &amp;amp; Replace rule, but I dont understand the same in the following examples.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;=====================================================&lt;/P&gt;
&lt;P&gt;voice translation-rule 1&lt;BR /&gt;&amp;nbsp;rule 1 /\(.*\)/ /9\1/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;voice translation-profile PROFILE1&lt;BR /&gt;&amp;nbsp;translate calling 1&lt;/P&gt;
&lt;P&gt;======================================================&lt;/P&gt;
&lt;P&gt;voice translation-rule 1&lt;BR /&gt;&amp;nbsp;rule 1 /^.*\(4...$\)/ /\1/&lt;BR /&gt;!&lt;BR /&gt;voice translation-rule 2&lt;BR /&gt;&amp;nbsp;rule 1 /^4\(.*\)/ /115678\1/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;voice translation-profile Incoming-Translate&lt;BR /&gt;&amp;nbsp;translate called 1&lt;BR /&gt;!&lt;BR /&gt;voice translation-profile Outgoing-Translate&lt;BR /&gt;&amp;nbsp;translate calling 2&lt;/P&gt;
&lt;P&gt;======================================================&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 17:28:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823734#M23116</guid>
      <dc:creator>Akash Sharma</dc:creator>
      <dc:date>2019-03-19T17:28:14Z</dc:date>
    </item>
    <item>
      <title>In first example, (.*) will</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823735#M23117</link>
      <description>&lt;P&gt;In first example, (.*) will match all patterns and prefix 9 to all patterns. For example, if the pattern is 222222, it will become 9222222. Then you are applying it to calling number. Later on, you will have to apply it to port or dial-peer in either outbound or inbound direction.&lt;/P&gt;
&lt;P&gt;In next example, in rule 1, again you're matching all pattersn with (.*) but if it ends with 4... and if pattern matches, final number will be 4... (any string before it will be stripped). You're applying it to called number then. For example, if pattern is 2224444, it will become 4444.&lt;/P&gt;
&lt;P&gt;In next rule 2, any pattern that starts with 4 will matche rule 2 and prefix it with 115678, so final number will be 115678 plus any pattern that starts with 4 (4 will be stripped). You're applying it to calling number then. For example, if the pattern is 42222222, it will become 1156782222222.&lt;/P&gt;
&lt;P&gt;You should see following links useful;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/61083-voice-transla-rules.html&lt;/P&gt;
&lt;P&gt;http://www.voicecerts.com/2011/04/voice-translation-rules-examples.html&lt;/P&gt;
&lt;P&gt;https://supportforums.cisco.com/document/31816/custom-made-guide-translation-rulesprofiles-and-some-common-uses&lt;/P&gt;
&lt;P&gt;- Vivek&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 04:07:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823735#M23117</guid>
      <dc:creator>Vivek Batra</dc:creator>
      <dc:date>2015-12-09T04:07:46Z</dc:date>
    </item>
    <item>
      <title>Hi Vikram</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823736#M23118</link>
      <description>&lt;P&gt;Hi Vikram&lt;/P&gt;
&lt;P&gt;Realy athanks a lot for your help !!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Translation patterns are quite confusing but interesting too. Thanks again for your help !!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Akash&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 04:45:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823736#M23118</guid>
      <dc:creator>Akash Sharma</dc:creator>
      <dc:date>2015-12-09T04:45:56Z</dc:date>
    </item>
    <item>
      <title>You are right Akash. It was</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823737#M23119</link>
      <description>&lt;P&gt;You are right Akash. It was also hard time for me when I initially started with this and really it was not less than fun.&lt;/P&gt;
&lt;P&gt;And thanks for giving me new name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- Vivek&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 04:50:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823737#M23119</guid>
      <dc:creator>Vivek Batra</dc:creator>
      <dc:date>2015-12-09T04:50:11Z</dc:date>
    </item>
    <item>
      <title>Akash,</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823738#M23120</link>
      <description>&lt;P&gt;Akash,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(+5) for vivek , here is some output test result which you have validate on the GW . here is the output&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Frist Rule &lt;BR /&gt;voice translation-rule 1&lt;BR /&gt;&amp;nbsp;rule 1 /\(.*\)/ /9\1/&lt;BR /&gt;&lt;BR /&gt;voice translation-profile PROFILE1&lt;BR /&gt;&amp;nbsp;translate calling 1&lt;BR /&gt;&lt;BR /&gt;Result output: If any ANI (Calling Party number) start with Any digit example below like calling number 1234567890 then it will prefix 9 with 1234567890&lt;BR /&gt;&lt;BR /&gt;test voice translation-rule 1 1234567890&lt;BR /&gt;Matched with rule 1&lt;BR /&gt;Original number: 1234567890&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number: &lt;STRONG&gt;91234567890&lt;/STRONG&gt;&lt;BR /&gt;Original number type: none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number type: none&lt;BR /&gt;Original number plan: none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number plan: none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Second Rule&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;voice translation-rule 1&lt;BR /&gt;&amp;nbsp;rule 1 /^.*\(4...$\)/ /\1/&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;First result ouput: if any called number start with any digit however ends with last 4123 or 4XXX any digit it strip all the digit except 4XXX&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;test voice translation-rule 1 1234567&lt;BR /&gt;Matched with rule 1&lt;BR /&gt;Original number: 1234567&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number: &lt;STRONG&gt;4567&lt;/STRONG&gt;&lt;BR /&gt;Original number type: none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number type: none&lt;BR /&gt;Original number plan: none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number plan: none&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;voice translation-rule 2&lt;BR /&gt;&amp;nbsp;rule 1 /^4\(.*\)/ /115678\1/&lt;BR /&gt;&lt;BR /&gt;Result output:If any called number start digit 4 and ends with any digit it will append/add the called number with 115678 + stripped 4 and add rest digit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;test voice translation-rule 2 4567890&lt;BR /&gt;Matched with rule 1&lt;BR /&gt;Original number: 4567890&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number: &lt;STRONG&gt;115678567890&lt;/STRONG&gt;&lt;BR /&gt;Original number type: none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number type: none&lt;BR /&gt;Original number plan: none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Translated number plan: none&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;br,&lt;/P&gt;
&lt;P&gt;Nadeem&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 04:51:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823738#M23120</guid>
      <dc:creator>Nadeem Ahmed</dc:creator>
      <dc:date>2015-12-09T04:51:39Z</dc:date>
    </item>
    <item>
      <title>Ooops sorry for the name but</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823739#M23121</link>
      <description>&lt;P&gt;Ooops sorry for the name but thanks for your help really &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:56:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823739#M23121</guid>
      <dc:creator>Akash Sharma</dc:creator>
      <dc:date>2015-12-09T06:56:07Z</dc:date>
    </item>
    <item>
      <title>HI Nadeem Thanks for the</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823740#M23122</link>
      <description>&lt;P&gt;HI Nadeem Thanks for the explanation !!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Testing rules will make them understand more and also helpful in many other ways .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:57:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823740#M23122</guid>
      <dc:creator>Akash Sharma</dc:creator>
      <dc:date>2015-12-09T06:57:59Z</dc:date>
    </item>
    <item>
      <title>No issues, glad to help :)</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823741#M23123</link>
      <description>&lt;P&gt;No issues, glad to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- Vivek&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 07:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/translation-profiles-on-cme/m-p/2823741#M23123</guid>
      <dc:creator>Vivek Batra</dc:creator>
      <dc:date>2015-12-09T07:35:25Z</dc:date>
    </item>
  </channel>
</rss>

