Displaying 1 result from an estimated 1 matches for "nremot".
Did you mean:
remot
2018 May 21
5
Looking for better fax handling
...alplan:
sendfax,1,Verbose(0,FAX ${faxfile} to ${destination})
same => n,Set(FAXOPT(headerinfo)=${sender_name})
same => n,Set(FAXOPT(localstationid)=${sender_num})
same => n,SendFax(${faxfile},d)
same => n,Set(STATUS=Status: ${FAXOPT(status)})
same => n,Set(STATUS=${STATUS}\nRemote ID: ${FAXOPT(remotestationid)})
same => n,Set(STATUS=${STATUS}\nMaxrate: ${FAXOPT(maxrate)})
same => n,Set(STATUS=${STATUS}\nMinrate: ${FAXOPT(minrate)})
same => n,Set(STATUS=${STATUS}\nECM: ${FAXOPT(ecm)})
same => n,Set(STATUS=${STATUS}\nnumber of pages: ${FAXOPT(pages)})
sa...