Dear Sirs,
from a JobDeliveryStatusResult like the one attached where can I found the CSID from the remote fax machine? It has been sent in the fax transmission as it appears in the pilot line of the received fax image.
Regards,
Unfortunately, the JobDeliveryStatus result does not contain the remote fax machine's CSID.
You can get this information using the JobDetail function, though - see this link for details.
JobDetail returns the same type of information returned by JobDeliveryStatus, but in a more concise format that includes data in CSV format.
Hi, could you please tell me what attribute should I request in JobDetailRequest to get the CSID? The most similar attribute I've found here is faxin_log:fax_id but it does not work as the CSID does not appear eventually in the CSV result. I didn't find either a suitable attribute in this list.
The attribute to request is "rcsid".
So you might include a <RequestedDeliveryDetails> element of
xqn,ref,addr_type,to,state,state_code,delivery_status,first_attempt,delivery_time,retries,rcsid
to get all of the standard items plus the csid in your result.
Thank you, it works fine.