Editing Sip Settings (Ff240-Ip Only); Viewing T38 Settings (Ff240-Ip Only) - Multitech FaxFinder FF240-IP Developer's Manual

Fax over ip server
Hide thumbs Also See for FaxFinder FF240-IP:
Table of Contents

Advertisement

Editing SIP Settings (FF240-IP only)

HTTP Request
Line
HTTP Response
Status Codes
Example
1
PUT /ffws/v1/sip HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<sip>
6
<local_port>5060</local_port>
7
<sip_proxy_gateway>172.16.0.10</sip_proxy_gateway>
8
<sip_proxy_port>5060</sip_proxy_port>
9
<sip_domain></sip_domain>
10
<firewall></firewall>
11
<auth_required>false</auth_required>
12
<username></username>
13
<password></password>
14
<use_registrar>false</use_registrar>
15
<registrar></registrar>
16
<registrar_port></registrar_port>
17
<expires></expires>
18
</sip>
19
-----------------------------------
20
HTTP/1.1 200 OK
21
content-type: application/xml
22
<?xml
version="1.0" encoding="UTF-8"?>
23
<response>
24
<message>Modified</message>
25
</response>

Viewing T38 Settings (FF240-IP only)

HTTP Request
Line
HTTP Response
Status Codes
Example
1
GET /ffws/v1/t38 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
-----------------------------------
5
HTTP/1.1 200 OK
6
content-type: application/xml
7
<?xml
version="1.0" encoding="UTF-8"?>
8
<response>
9
<message>Success</message>
10
<t38>
FaxFinder Web Services API Developer Guide
PUT /ffws/v1/sip HTTP/1.1
200 OK
SIP settings successfully changed.
400 Bad Request
The provided XML is not valid.
GET /ffws/v1/t38 HTTP/1.1
200 OK
Shows current T38 configuration.
400 Bad Request
The provided XML is not valid.
FAXFINDER CONFIGURATION
42

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents