Zusammenfassung der Ressource
Sending a Fax (2 entry point) - [Inbound Flow]
Anmerkungen:
- HIGH LEVEL OVERVIEW C++ Service. Each inbound fax have four phases: Pending, Processing, Holding, Finished.
- Multi-Functional Device / Printer (MFP/MFD)
- Check pages in DB, for given
account
- Frwd fax via IIS to GF Server
Anmerkungen:
- Each Fax will have User 2 and User 3 keywords. U2 contain the account ID GUID in Base64 and U3 contain GMT Offset.
- GoldFax server convert to TIFF Format
- Queue the fax on GoldFax Send Queue
- Check the Account pages
from U2 keyword
- Pages > 0 ,Fax Sent to
etherfax
- Fax send successful,
- Deduct page + Send success notification
- Fax Sending faliure
- re-allocate the deducted page
- Send Email Notification to sender
- Failed Allocation,
- Retry Fax for Given Limit
- Failed Fax
- send Notification to sender
- (SMTP) C++ GF Mail Gateway
- Check Sender Email and Account
- Error, if no account OR 0 balance
- Reject the Email
- Send NDR
Anmerkungen:
- Do the SMTP Service Call and create email .MSG format
- SMTP Program will store U2 & U3 in the FAX