<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Nobody has this issue? Strange I would think<br>
    </p>
    <p>-------------------------------------<br>
    </p>
    <p>Hello,</p>
    <p>I have the following issue: when a call is sent to the VM, and
      the sub does not have a personalized Greeting the Asterisk says
      the number of the sub, same when you listed to the messages where
      is says received from the number xxxxx</p>
    <p>now it uses its internal number which is always in e.164 format,
      and here in Europe we are not used to have the Country code in
      front</p>
    <p>e.g. someone calls a number in Brussels 021234567, incoming
      rewrite rule will change this to 3221234567 which is e.164</p>
    <p>now the sub is busy and the call gets diverted to the mailbox, it
      stats saying 3 2 2 1 2 3 4 5 6 7 is on the phone.... <br>
    </p>
    <p>the called does not recognize this as the number he/she dialed.</p>
    <p>I am trying to find somewhere to change this, but all I could
      find was this in the /etc/ngcp-config/config.yaml  in the Asterisk
      part:</p>
    <p>    normalize_match: ^00|\+([1-9][0-9]+)$<br>
          normalize_replace: $1<br>
    </p>
    <p>but the documentation says little about it, and I tried a few
      options like ^32([1-9][0-9]+)$ and replace 0$1 but no effect... <br>
    </p>
    <p>neither searching the list</p>
    <p>any idea someone?</p>
    <p>thanks<br>
    </p>
    <font face="Tahoma, sans-serif">Sven Van Gorp.</font><br>
    <div class="moz-signature"><br>
    </div>
  </body>
</html>