<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Hi all,<br>
<a class="moz-txt-link-freetext" href="http://www.convergence.com.pk/TDMoE-HOWTO">http://www.convergence.com.pk/TDMoE-HOWTO</a><br>
<br>
After following this How-to from the link above, and verify my config files
for the Nth times that <br>
they are correct as per the instructions ( and yes I made sure I'm using
the mac of the OTHER server in my zaptel.conf ),<br>
I'm still getting nowhere in trying to bring the TDMoE span up. when I invoke
ztcfg on the server containing the zaptel interface, I keep getting the following
error message in the /var/log/messages:<br>
<br>
<br>
<font color="#ff0000">Apr&nbsp; 9 13:03:29 pc130 insmod: Warning: loading /lib/modules/2.4.18-14smp/misc/ztd-eth.o
will taint the kernel: no license<br>
Apr&nbsp; 9 13:03:29 pc130 insmod:&nbsp;&nbsp; See <a class="moz-txt-link-freetext" href="http://www.tux.org/lkml/#export-tainted">http://www.tux.org/lkml/#export-tainted</a>
for information about tainted modules<br>
Apr&nbsp; 9 13:03:29 pc130 insmod: Module ztd-eth loaded, with warnings<br>
Apr&nbsp; 9 13:03:29 pc130 kernel: TDMoE: Invalid MAC address in: eth0/00:a0:24:4a:14:17<br>
Apr&nbsp; 9 13:03:29 pc130 kernel: Driver 'eth' (Ethernet) rejected address 'eth0/00:a0:24:4a:14:17'<br>
<br>
<font color="#000000"><br>
I could notice 2 issues on the above, one a license complaint and an invalid
( and rejected )MAC address complaint.<br>
<br>
<br>
The instruction from the above link states to "load the appropriate modules"
and since I'm new to Asterisk I was wondering if someone can explicitly tell
me which driver ( and the sequence ) to load to get TDMoE to work successfully.&nbsp;
<br>
Or, is it a bug under the following SMP kernel:<br>
</font></font><br>
[root@pc130 log]# uname -a<br>
<font color="#ff0000"><font color="#000000">&nbsp;</font></font>Linux pc130 2.4.18-14smp
#1 SMP Wed Sep 4 12:34:47 EDT 2002 i686 i686 i386 GNU/Linux<br>
<br>
<font color="#ff0000"><font color="#000000"><br>
<br>
Thanks <br>
<br>
Pat<br>
<br>
here are my zaptel and zapata files:<br>
<br>
Server with Asterisk hardware - Zaptel.conf:<br>
<br>
</font></font>fxsks=1<br>
fxoks=2<br>
fxoks=3<br>
# testing the TDMoE feature of Asterisk<br>
# make sure you use MAC of other server<br>
dynamic=eth,eth0/00:a0:24:4a:14:17,24,0<br>
e&amp;m=4-27<br>
loadzone=us<br>
#loadzone=it<br>
#loadzone=fr<br>
#loadzone=de<br>
#loadzone=uk<br>
#loadzone=fi<br>
#loadzone=jp<br>
#loadzone=sp<br>
#loadzone=no<br>
defaultzone=us<br>
<br>
and Zapata.conf:<br>
&nbsp;Zapata telephony interface<br>
;<br>
; Configuration file for a simple home Dev system<br>
<br>
[channels]<br>
busydectect=1<br>
busycount=7<br>
<br>
musiconhold=default<br>
<br>
relaxdtmf=yes<br>
callwaiting=yes<br>
transfer=yes<br>
<br>
echocancel=yes<br>
echocancelwhenbridged=yes<br>
rxgain=0.0<br>
txgain=0.0<br>
<br>
group=1<br>
pickupgroup=1-4<br>
immediate=no<br>
<br>
context=demo<br>
;context=default<br>
<br>
signalling=fxs_ks<br>
callerid=asreceived<br>
channel=1<br>
<br>
context=demo<br>
<br>
group=2<br>
signalling=fxo_ks<br>
immediate=no<br>
callerid="Phone 1" &lt;2468&gt;<br>
channel=2<br>
<br>
signalling=fxo_ks<br>
immediate=no<br>
callerid="Phone 2" &lt;1234&gt;<br>
channel=3<br>
;<br>
; TDMoE testing<br>
group=3<br>
signalling=em<br>
channel=&gt;4-27<br>
; Default language<br>
;<br>
language=en<br>
==============================================================<br>
<br>
Server with NIC only-Zaptel:<br>
<br>
dynamic=eth,eth0/00:A0:24:C3:5B:62,24,1<br>
e&amp;m=1-24<br>
loadzone = us<br>
defaultzone=us<br>
<br>
<br>
and zapata.conf:<br>
cat zapata.conf | grep -v ';'<br>
<br>
[channels]<br>
context=default<br>
switchtype=national<br>
signalling=fxo_ls<br>
<br>
usecallerid=yes<br>
hidecallerid=no<br>
callwaiting=yes<br>
usecallingpres=yes<br>
callwaitingcallerid=yes<br>
threewaycalling=yes<br>
transfer=yes<br>
cancallforward=yes<br>
callreturn=yes<br>
echocancel=yes<br>
echocancelwhenbridged=yes<br>
rxgain=0.0<br>
txgain=0.0<br>
group=1<br>
callgroup=1<br>
pickupgroup=1<br>
<br>
immediate=no<br>
sigalling=em<br>
channel =&gt; 1-24<br>
<br>
<br>
<br>
<br>
<font color="#ff0000"><font color="#000000"><br>
</font></font><br>
<br>
</body>
</html>