Knowledge BaseThe Digium Knowledge Base is a searchable library of troubleshooting advice and current information updated by Digium support technicians. |
|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
Knowledge Base / Hardware /
I bought a X100P and need some help with configuration. Can you tell me what to do ? |
|||||
a) Go into /usr/src directory on your linux box > cd /usr/src b) Download the latest CVS release of zapata,asterisk packages > export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot > cvs login (password is anoncvs) > cvs checkout zaptel asterisk c) Compile all the packages in this order: zaptel/asterisk > cd /usr/src/zaptel; make install > cd ../asterisk; make install > make samples d) Edit configuration files and make sure they have at least these lines: /etc/zaptel.conf fxsks=1 #X100P defaultzone=us loadzone=us /etc/asterisk/zapata.conf [channels] signalling=fxs_ks context=incoming channel=>1 ;X100P /etc/asterisk/extensions.conf [incoming] exten => s,1,Echo ;for testing the connection ;exten => s,1,Playback,demo-thanks ;for playing a file e) load the apropriate modules > modprobe zaptel > modprobe wcfxo > ztcfg -vv Note that you may run "make configs" in /usr/src/zaptel to install boot-up scripts so that you don't have to modprobe the drivers manually. That works well for RedHat 8.0. f) Now that everything is installed properly run > asterisk -vvvc You may dial in now to the analog phone line connected to X100P and you should be able to hear yourself (with Echo application) or play a file (with Playback application). Have FUN!!! |
|||||
