Please show us how user can implement api application that retrieves ANI and fax image.
Japan have a Windows Desktop application for inbound fax user called MGET.
This application downloads fax tiff file with the caller number as a part of filename.
MGET uses PCXCP's mailbox scan function to retrieve Caller ID and fax image.
It works as follows:
Inbound Fax -> Parser JPA_FR2 -> MailBox -(PCXCP)-> MGET -> fax number,TIFF
A recent inbound proposal requires similar functionality be available on Windows server.
Because MGET is not intended for unattended server execution, we turned to API if it can provide similar functionality.
We are aware that Fax2Mial has required functionality already with server push.
But the operational requirement for quick trouble detection and cutomer notice during Japan business hours made us consider above solution.