[Asterisk-Users] wildcard/FXO config

Paul Mahler psvwm at yahoo.com
Sat Aug 13 22:17:17 MST 2005


Note that the single line card will not work in a variety of more recent
servers including Dell servers. 

First, you have to get the card configured to run with Linux. This means
loading the correct driver and then configuring the driver. The driver
configuration information is held in the file /etc/zaptel.conf. Here is what
you need in zaptel.conf to configure your single port FXO board:

loadzone=us 
defaultzone=us
fxsls=1 ; fxl interface on fxo port
        ; channel one
        ; loop start

The command ztcfg uses the contents of the file, zaptel.conf, to configure the
driver. 

The file /etc/asterisk/zapata.conf contains the information used to configure *
for the board. Here is a working example of a configuration for the single line
FXO card. 

; zapta.conf configuration file 
; Contact : support at signate.com 
[channels] 
language=en  
context=main 
signalling=fxs_ls 
usecallerid=yes  
hidecallerid=no 
callwaiting=yes 
usecallingpres=yes  
callwaitingcallerid=yes 
threewaycalling=yes 
transfer=yes  
cancallforward=yes 
callreturn=yes 
group=1 
callgroup=1 
pickupgroup=1  
immediate=no 
context=main  
callerid="Your Name" <555-1212> 
channel => 1 

Hope this helps.

Paul Mahler
pmahler at signate.com
http://www.signate.com



More information about the asterisk-users mailing list