Installing the TDM04B
Plug it into a spare on your server, just like any other expansion card. If you installed the drivers when you installed , you’re almost there. (If you didn’t, you need to re-install and compile in support.) The next step is to configure /etc/.conf. First make a backup copy of the original /etc/.conf:

# .conf .conf-old

Delete everything in .conf. If you’re using the Nano editor, just hold down Ctrl+k until everything is gone. Then copy these lines into it:

;.conf
loadzone = us
defaultzone=us
fxsks=1,2,3,4

Notice how lines are commented with semi-colons, and not hash marks. Now you can manually load the module if you like, to make sure it loads:

# modprobe
# lsmod
Module Size Used by
34880 0
...

installation
Here is opensource .conf example for #2

# This is the .conf file for opensource telephony server. # can be found on http://www..org/
#
# This file is found in /etc/.conf and is NOT in /etc/
#
# More recent versions of this file can be found on:
# http://www.networks.pk

# Configuration File
#
# This file is parsed by the Configurator, ztcfg
#
#
# This is a very simple file used only with a single
# card in my Linux box.

fxsks=1
loadzone=us
defaultzone=us


Tags: , , , , ,

Related posts