FAXFINDER CONFIGURATION
11
<fax_id>FF240-IP</fax_id>
12
<max_rate>14400</max_rate>
13
<fax_method>T.38 Re-Invite</fax_method>
14
<error_correction>true</error_correction>
15
<fax_codec>alaw,ulaw</fax_codec>
16
<dial_prefix></dial_prefix>
17
<redundancy_level>3</redundancy_level>
18
<jitter_buffer_delay>300</jitter_buffer_delay>
19
<max_buffer>4000</max_buffer>
20
<max_datagram>948</max_datagram>
21
<extension_source>SIP To Header</extension_source>
22
<extension_digits>Use All</extension_digits>
23
<extension_length>0</extension_length>
24
<channel_reservation_inbound>0</channel_reservation_inbound>
25
<channel_reservation_outbound>0</channel_reservation_outbound>
26
</t38>
27
</response>
Editing T38 Settings (FF240-IP only)
HTTP Request
Line
HTTP Response
Status Codes
Example
1
PUT /ffws/v1/t38 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<t38>
6
<fax_id>FF240-IP</fax_id>
7
<max_rate>14400</max_rate>
8
<fax_method>T.38 Re-Invite</fax_method>
9
<error_correction>true</error_correction>
10
<fax_codec>alaw,ulaw</fax_codec>
11
<dial_prefix></dial_prefix>
12
<redundancy_level>3</redundancy_level>
13
<jitter_buffer_delay>300</jitter_buffer_delay>
14
<max_buffer>4000</max_buffer>
15
<max_datagram>948</max_datagram>
16
<extension_source>SIP To Header</extension_source>
17
<extension_digits>Use All</extension_digits>
18
<extension_length>0</extension_length>
19
<channel_reservation_inbound>0</channel_reservation_inbound>
20
<channel_reservation_outbound>0</channel_reservation_outbound>
21
</t38>
22
-----------------------------------
23
HTTP/1.1 200 OK
24
content-type: application/xml
25
<?xml
version="1.0" encoding="UTF-8"?>
26
<response>
27
<message>Modified</message>
28
</response>
43
PUT /ffws/v1/T38 HTTP/1.1
200 OK
T38 settings successfully changed.
400 Bad Request
The provided XML is not valid.
FaxFinder Web Services API Developer Guide
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?