How to bind the Digital Fax service to a specific IP and/or port

to version Application Suite 201x (any version)

Description:

This article describes how to configure the Digital Fax service to use a specific IP and/or port for network communications. This is useful when you need:

How-to:

Since the binding settings are node-speciifc parameters and since the Stonefax.ini file is replicated as-is across an Imagicle cluster, node-specific sections must be defined in the Stonefax.ini file:

1) Retrieve the Node ID of the node from the support page. 

2) Edit the file StonevoiceAS\Apps\Stonefax\Server\System\Stonefax.ini and add the following section and parameters:

[Node:<Node Id>]
ListenInterface=<IP address>
ListenPort=<Port number H.323>   <<<< For H.323 configurations only 
ListenPortSIP=<Port number SIP>  <<<< For SIP configurations only

3) Save the file and restart the Digital fax service on the specified node

4) In case of cluster configurations wait the Stonefax.ini changes are replicated across the cluster and repeat the same procedure for all the nodes.

Examples

Single node with multiple IP addresses, set a specific IP address:

[Node:UCIMGFAX]
ListenInterface=172.45.1.23

Single node, change only SIP port:

[Node:UCIMGFAX]
ListenPortSIP=5080

Single node, change only H.323 port:

[Node:UCIMGFAX]
ListenPort=1724

Cluster - set a specific IP address on each node:

[Node:UCIMGFAX-DA]
ListenInterface=172.45.1.23

[Node:UCIMGFAX-SF]
ListenInterface=172.45.2.23

Cluster - set a specific IP address and SIP port on each node:

[Node:UCIMGFAX-DA]
ListenInterface=172.45.1.23
ListenPortSIP=5080

[Node:UCIMGFAX-SF]
ListenInterface=172.45.2.23
ListenPortSIP=5080



Article ID: 843
Last updated: 20 Apr, 2021
Revision: 5
Imagicle AppSuite Cross Platform -> Digital Fax -> FAQ and Solutions -> How to bind the Digital Fax service to a specific IP and/or port
https://kbp.imagicle.com/kb/entry/843/