<div dir="ltr">Hi all<br><br>i have a very weird problem with curl and utf8 characters<br>i&#39;m trying to do a cnam lookup from a web-service with curl if the returned info is English or digits then the callerid name field gets populated with that but if the returned info is utf8 like Hebrew then the callerid field remains empty<br>
<br>this is the curl statement<br>exten =&gt; cnamlookup,1,Set(CALLERID(name)=${CURL(<a href="http://127.0.0.1:8080/GetCallerName?number=${CALLERID(num)})">http://127.0.0.1:8080/GetCallerName?number=${CALLERID(num)})</a>})<br>
<br><br>any idea&#39;s?<br><br></div>