<p>I migrate from opensips 1115-tls to opensips 1116-tls, and I notice that the function "is_uri_user_e164" no longer work</p>

<p>In version 1115-tls I used this code :</p>

<p>if (is_uri_user_e164("$ru"))  {  # $rU  begins with the character +   </p>

<pre><code>    if ( !enum_query("nrenumnet") &amp;&amp; !enum_query("e164arpa") ) 
         xlog("L_INFO","ROUTE[$var(testo)] Enum resolution FAILED ID=$ci\n");
     else 
             xlog("L_INFO","ROUTE[$var(testo)] Enum resolution SUCCEDED for &lt;$tU&gt; --&gt; &lt;$ru&gt; ID=$ci\n");             

 } else
        xlog("L_INFO","ROUTE[$var(testo)] $rU not e164 number! ID=$ci\n");
</code></pre>

<p>I haven't seen anythyng about it in the change log</p>

<p>Thanks</p>

<p>Piero</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/762">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciUO34KpfEx6jE-EnKF76V-lNuqd0ks5pbMJzgaJpZM4HG2RL.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/762"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>