简体   繁体   中英

Customize incoming fax header Asterisk

I'm using default fax app of freePBX, now it can receive the incoming fax via sip trunk. But I have the concern: Is there any way to change/customize the incoming fax header? very appreciate any your suggestion.

Thanks

There is 2 variables which you want modify

exten => s,1,Set(FAXOPT(localstationid)=My home fax)
exten => s,2,Set(FAXOPT(headerinfo)=Received fax at 1234567890)

Just experement with both and see result.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_FAXOPT

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM