[OpenSIPS-Devel] [opensips] is_uri_user_e164 (#762)

ferrored notifications at github.com
Mon Jan 18 12:22:27 CET 2016


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

In version 1115-tls I used this code :

  if (is_uri_user_e164("$ru"))  {  # $rU  begins with the character +   
    
        if ( !enum_query("nrenumnet") && !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 <$tU> --> <$ru> ID=$ci\n");             
                                 
     } else
            xlog("L_INFO","ROUTE[$var(testo)] $rU not e164 number! ID=$ci\n");

I haven't seen anythyng about it in the change log


Thanks

Piero

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/762
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160118/e5056579/attachment.htm>


More information about the Devel mailing list