Viewing Modem Settings (FF240, FF440, or FF840)
Requires FaxFinder 3.0.4 or higher.
HTTP Request Line |
GET /ffws/v1/modem HTTP/1.1 GET /ffws/v1/modem/MODEM HTTP/1.1 |
|
HTTP Response Status Codes |
200 OK |
Shows current modem configuration. |
400 Bad Request |
The provided XML is not valid. |
Example
GET /ffws/v1/modem content-type: application/xml authorization: Basic YWRtaW46YWRtaW4= ----------------------------------- HTTP/1.1 200 OK content-type: application/xml <?xml version=”1.0” encoding=”UTF-8”?> <response> <message>Success</message> <modem> <number>1</number> <fax_id>x40 Modem 1</fax_id> <country_code>United States(US)</country_code> <answer_on>2</answer_on> <max_extension_digits>4</max_extension_digits> <routing>Pots Line</routing> <routing_definition></routing_definition> <baud_rate>33600</baud_rate> <dial_prefix></dial_prefix> <init_string></init_string> <fax_direction></fax_direction> <error_correction>true</error_correction> <smart_dial>true</smart_dial> <tone_dial>true</tone_dial> <fax_debugging>false</fax_direction> </modem> </response>