T.38 Gateway with Local Termination Fallback

Hi
I Create a Virtual Extension to recevieFax
But when I need Use extension ( with T38 GW) fax to local extension to email
I got error msg “executing ReceiveFAX on a channel with a T.38 Gateway is not supported”

so in wiki have way to slove this problem
https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway

exten => 1,1,NoOp()
exten => 1,n,Set(FAXOPT(gateway)=yes)
exten => 1,n,Dial(SIP/mypeer,20)
exten => 1,n,Verbose(Failed to dial ‘SIP/mypeer’: ${DIALSTATUS})
exten => 1,n,Set(FAXOPT(gateway)=no)
exten => 1,n,ReceiveFax(myreceivedfile.tiff,d)

But I try to Put this in extension_custom.conf
but not work…
How do I edit the dialplan for Virtual Extension ?

Does anyony know how to set this function in Freepbx ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.