<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    How do I specify translation profile when using this line in SIP
    profile?<br>
    <br>
    &lt;param name="dialplan" value="translate,XML"/&gt;<br>
    <br>
    What I'm trying to achieve is to make sure call only goes through
    one translations profile. I don't want to rely  on the order of
    translations profiles in translation.conf. So, I want to do
    something like this:<br>
    <br>
    &lt;param name="dialplan" value="translate:<b>e164</b>,XML"/&gt;<br>
    <br>
    in translate.conf.xml I have:<br>
    <br>
    &lt;include&gt;<br>
      &lt;configuration name="translate.conf" description="Number
    Translation Rules"&gt;<br>
        &lt;profiles&gt;<br>
    <br>
          &lt;profile name="foo"&gt;<br>
          &lt;/profile&gt;<br>
    <br>
          &lt;profile name="e164"&gt;<br>
            &lt;rule regex="^(?:1|\+1)?([2-9]\d{2}[2-9]\d{6})$"
    replace="+1$1"/&gt;<br>
            &lt;rule regex="^(?:011|\+)(\d+)$" replace="+$1"/&gt;<br>
            &lt;rule regex="^(\d+)$" replace="+$1"/&gt;<br>
          &lt;/profile&gt;<br>
    <br>
        &lt;/profiles&gt;<br>
      &lt;/configuration&gt;<br>
    &lt;/include&gt;<br>
    <br>
    Thank you,<br>
    Victor<br>
  </body>
</html>