Install asterisk card TDM400P

geryjiao

New Member
Joined
Nov 5, 2008
Messages
6
Reaction score
0
Install asterisk hardware wildcard tdm400p
------------------
cd /usr/src
tar –zxvf zaptel-1.4.1.tar.gz
cd zaptel-1.4.1
make clean;make install ; finish the install of zaptel
cd ..
tar –zxvf libpri-1.4.0.tar.gz ; unpack the libpri source file
cd libpri-1.4.0
make clean;make install ; finish the install of libpri
cd ..
tar –zxvf asterisk-1.4.2.tar.gz ;unpack the asterisk source file
cd asterisk-1.4.2
make clean;make install ;finish the install of asterisk
Configure asterisk:
After success install zaptel , libpri and asterisk. You also need to run
make samples ;to generate the default configure file for asterisk.
To configure TDM-400P , you need to configure the following files:
/etc/zaptel.conf ; configure file for zaptel driver. Set the hardware description of TDM-400P in this file
/etc/asterisk/zapata.conf ;configure file for asterisk. Interface the TDM-400P to asterisk.
/etc/asterisk/extensions.conf: ;dial plan of asterisk.
/etc/asterisk/sip.conf ;sip account description.
The most important part of zaptel.conf is:
fxsks=1,2 ;FXO using FXS signaling
fxoks=3,4 ;FXS using FXO signaling
In the /etc/asterisk/zapata.conf file:
signalling = fxs_ks
context = pstn_incoming ; incoming call from port1,2 will route to this extensions.
channel => 1,2
signalling = fxo_ks
context => edwintest
channel => 3,4 ; when port3,port4 make calls, it will go to context edwintest in extensions.conf file
in the sip.conf file:
[8806] ; sip account 8806
type=friend
username=8806
host=dynamic
secret=8806
context=edwintest ; when 8806 make calls, it will go to context edwintest in extensions.conf file
callerid="edwin"
mailbox=8806
in the extensions.conf file:
[pstn-incoming]
exten => _x.,1,Answer()
exten => _x.,2,Dial(zip/3,20,tr)


wildcard TDM400P with 4 FXO/FXS modules,
See also wildcard tdm400p

Mr. Gery

Email: [email protected]
Web : www.chinaroby.com
MSN : [email protected]
Skype ID: gery668
 
Last edited:
feel free to ask me if you need any help.

And the te110p is also very popular. te110p is an asterisk card with one E1 / T1 port .
 
Hi,

If I want to connect a one telkom line to asterisk will the above mentioned te110p be enough (hardware speaking)?
 
Hi,

If I want to connect a one telkom line to asterisk will the above mentioned te110p be enough (hardware speaking)?

It's for ISDN thou so it's a little different then using a normal phone line but ISDN is very good for Asterisk setup.
 
So I'll have to get one of those ATA's to connect asterisk and telkom phone line?
Any recommendations on what to buy and where to buy it from?
 
So I'll have to get one of those ATA's to connect asterisk and telkom phone line?
Any recommendations on what to buy and where to buy it from?

Nope you can just plug the ISDN straight into the PC.
 
I only have a normal telkom line I'm busy with voip service in a rural community...
 
I only have a normal telkom line I'm busy with voip service in a rural community...

Does the Telkom line have DSL?

Maybe if you can give me a rough idea of what your trying to do I can help you in the right direction.
 
I want to connect a the PSTN to asterisk. One line for many users. Nope no ASDL. It's on a farm in the nothern cape... :)
 
Ideally if you could get ISDN there then rather go with ISDN, a single port ISDN card is cheap R300 or so and you can do 2 voice channels on a standard ISDN BRI line.

Otherwise for analog, which sucks, you would need a FXO port per line.
 
Top
Sign up to the MyBroadband newsletter
X