<div dir="ltr">I would like my dial plan in FS to automatically add a country code (from the users variable &quot;country_code&quot;) if no country code has been dialled.<div><br></div><div>This is part of my dial plan:</div><div><br></div><div><p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(52,189,38);background-color:rgb(0,0,0)"><span style="color:rgb(245,245,245)">    </span><span style="color:rgb(52,187,199)">&lt;condition</span> field=&quot;destination_number&quot; expression=&quot;^\+(\d{3,20})$&quot;<span style="color:rgb(52,187,199)">&gt;</span></p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(52,189,38);background-color:rgb(0,0,0)"><span style="color:rgb(245,245,245)">      </span><span style="color:rgb(52,187,199)">&lt;action</span> application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/<span style="color:rgb(52,187,199)">&gt;</span></p></div><div><span style="color:rgb(52,187,199)"><br></span></div><div>Is it possible to automatically check if either + or 00 is dialled, if not then add + &lt;user country_code&gt;. If 00 is dialled then this should be replaced with a +.<span style="color:rgb(52,187,199)"><br></span></div></div>