On 10.09.2010 13:21, Антон Загорский wrote:
Hi!

I'm using a column 'fwdcall' (CHAR (64)) in the table subscriber. But there
is a problem with avp_db_query:

avp_db_query("SELECT fwdcall FROM subscriber WHERE username='$fU' AND
domain='$fd'", "$avp(i:100)");
xlog("*** Blink Call Forwarding to $avp(i:100)\n");

type mismatch?

CHAR(64) at DB but integer type for $avp(i:100)
try to use $avp(s:fwd)

--
CU,
Victor Gamov

<<attachment: vit.vcf>>

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to