Current bcftools 1.x contains two calling methods: call -c is the original bcftools consensus caller, while call -m is a more recent multi-allelic caller. Only the consensus caller outputs FQ.
If your downstream program is expecting to get old-bcftools-style input, you probably want to be using call -c.
|