PRB: Zetafax server reports error 'Unable to communicate no answer error 327'.
Print
ZTN1236
ID: ZTN1236
This Zetafax technical note applies to:
- Zetafax version 5.5 up to Zetafax 2008
- Brooktrout TR114 ISDN cards.
Summary
The datalink protocol can be changed to either point to multipoint (pmp) or point to point (ptp). The protocol will be determined by the type of basic rate line you have.
Symptom
One of the symptoms of a datalink miss-match is:
Unable to communicate no answer error 327
More information
To change the datalink protocol call you will first need to determine the exact size in bytes of the bfax.sys driver. The briconf utility will work depending on the size and version of the bfax.sys driver.
The bfax.sys is stored in c:\winnt\bfax folder. To obtain the size in bytes highlight bfax.sys right click bfax.sys and select properties. You will now see the size in bytes.
If the size of the bfax is 77,408 bytes please download 77408apiv4.0 from;
ftp://ftp.equisys.com/pub/supportfiles/79.104api4.1.exe
If the size of the bfax is 80,384 bytes please download 80384apiv4.3 from;
ftp://ftp.equisys.com/pub/supportfiles/80.384api4.3.exe
Changing the datalink protocol to point to point.
Once you have downloaded the appropriate files, extract them to an empty folder. You should now have the following files.
bfw233.s
BRI.CNF
BRICONF.EXE
FAX.EXE
test.ipk
Then follow theses instructions:
- Stop the Zetafax server service or shut down the server application.
- Open a command prompt screen and type in 'Net start bfax', this is to verify that the bfax driver is started.
- Place briconf in Zfax\server\btrout
- To convert it to point-to-point, create a text file called 'ptp.cnf', in this file enter the following line (including the space).
datalink ptp
- Save the file as ptp.cnf and save it in the Zfax\server\btrout directory
- In command prompt navigate to the Zfax\server\btrout directory
- And then type briconf -p ptp.cnf.
Once the card has finished downloading this file close down the command prompt. The card is now configured to ptp.
Changing the card to Point to Multipoint
- To change the card to point to multipoint create a text file called pmp.cnf in this file type in datalink pmp.cnf
- Save the file as pmp.cnf and put it in the Zfax\server\btrout directory
- In command prompt navigate to the Zfax\server\btrout directory.
- Then type briconf -p pmp.cnf.
Once the file has finished down loading the card is now set to point to multi point.
Last updated: 1st June 2009 (IM/MW)