<div dir="auto">Hi Joel,<div dir="auto"><br></div><div dir="auto">Thanks for your quick response. Okay then I went this way and convert it to int and do then the checking. The mailing list is a good source for best practices questions. </div><div dir="auto"><br></div><div dir="auto">I had some concerns about the core error warnings if the value is alphanumeric or something else not numeric.</div><div dir="auto"><br></div><div dir="auto">Cheers </div><div dir="auto">Karsten Horsmann </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Joel Serrano <<a href="mailto:joel@textplus.com">joel@textplus.com</a>> schrieb am Fr., 18. Okt. 2019, 20:12:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey Karsten, <div><br></div><div>I had a similar doubt and following Daniel's recommendation I went with the same route you did (using {<a href="http://s.int" target="_blank" rel="noreferrer">s.int</a>} to convert to integer).</div><div><br></div><div>Quote from another thread: <i>"you can also convert the header value to integer using the transformation {<a href="http://s.int/" target="_blank" rel="noreferrer">s.int</a>}, that's safer if you need to do other types of comparison such as > or <, because comparing string values might give the result you don't expect"</i></div><div><br></div><div>Hope this helps!</div><div><br></div><div>Joel.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 18, 2019 at 10:58 AM Karsten Horsmann <<a href="mailto:khorsmann@gmail.com" target="_blank" rel="noreferrer">khorsmann@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi List,<div dir="auto"><br></div><div dir="auto">I use Kamailio 5.2.x and I want to fetch an value from an X Header and do some checks like "is not empty" and "should be an integer". </div><div dir="auto"><br></div><div dir="auto">AFAIK per default all values are strings with the hdr function. </div><div dir="auto"><br></div><div dir="auto">What are the best way for some validations within Kamailio script language? </div><div dir="auto"> </div><div dir="auto"><br></div><div dir="auto">if(is_present_hf("X-someheader")) {</div><div dir="auto">                        $avp(routing_target) = $(hdr(X-someheader){<a href="http://s.int" target="_blank" rel="noreferrer">s.int</a>});</div><div dir="auto">                                                                     if(!ds_list_exists("$avp(routing_target)")) </div><div dir="auto">Cheers </div><div dir="auto">Karsten Horsmann </div></div>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank" rel="noreferrer">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank" rel="noreferrer">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>