<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Asterisk zaptel.conf configuration with X100P FXO and TDM04B Cards</title>
	<atom:link href="http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards/feed" rel="self" type="application/rss+xml" />
	<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards</link>
	<description>VoIP and Telephony</description>
	<lastBuildDate>Wed, 08 Feb 2012 04:14:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wasim Sheikh</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-12453</link>
		<dc:creator>Wasim Sheikh</dc:creator>
		<pubDate>Thu, 13 May 2010 13:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-12453</guid>
		<description>Hi
my name is wasim sheikh. I am trying to install zaptel but there is probleme that errror ocure on .
how to solve this probleme. 
pls give me more &amp; more information about zaptel.conf &amp; zapata.conf</description>
		<content:encoded><![CDATA[<p>Hi<br />
my name is wasim sheikh. I am trying to install zaptel but there is probleme that errror ocure on .<br />
how to solve this probleme.<br />
pls give me more &amp; more information about zaptel.conf &amp; zapata.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind Kumar Tiwari</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-11934</link>
		<dc:creator>Arvind Kumar Tiwari</dc:creator>
		<pubDate>Sat, 20 Dec 2008 11:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-11934</guid>
		<description>For configuration of TDM04B 4FXO card:-
First of all configure zaptel.conf in /etc/ such as:-

loadzone=us
defaultzone=us
fxsks=1
fxsks=2
fxsks=3
fxsks=4

after that check ztcfg -vvvv and zttool.

and after that just configure zapata.conf in /etc/asterisk/ :-

[channel]

language=en
context=from-pstn
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=0
signalling=fxs_ks
channels =&gt; 1-4
callgroup=1
pickupgroup=1
immediate=no

Thanks 
Arvind</description>
		<content:encoded><![CDATA[<p>For configuration of TDM04B 4FXO card:-<br />
First of all configure zaptel.conf in /etc/ such as:-</p>
<p>loadzone=us<br />
defaultzone=us<br />
fxsks=1<br />
fxsks=2<br />
fxsks=3<br />
fxsks=4</p>
<p>after that check ztcfg -vvvv and zttool.</p>
<p>and after that just configure zapata.conf in /etc/asterisk/ :-</p>
<p>[channel]</p>
<p>language=en<br />
context=from-pstn<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=0<br />
signalling=fxs_ks<br />
channels =&gt; 1-4<br />
callgroup=1<br />
pickupgroup=1<br />
immediate=no</p>
<p>Thanks<br />
Arvind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceimen</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-11767</link>
		<dc:creator>Ceimen</dc:creator>
		<pubDate>Mon, 14 Jul 2008 12:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-11767</guid>
		<description>Nabi, This is bug in zaptel.4.1.11,

I faced the same problem while compiling zaptel.

You can apply the following zaptel patch:

http://bugs.digium.com/file_download.php?file_id=19260&amp;type=bug

1. Open the URL copy the text in zaptel source directory i.e. zaptel.patch

2. Apply the patch using following command you are done.

patch -p1 &lt; zaptel.patch</description>
		<content:encoded><![CDATA[<p>Nabi, This is bug in zaptel.4.1.11,</p>
<p>I faced the same problem while compiling zaptel.</p>
<p>You can apply the following zaptel patch:</p>
<p><a href="http://bugs.digium.com/file_download.php?file_id=19260&#038;type=bug" rel="nofollow">http://bugs.digium.com/file_download.php?file_id=19260&#038;type=bug</a></p>
<p>1. Open the URL copy the text in zaptel source directory i.e. zaptel.patch</p>
<p>2. Apply the patch using following command you are done.</p>
<p>patch -p1 &lt; zaptel.patch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabi</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-11766</link>
		<dc:creator>Nabi</dc:creator>
		<pubDate>Mon, 14 Jul 2008 11:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-11766</guid>
		<description>Hi,

I&#039;m trying to install zaptel and i&#039;m facing the follow error while compile zaptel. please help

log:
In file included from /usr/src/zaptel/kernel/xpp/xpd.h:26,
                 from /usr/src/zaptel/kernel/xpp/card_fxo.c:27:
/usr/src/zaptel/kernel/xpp/xdefs.h:117: error: conflicting types for âboolâ
include/linux/types.h:36: error: previous declaration of âboolâ was here
make[4]: *** [/usr/src/zaptel/kernel/xpp/card_fxo.o] Error 1
make[3]: *** [/usr/src/zaptel/kernel/xpp] Error 2
make[2]: *** [_module_/usr/src/zaptel/kernel] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.18-92.1.6.el5-i686&#039;
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/zaptel&#039;
make: *** [all] Error 2</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to install zaptel and i&#8217;m facing the follow error while compile zaptel. please help</p>
<p>log:<br />
In file included from /usr/src/zaptel/kernel/xpp/xpd.h:26,<br />
                 from /usr/src/zaptel/kernel/xpp/card_fxo.c:27:<br />
/usr/src/zaptel/kernel/xpp/xdefs.h:117: error: conflicting types for âboolâ<br />
include/linux/types.h:36: error: previous declaration of âboolâ was here<br />
make[4]: *** [/usr/src/zaptel/kernel/xpp/card_fxo.o] Error 1<br />
make[3]: *** [/usr/src/zaptel/kernel/xpp] Error 2<br />
make[2]: *** [_module_/usr/src/zaptel/kernel] Error 2<br />
make[2]: Leaving directory `/usr/src/kernels/2.6.18-92.1.6.el5-i686&#8242;<br />
make[1]: *** [modules] Error 2<br />
make[1]: Leaving directory `/usr/src/zaptel&#8217;<br />
make: *** [all] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoieb Arsahd</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-2087</link>
		<dc:creator>Shoieb Arsahd</dc:creator>
		<pubDate>Sat, 21 Jul 2007 14:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-2087</guid>
		<description>salam
i am in islamabad and want to purchase a FXO card. can u tell me any company or vendor?</description>
		<content:encoded><![CDATA[<p>salam<br />
i am in islamabad and want to purchase a FXO card. can u tell me any company or vendor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Brenner</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-910</link>
		<dc:creator>Alan Brenner</dc:creator>
		<pubDate>Fri, 02 Feb 2007 16:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-910</guid>
		<description>Try changing:

&lt;code&gt;fxsks=1,2,3,4&lt;/code&gt;

to:

&lt;code&gt;fxsks=1-4&lt;/code&gt;

I was getting the same error with four lines, one for each fxoks/fxsks. Changing to two lines of &lt;code&gt;fxoks=1-2&lt;/code&gt; and &lt;code&gt;fxsks=3-4&lt;/code&gt; make ztcfg happy.</description>
		<content:encoded><![CDATA[<p>Try changing:</p>
<p><code>fxsks=1,2,3,4</code></p>
<p>to:</p>
<p><code>fxsks=1-4</code></p>
<p>I was getting the same error with four lines, one for each fxoks/fxsks. Changing to two lines of <code>fxoks=1-2</code> and <code>fxsks=3-4</code> make ztcfg happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syedsauds</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-741</link>
		<dc:creator>syedsauds</dc:creator>
		<pubDate>Sat, 20 Jan 2007 01:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-741</guid>
		<description>Did your OS recognize the card?
By typing â€˜lspciâ€™ you will receive a list of all the PCI devices you have. Note that Digium cards are recognized under different name:

you should see something like this : Communication controller: you can verify this by doing &quot;lsmod&quot;
Did you load the module for digium TDM04B card. For FXO do this: &lt;code&gt;modprobe wctdmÂ  &lt;/code&gt;you can verify this by doing &quot;lsmod&quot;&lt;code&gt; &lt;/code&gt;&lt;code /&gt;

try these &lt;code&gt;cat /proc/interrupts&lt;/code&gt; or &lt;code&gt;dmesg&lt;/code&gt; output to prove a module for Digium card is loaded or not.</description>
		<content:encoded><![CDATA[<p>Did your OS recognize the card?<br />
By typing â€˜lspciâ€™ you will receive a list of all the PCI devices you have. Note that Digium cards are recognized under different name:</p>
<p>you should see something like this : Communication controller: you can verify this by doing &#8220;lsmod&#8221;<br />
Did you load the module for digium TDM04B card. For FXO do this: <code>modprobe wctdmÂ  </code>you can verify this by doing &#8220;lsmod&#8221;<code> </code><code /></p>
<p>try these <code>cat /proc/interrupts</code> or <code>dmesg</code> output to prove a module for Digium card is loaded or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyaz Kajalwala</title>
		<link>http://www.syednetworks.com/asterisk-zaptelconf-configuration-with-x100p-fxo-and-tdm04b-cards#comment-609</link>
		<dc:creator>Riyaz Kajalwala</dc:creator>
		<pubDate>Wed, 03 Jan 2007 07:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.syednetworks.com/?p=75#comment-609</guid>
		<description>Regards,
  I am using TDM04B card with asterisk 1.4. I have downloaded and installed Zaptel 1.4.0. Earlier I was using Asterisk 1.2 and Zaptel 1.2 with the same card, and it was working properly. Now when I give the command ztcfg -vvvv, I get the following logs:
Notice: Configuration file is /etc/zaptel.conf
line 4: Unable to read Zaptel version information.

Zaptel Version:
Echo Canceller:
Configuration
======================


Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)

4 channels configured.

&lt;b&gt;Changing signalling on channel 1 from Unused to FXS Kewlstart
ZT_CHANCONFIG failed on channel 1: Inappropriate ioctl for device (25)&lt;/b&gt;

The zaptel.conf file
   loadzone = us
   defaultzone=us
   fxsks=1,2,3,4

When i restart the system still i get the same error while loading. Inappropriate ioctl for device (25).

Please guide..

Thanks,
Riyaz Kajalwala</description>
		<content:encoded><![CDATA[<p>Regards,<br />
  I am using TDM04B card with asterisk 1.4. I have downloaded and installed Zaptel 1.4.0. Earlier I was using Asterisk 1.2 and Zaptel 1.2 with the same card, and it was working properly. Now when I give the command ztcfg -vvvv, I get the following logs:<br />
Notice: Configuration file is /etc/zaptel.conf<br />
line 4: Unable to read Zaptel version information.</p>
<p>Zaptel Version:<br />
Echo Canceller:<br />
Configuration<br />
======================</p>
<p>Channel map:</p>
<p>Channel 01: FXS Kewlstart (Default) (Slaves: 01)<br />
Channel 02: FXS Kewlstart (Default) (Slaves: 02)<br />
Channel 03: FXS Kewlstart (Default) (Slaves: 03)<br />
Channel 04: FXS Kewlstart (Default) (Slaves: 04)</p>
<p>4 channels configured.</p>
<p><b>Changing signalling on channel 1 from Unused to FXS Kewlstart<br />
ZT_CHANCONFIG failed on channel 1: Inappropriate ioctl for device (25)</b></p>
<p>The zaptel.conf file<br />
   loadzone = us<br />
   defaultzone=us<br />
   fxsks=1,2,3,4</p>
<p>When i restart the system still i get the same error while loading. Inappropriate ioctl for device (25).</p>
<p>Please guide..</p>
<p>Thanks,<br />
Riyaz Kajalwala</p>
]]></content:encoded>
	</item>
</channel>
</rss>

