Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
TrixBox Made Easy

You're reading from   TrixBox Made Easy A step-by-step guide to installing and running your home and office VoIP system

Arrow left icon
Product type Paperback
Published in Oct 2006
Publisher Packt
ISBN-13 9781904811930
Length 168 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Configuring T1/E1 Cards


The automatic configuration script does not work with Digium digital line cards. These will need to be configured manually. Two files will need to be edited for Asterisk to be able to use these cards. Here, we will see how to configure a Digium TE110P card.

From the Asterisk server, we will need to edit or create a file called zaptel.conf.

[root@asterisk1 ~]# nano /etc/zaptel.conf

Now we need to type in the following information:

# TE110P T1 Card / Typical US Settings span=1,1,0,esf,b8zs bchan=1-23 dchan=24

Hit Ctrl+O to save our changes and Ctrl+X to exit.

This information has now defined the card and how it communicates with the outside world as well as its capacities.

Next, we need to define the channels and how they function within Asterisk.

[root@asterisk1 ~]# nano /etc/asterisk/zapata.con

Type in the following information:

[channels]
switchtype=national
context=from-pstn
signalling=pri_cpe
group=1
channel => 1-23
language=en
context=from-pstn
signalling=fxs_ks...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image