[Asterisk-Users] how to configure analog phone
himidiri wedande
himidiriw at yahoo.com
Wed Nov 23 02:42:09 MST 2005
Download Asterisk cvs-head
cd /usr/src
export
CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
cvs login - the password is anoncvs.
cvs checkout zaptel asterisk
MAKE ZAPTEL
cd /usr/src/zaptel
make clean
make linux26
make install
and if you want asterisk to start automatically add
make config
MAKE ASTERISK
cd /usr/src/asterisk
make clean
make install
make samples
and if you want asterisk to start automatically add
make config
SIMPLE CONFIG
/etc/zaptel.conf
loadzone = us
fxoks=1
/etc/asterisk/zapata.conf
[channels]
signalling=fxo_ks
language=en
context=incoming
channel => 1
/etc/asterisk/extensions.conf
[general]
[incoming]
exten => _X.,1,Answer
exten => _X.,2,Playback(invalid)
exten => _X.,3,Hangup
STARTING ASTERISK
modprobe zaptel
modprobe wcfxo
ztcfg
asterisk -vvvvvvvvvvvvvvvcg
TESTING
Pickup your handset connected to the FXS port, you
should hear a dialtone, then dial 9999. You should
hear "I am sorry that is not a valid extension, please
try again"
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
More information about the asterisk-users
mailing list