<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
What is the best way to do number normalization in a dial plan to reformat call to e164 before processing?&nbsp;Is this the best way of doing it or is there a better way where I wouldn't need to loopback?
<div>
<div><br>
</div>
<div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 9.5px/normal Consolas; color: rgb(44, 38, 249); ">
&nbsp; &nbsp;&nbsp;&lt;<span style="color: #b22221">extension</span> <span style="color: #ff1b18">name</span>=<span style="color: #000000">&quot;</span>CleanUp<span style="color: #000000">&quot;</span>&gt;</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 9.5px/normal Consolas; color: rgb(44, 38, 249); ">
&nbsp; &nbsp; &nbsp; &lt;<span style="color: #b22221">condition</span> <span style="color: #ff1b18">
field</span>=<span style="color: #000000">&quot;</span>destination_number<span style="color: #000000">&quot;</span>
<span style="color: #ff1b18">expression</span>=<span style="color: #000000">&quot;</span>^(44|380)?(\d)$<span style="color: #000000">&quot;</span>&gt;</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 9.5px/normal Consolas; color: rgb(44, 38, 249); ">
&nbsp; &nbsp; &nbsp; &nbsp; &lt;<span style="color: #b22221">action</span> <span style="color: #ff1b18">
application</span>=<span style="color: #000000">&quot;</span>bridge<span style="color: #000000">&quot;</span>
<span style="color: #ff1b18">data</span>=<span style="color: #000000">&quot;</span>loopback/&#43;$1<span style="color: #000000">&quot;</span>/&gt;</div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 9.5px/normal Consolas; color: rgb(178, 34, 33); ">
<span style="color: #2c26f9">&nbsp; &nbsp; &nbsp; &lt;/</span>condition<span style="color: #2c26f9">&gt;</span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 9.5px/normal Consolas; color: rgb(178, 34, 33); ">
<span style="color: #2c26f9">&nbsp; &nbsp; &lt;/</span>extension<span style="color: #2c26f9">&gt;</span></div>
</div>
<div><span style="color: #2c26f9"><br>
</span></div>
</div>
</body>
</html>