Hi,

I've a specific problem with avps containing values in language other than
English. For example an avp(test) holding a Chinese character gets
converted to ? while passing to some rest_post URL.

*code:*

$avp(test) = $fn;
xlog("L_INFO","Got Display Name: $avp(test) \n");
rest_post("$avp(url)","$avp(test)" ....);


The output in x-log line stays correct but the webserver gets the value of
$avp(test) converted in "...??.."

I've tried to add the charset=utf-8 in the content-type header but it
doesn't help.

Looking forward to get some hints/help on this.

Thanks,
Sammy
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to