Install zaptel

I install zaptel version 1.4 ,why I don’t have /etc/zaptel.conf
Can someone help me!

Why I install the zaptel it didn’t apper zaptel.conf file ???

Did you execute “make samples” after “make install” ?

Regards.

Marco Bruni

[quote=“mbruni”]Did you execute “make samples” after “make install” ?

Regards.

Marco Bruni[/quote]

Ican’t run make samples.

[root@asterisk zaptel-1.4.5.1]# make samples
make: *** No rule to make target `samples’. Stop.

Yes, you are right, sorry, “make samples” is a target of asterisk’s makefile.

This how I installed the zaptel library (and /etc/zaptel.conf was created):

./configure

make menuselect

make

make install

Did you do the same ?

Regards.

Marco Bruni

[quote=“mbruni”][quote]
Ican’t run make samples.

[root@asterisk zaptel-1.4.5.1]# make samples
make: *** No rule to make target `samples’. Stop.
[/quote]
Yes, you are right, sorry, “make samples” is a target of asterisk’s makefile.

This how I installed the zaptel library (and /etc/zaptel.conf was created):

./configure

make menuselect

make

make install

Did you do the same ?

Regards.

Marco Bruni[/quote]

I did all the step, but it didn’t appear.
I find the zaptel.conf.sample in the zaptel original directory.
Can I copy it to /etc/zaptel.conf to be the config file directly?
In this file,should I need to unmarked some default command?

Thanks for help!!

[quote=“bryant”]I install zaptel version 1.4 ,why I don’t have /etc/zaptel.conf
Can someone help me![/quote]

Same here. Unless I missed a step, you have to create this file manually. Just read tutorials on what to put there. Next, edit /etc/asterisk/zapata.conf, load the modules, and you’re in business.

This is what worked for me:

make clean
./configure
make
NOTE: NO MAKE LINUX26 NO WORK
make install
make samples

Also take in consideration this version of Asterisk creates zaptel rules in /etc/udev/rules.d and made change because asterisk is not user or owner.

This should help.

Chu