[SR-Users] Phonenum module

Daniel-Constantin Mierla miconda at gmail.com
Fri Nov 1 10:31:31 CET 2019


Hello,

can you try with the first parameter in between double quotes ("$fU")?

Otherwise, set debug=3 and provide all log messages printed by kamailio
when executing the phonenum_match() function.

Cheers,
Daniel

On 01.11.19 10:10, Igor Olhovskiy wrote:
> Hi!
>
> I'm playing around libphonenum to get validation accross e.164 numbers.
>
>
> So, idea is simple
> if (phonenum_match($fU, "src_num")) {
>         if ($phn(src_num=>valid) != 1) {
>             send_reply("400", "Invalid e.164 format");
>             xlog("L_ALERT","ALERT: FU: $fU is not e.164 number
> $phn(src_num=>error)\n");
>             exit;
>         }
> }
>
> But on every (actually valid e.164 number like 380442459966 or
> 61388141397) I got  Parsing number failed in error result.
>
> Tried both phonenum_match($fU, "src_num") andphonenum_match("$fU",
> "src_num")
>
> Actually phonenum_match("380442459966", "src_num") also not working
>
> Debian 10 Buster
> version: kamailio 5.2.5 (x86_64/linux)
> libphonenumber7 is already the newest version (7.1.0-5+b4).
> Sent from Mailspring
>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users at lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla -- www.asipto.com
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - April 27-29, 2020, in Berlin -- www.kamailioworld.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20191101/05f6bdb1/attachment.html>


More information about the sr-users mailing list