Fax reception and ext-fax

Hi,

I’m running freepbx 2.9.0.9 and asterisk 1.6.2.5. I have the 2.9.0.5 Schmoozecom.com Fax module. I’ve successfully installed Digium’s Fax For Asterisk.

I added Dadhi fax detection for my DID and set it to send the fax to a virtual extension.

However the extension never accepts the fax. If I look at the dial plan, it says:
exten => s,n,Set(FAX_DEST=from-did-direct^8181^1)

If I change it to the line below, it works.
exten => s,n,Set(FAX_DEST=ext-fax^8181^1)

Is this a bug? Or am I missing a config setting somewhere? Thanks.