<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6592</id>
	<title>Nabble - freebsd-isdn</title>
	<updated>2009-10-19T09:44:04Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/freebsd-isdn-f6592.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/freebsd-isdn-f6592.html" />
	<subtitle type="html">Using ISDN with FreeBSD</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25961646</id>
	<title>Analog phone adapter support coming for ISDN4BSD</title>
	<published>2009-10-19T09:44:04Z</published>
	<updated>2009-10-19T09:44:04Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;ISDN4BSD will soon ship with Yealink (USB to Analog Phone) and compatible 
&lt;br&gt;adapter support. I4B has recently been extended to handle Analog Phones at the 
&lt;br&gt;same level as ISDN phones, through a brand new DSS1 lite implementation.
&lt;br&gt;&lt;br&gt;And still, only one channel driver for Asterisk, chan_capi, and one 
&lt;br&gt;configuration tool, isdnconfig making your life even more easy :-)
&lt;br&gt;&lt;br&gt;In that regard I would like to ask if anyone wants to sponsor a commonly used 
&lt;br&gt;Analog adapter (USB or PCI) which they would like to have supported under I4B 
&lt;br&gt;under FreeBSD(USB+PCI) / NetBSD(PCI only)?
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25961646&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25961646&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Analog-phone-adapter-support-coming-for-ISDN4BSD-tp25961646p25961646.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25911556</id>
	<title>Re: Help with tool to reject callers</title>
	<published>2009-10-15T08:13:35Z</published>
	<updated>2009-10-15T08:13:35Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Thursday 15 October 2009 14:34:30 Andreas Bauer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm thinking of creating a little program to reject incoming calls on
&lt;br&gt;&amp;gt; my isdn line, so that none of the phones on the line ring when there's
&lt;br&gt;&amp;gt; an &amp;quot;unwanted&amp;quot; caller (based on their phone numbers).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since I'm using i4b's capimonitor to log incoming numbers already, and
&lt;br&gt;&amp;gt; its code is quite simple, I want to base the program on that nice
&lt;br&gt;&amp;gt; little tool. :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now, I'm not very experienced with the whole ISDN thing, so I hope
&lt;br&gt;&amp;gt; that this is the right place to ask for a little help to start me off.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First of all, is there a simple way to *totally* reject a call?
&lt;br&gt;&amp;gt; &amp;quot;Totally rejecting&amp;quot; meaning that no other phones on the same S0 bus
&lt;br&gt;&amp;gt; keep ringing? A CAPI_CALL_REJECT_*, which I tried first, obviously has
&lt;br&gt;&amp;gt; no effect on all the other phones on the bus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If there is no way to easily reject the calls, then I guess the
&lt;br&gt;&amp;gt; program would need to accept the call and immediately hang up again
&lt;br&gt;&amp;gt; to achieve the same thing? Of course that might be a little ugly,
&lt;br&gt;&amp;gt; since it might cost the caller money, but it would still be fine with
&lt;br&gt;&amp;gt; me. In that case, what is the absolute minimum of steps that need to
&lt;br&gt;&amp;gt; be taken to do this?
&lt;br&gt;&amp;gt; I know that all the code for this should basically be in the capitest
&lt;br&gt;&amp;gt; utility, but maybe there's an even shorter way to do this if you don't
&lt;br&gt;&amp;gt; even really want to transfer anything. What parts of the message
&lt;br&gt;&amp;gt; handler can also go?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I think the most efficient way, using a Point to Multipoint setup, is to 
&lt;br&gt;answer the call and then hangup the call. Sometimes the RELEASE_COMPLETE 
&lt;br&gt;messages are simply ignored in P2MP configurations before the call is 
&lt;br&gt;answered.
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25911556&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25911556&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-with-tool-to-reject-callers-tp25907973p25911556.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25907973</id>
	<title>Help with tool to reject callers</title>
	<published>2009-10-15T05:34:30Z</published>
	<updated>2009-10-15T05:34:30Z</updated>
	<author>
		<name>Andreas Bauer-6</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I'm thinking of creating a little program to reject incoming calls on
&lt;br&gt;my isdn line, so that none of the phones on the line ring when there's
&lt;br&gt;an &amp;quot;unwanted&amp;quot; caller (based on their phone numbers).
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Since I'm using i4b's capimonitor to log incoming numbers already, and
&lt;br&gt;its code is quite simple, I want to base the program on that nice
&lt;br&gt;little tool. :-)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Now, I'm not very experienced with the whole ISDN thing, so I hope
&lt;br&gt;that this is the right place to ask for a little help to start me off.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;First of all, is there a simple way to *totally* reject a call?
&lt;br&gt;&amp;quot;Totally rejecting&amp;quot; meaning that no other phones on the same S0 bus
&lt;br&gt;keep ringing? A CAPI_CALL_REJECT_*, which I tried first, obviously has
&lt;br&gt;no effect on all the other phones on the bus.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;If there is no way to easily reject the calls, then I guess the
&lt;br&gt;program would need to accept the call and immediately hang up again
&lt;br&gt;to achieve the same thing? Of course that might be a little ugly,
&lt;br&gt;since it might cost the caller money, but it would still be fine with
&lt;br&gt;me. In that case, what is the absolute minimum of steps that need to
&lt;br&gt;be taken to do this?
&lt;br&gt;I know that all the code for this should basically be in the capitest
&lt;br&gt;utility, but maybe there's an even shorter way to do this if you don't
&lt;br&gt;even really want to transfer anything. What parts of the message
&lt;br&gt;handler can also go?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks for the help already :-)
&lt;br&gt;Andreas 		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;&lt;a href=&quot;http://redirect.gimas.net/?n=M0910xDateiensenden2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redirect.gimas.net/?n=M0910xDateiensenden2&lt;/a&gt;&lt;br&gt;Fotos, Musik …Dateien versenden – ganz einfach, ohne Limit_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25907973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25907973&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-with-tool-to-reject-callers-tp25907973p25907973.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25834638</id>
	<title>New version (1.7.4) of ISDN4BSD available</title>
	<published>2009-10-10T06:24:17Z</published>
	<updated>2009-10-10T06:24:17Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've uploaded a new version of my ISDN4BSD package at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.selasky.org/hans_petter/isdn4bsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selasky.org/hans_petter/isdn4bsd&lt;/a&gt;&lt;br&gt;&lt;br&gt;See the driver information page for a feature list.
&lt;br&gt;&lt;br&gt;MD5 (releases/FreeBSD/1_7_4/Makefile) = a2f2c986d2bb2709932650df2a38405e
&lt;br&gt;MD5 (releases/FreeBSD/1_7_4/Makefile.v1) = 0f78dcddbeb854b845c31a2b74cefe05
&lt;br&gt;MD5 (releases/FreeBSD/1_7_4/Makefile.v2) = de870c044ee30790d25ee319aa8baa53
&lt;br&gt;MD5 (releases/FreeBSD/1_7_4/new_ihfc_1_7_4.diff.bz2) = 4059d198768f9f8dc9372dc1c54bc3c3
&lt;br&gt;MD5 (releases/FreeBSD/1_7_4/new_ihfc_1_7_4.tar.bz2) = 3640949b5fac229a7c46762381a3117e
&lt;br&gt;&lt;br&gt;fetch &lt;a href=&quot;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/Makefile&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/Makefile&lt;/a&gt;&lt;br&gt;fetch &lt;a href=&quot;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/Makefile.v1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/Makefile.v1&lt;/a&gt;&lt;br&gt;fetch &lt;a href=&quot;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/Makefile.v2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/Makefile.v2&lt;/a&gt;&lt;br&gt;fetch &lt;a href=&quot;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/new_ihfc_1_7_4.tar.bz2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/new_ihfc_1_7_4.tar.bz2&lt;/a&gt;&lt;br&gt;fetch &lt;a href=&quot;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/new_ihfc_1_7_4.diff.bz2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/isdn4bsd/releases/FreeBSD/1_7_4/new_ihfc_1_7_4.diff.bz2&lt;/a&gt;&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25834638&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25834638&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-version-%281.7.4%29-of-ISDN4BSD-available-tp25834638p25834638.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24340738</id>
	<title>Re: isdn bri as a dialup</title>
	<published>2009-07-05T00:20:34Z</published>
	<updated>2009-07-05T00:20:34Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Sunday 05 July 2009 06:35:17 manivel wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hans Petter Selasky wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Saturday 04 July 2009 20:38:41 manivel wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; hi i got isdn bri line which i configured as a dialup with local pool in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; my
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; cisco 3600 router for my remote users.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; im using 3600 series router with 30 port digital modem.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; but i cant connect the router whenever &amp;nbsp;i dial from remote side to this
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; isdn router &amp;nbsp; im getting line busy or some other error.pls let me know
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; whether this bri will work with 30 port digital modem or not .pls reply
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; me.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Are you using isdnd?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --HPS
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24340738&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24340738&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; im using this one as a dialup for my remote users for accessing my
&lt;br&gt;&amp;gt; networks.
&lt;/div&gt;&lt;br&gt;Have you defined dialin-reaction and local-phone-incoming in your &amp;quot;entry&amp;quot; ?
&lt;br&gt;&lt;br&gt;Reference &amp;quot;man isdnd.rc&amp;quot;
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24340738&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24340738&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/isdn-bri-as-a-dialup-tp24336974p24340738.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24340148</id>
	<title>Re: isdn bri as a dialup</title>
	<published>2009-07-04T21:35:14Z</published>
	<updated>2009-07-04T21:35:14Z</updated>
	<author>
		<name>manivel</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Hans Petter Selasky wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;On Saturday 04 July 2009 20:38:41 manivel wrote:
&lt;br&gt;&amp;gt; hi i got isdn bri line which i configured as a dialup with local pool in my
&lt;br&gt;&amp;gt; cisco 3600 router for my remote users.
&lt;br&gt;&amp;gt; im using 3600 series router with 30 port digital modem.
&lt;br&gt;&amp;gt; but i cant connect the router whenever &amp;nbsp;i dial from remote side to this
&lt;br&gt;&amp;gt; isdn router &amp;nbsp; im getting line busy or some other error.pls let me know
&lt;br&gt;&amp;gt; whether this bri will work with 30 port digital modem or not .pls reply me.
&lt;br&gt;&lt;br&gt;Are you using isdnd?
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;freebsd-isdn@freebsd.org mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;freebsd-isdn-unsubscribe@freebsd.org&amp;quot;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
im using this one as a dialup for my remote users for accessing my networks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/isdn-bri-as-a-dialup-tp24336974p24340148.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24337576</id>
	<title>Re: isdn bri as a dialup</title>
	<published>2009-07-04T13:00:43Z</published>
	<updated>2009-07-04T13:00:43Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Saturday 04 July 2009 20:38:41 manivel wrote:
&lt;br&gt;&amp;gt; hi i got isdn bri line which i configured as a dialup with local pool in my
&lt;br&gt;&amp;gt; cisco 3600 router for my remote users.
&lt;br&gt;&amp;gt; im using 3600 series router with 30 port digital modem.
&lt;br&gt;&amp;gt; but i cant connect the router whenever &amp;nbsp;i dial from remote side to this
&lt;br&gt;&amp;gt; isdn router &amp;nbsp; im getting line busy or some other error.pls let me know
&lt;br&gt;&amp;gt; whether this bri will work with 30 port digital modem or not .pls reply me.
&lt;br&gt;&lt;br&gt;Are you using isdnd?
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24337576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24337576&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/isdn-bri-as-a-dialup-tp24336974p24337576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24336974</id>
	<title>isdn bri as a dialup</title>
	<published>2009-07-04T11:38:40Z</published>
	<updated>2009-07-04T11:38:40Z</updated>
	<author>
		<name>manivel</name>
	</author>
	<content type="html">hi i got isdn bri line which i configured as a dialup with local pool in my cisco 3600 router for my remote users.
&lt;br&gt;im using 3600 series router with 30 port digital modem.
&lt;br&gt;but i cant connect the router whenever &amp;nbsp;i dial from remote side to this isdn router &amp;nbsp; im getting line busy or some other error.pls let me know whether this bri will work with 30 port digital modem or not .pls reply me.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/isdn-bri-as-a-dialup-tp24336974p24336974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24204235</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T07:22:42Z</published>
	<updated>2009-06-25T07:22:42Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Thursday 25 June 2009 16:02:21 Willem Jan Withagen wrote:
&lt;br&gt;&amp;gt; Willem Jan Withagen wrote:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm not sure when you last did a svn up, but all the errors you are reporting 
&lt;br&gt;have been fixed recently. Maybe you should &amp;quot;svn status&amp;quot; in your tree and 
&lt;br&gt;check?
&lt;br&gt;&lt;br&gt;We are currently:
&lt;br&gt;&lt;br&gt;At revision 1156.
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24204235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24204235&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24204235.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24203847</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T07:02:21Z</published>
	<updated>2009-06-25T07:02:21Z</updated>
	<author>
		<name>Willem Jan Withagen-2</name>
	</author>
	<content type="html">Willem Jan Withagen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hans Petter Selasky wrote:
&lt;br&gt;&amp;gt;&amp;gt; You need to install I4B from SVN aswell. See:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.selasky.org/hans_petter/isdn4bsd/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selasky.org/hans_petter/isdn4bsd/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And the SVN lines.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That's where I started, but I'm guessing that certain files are now more 
&lt;br&gt;&amp;gt; or less corrupted by my tinkering with different tries.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll clean out that directory and refetch from SVN
&lt;/div&gt;&lt;br&gt;A lot less warnings, but still it nags about
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bzero and bcopy
&lt;br&gt;&amp;nbsp; &amp;nbsp; and replace them by memset and memmove.
&lt;br&gt;Which I did with a macro..
&lt;br&gt;&lt;br&gt;Now I run into more serieus incompatibilities:
&lt;br&gt;&lt;br&gt;in chan_capi.c
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;error = capi20_be_alloc_i4b(&amp;cbe_p);
&lt;br&gt;&lt;br&gt;versus:
&lt;br&gt;/usr/include/i4b/include/capi20.h:capi20_is_installed(void);
&lt;br&gt;/usr/include/i4b/include/capi20.h:#define capi20_isinstalled 
&lt;br&gt;capi20_is_installed
&lt;br&gt;/usr/include/i4b/include/capi20.h:#define CAPI20_ISINSTALLED 
&lt;br&gt;capi20_is_installed
&lt;br&gt;&lt;br&gt;And that seems like some includes are still out of whack?
&lt;br&gt;&lt;br&gt;So I copied:
&lt;br&gt;cp ../../../i4b/trunk/i4b/src/sys/i4b/include/* /usr/include/i4b/include/
&lt;br&gt;&lt;br&gt;And that leaves me with warnings like:
&lt;br&gt;chan_capi.c:1045:2: warning: #warning &amp;quot;What about cd-&amp;gt;next after free? 
&lt;br&gt;Currently 'cd' is not freed by cd_free().&amp;quot;
&lt;br&gt;chan_capi.c:4680:2: warning: #warning &amp;quot;Should send a messages, but which?&amp;quot;
&lt;br&gt;chan_capi.c:4845:2: warning: #warning &amp;quot;Cannot do this, because one cannot 
&lt;br&gt;lock 'pbx_chan' here!&amp;quot;
&lt;br&gt;chan_capi.c:5372:2: warning: #warning &amp;quot;Maybe cannot write these variables 
&lt;br&gt;here! Locking issue!&amp;quot;
&lt;br&gt;chan_capi.c:5383:2: warning: #warning &amp;quot;Does not handle length == 0xFF&amp;quot;
&lt;br&gt;chan_capi.c:6858:2: warning: #warning &amp;quot;TODO: check for calls that never 
&lt;br&gt;received connect_conf;&amp;quot;
&lt;br&gt;/usr/local/include/asterisk/frame.h:648: warning: 'ast_format_rate' defined 
&lt;br&gt;but not used
&lt;br&gt;&lt;br&gt;Which I'll consider harmless unless things start crashing on me...
&lt;br&gt;&lt;br&gt;--WjW
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24203847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24203847&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24203847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24201509</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T04:27:42Z</published>
	<updated>2009-06-25T04:27:42Z</updated>
	<author>
		<name>Willem Jan Withagen-2</name>
	</author>
	<content type="html">Hans Petter Selasky wrote:
&lt;br&gt;&amp;gt; You need to install I4B from SVN aswell. See:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.selasky.org/hans_petter/isdn4bsd/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selasky.org/hans_petter/isdn4bsd/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And the SVN lines.
&lt;br&gt;&lt;br&gt;That's where I started, but I'm guessing that certain files are now more or 
&lt;br&gt;less corrupted by my tinkering with different tries.
&lt;br&gt;&lt;br&gt;I'll clean out that directory and refetch from SVN
&lt;br&gt;&lt;br&gt;--WjW
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201509&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24201509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24202173</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T04:16:45Z</published>
	<updated>2009-06-25T04:16:45Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Thursday 25 June 2009 13:08:32 Willem Jan Withagen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hans Petter Selasky wrote:
&lt;br&gt;&amp;gt; &amp;gt; Those instructions are a little outdated, reminding me that my homepage
&lt;br&gt;&amp;gt; &amp;gt; needs an update.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; svn --username anonsvn --password anonsvn \
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; checkout svn://svn.turbocat.net/i4b
&lt;br&gt;&amp;gt; &amp;gt; #
&lt;br&gt;&amp;gt; &amp;gt; # The following commands will
&lt;br&gt;&amp;gt; &amp;gt; # install the driver on FreeBSD:
&lt;br&gt;&amp;gt; &amp;gt; #
&lt;br&gt;&amp;gt; &amp;gt; cd i4b/trunk/chan_capi
&lt;br&gt;&amp;gt; &amp;gt; gmake all install
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ouch, how trivial......
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Going there, doing that:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 'mmmm, no not really, but closer;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I now get a lot of:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In file included from chan_capi20.h:7,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:77:
&lt;br&gt;&amp;gt; /usr/include/i4b/include/capi20.h:1960:2: error: invalid suffix
&lt;br&gt;&amp;gt; &amp;quot;x__dont_use_bzero__use_memset_instead&amp;quot; on integer constant
&lt;br&gt;&amp;gt; In file included from chan_capi20.h:7,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:77:
&lt;br&gt;&amp;gt; /usr/include/i4b/include/capi20.h: In function 'capi_decode':
&lt;br&gt;&amp;gt; /usr/include/i4b/include/capi20.h:2217: error: expected ';' before string
&lt;br&gt;&amp;gt; constant
&lt;br&gt;&amp;gt; /usr/include/i4b/include/capi20.h:2221:8: error: invalid suffix
&lt;br&gt;&amp;gt; &amp;quot;x__dont_use_bcopy__use_memmove_instead&amp;quot; on integer constant
&lt;br&gt;&amp;gt; (ad infinitum)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could be because previous attempts have left me with a corrupt set of
&lt;br&gt;&amp;gt; include files? If so how what do I clean up?
&lt;/div&gt;&lt;br&gt;You need to install I4B from SVN aswell. See:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.selasky.org/hans_petter/isdn4bsd/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selasky.org/hans_petter/isdn4bsd/&lt;/a&gt;&lt;br&gt;&lt;br&gt;And the SVN lines.
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24202173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24202173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24202173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24201269</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T04:08:32Z</published>
	<updated>2009-06-25T04:08:32Z</updated>
	<author>
		<name>Willem Jan Withagen-2</name>
	</author>
	<content type="html">Hans Petter Selasky wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Those instructions are a little outdated, reminding me that my homepage needs 
&lt;br&gt;&amp;gt; an update.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; svn --username anonsvn --password anonsvn \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; checkout svn://svn.turbocat.net/i4b
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; # The following commands will 
&lt;br&gt;&amp;gt; # install the driver on FreeBSD:
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; cd i4b/trunk/chan_capi
&lt;br&gt;&amp;gt; gmake all install
&lt;/div&gt;&lt;br&gt;Ouch, how trivial......
&lt;br&gt;&lt;br&gt;Going there, doing that:
&lt;br&gt;&lt;br&gt;'mmmm, no not really, but closer;
&lt;br&gt;&lt;br&gt;I now get a lot of:
&lt;br&gt;&lt;br&gt;In file included from chan_capi20.h:7,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:77:
&lt;br&gt;/usr/include/i4b/include/capi20.h:1960:2: error: invalid suffix 
&lt;br&gt;&amp;quot;x__dont_use_bzero__use_memset_instead&amp;quot; on integer constant
&lt;br&gt;In file included from chan_capi20.h:7,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:77:
&lt;br&gt;/usr/include/i4b/include/capi20.h: In function 'capi_decode':
&lt;br&gt;/usr/include/i4b/include/capi20.h:2217: error: expected ';' before string 
&lt;br&gt;constant
&lt;br&gt;/usr/include/i4b/include/capi20.h:2221:8: error: invalid suffix 
&lt;br&gt;&amp;quot;x__dont_use_bcopy__use_memmove_instead&amp;quot; on integer constant
&lt;br&gt;(ad infinitum)
&lt;br&gt;&lt;br&gt;Could be because previous attempts have left me with a corrupt set of 
&lt;br&gt;include files? If so how what do I clean up?
&lt;br&gt;&lt;br&gt;--WjW
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201269&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24201269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24201932</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T04:01:12Z</published>
	<updated>2009-06-25T04:01:12Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Thursday 25 June 2009 12:33:03 Willem Jan Withagen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hans Petter Selasky wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Thursday 25 June 2009 09:35:13 Willem Jan Withagen wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; /usr/local/include/asterisk/frame.h
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You need to compile chan_capi from I4B SVN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You care to elaborate?
&lt;br&gt;&amp;gt; Because I have the idea that I'm following what's on your building
&lt;br&gt;&amp;gt; instructions: -----
&lt;br&gt;&amp;gt; HOW TO INSTALL CHAN_CAPI ON FREEBSD AND NETBSD
&lt;br&gt;&amp;gt; ==============================================
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; # Dependencies:
&lt;br&gt;&amp;gt; # - Subversion must be installed, see &amp;quot;/usr/ports/devel/subversion&amp;quot;
&lt;br&gt;&amp;gt; # - Asterisk must be installed, see &amp;quot;/usr/ports/net/asterisk&amp;quot;
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; # Download the following tarball:
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.turbocat.net/~hselasky/capi4pbx/releases/chan_capi_1_6_1.tar.bz2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/capi4pbx/releases/chan_capi_1_6_1.tar.bz2&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; # Extract it using &amp;quot;tar -jxvf chan_capi_1_6_1.tar.bz2&amp;quot;, and run:
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cd chan_capi_1_6_1
&lt;br&gt;&amp;gt; gmake all install
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt; # Example configuration files are located at
&lt;br&gt;&amp;gt; # &amp;quot;chan_capi_1_6_1/capi.conf&amp;quot; and
&lt;br&gt;&amp;gt; # &amp;quot;chan_capi_1_6_1/extensions.conf&amp;quot;.
&lt;br&gt;&amp;gt; #
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Those instructions are a little outdated, reminding me that my homepage needs 
&lt;br&gt;an update.
&lt;br&gt;&lt;br&gt;svn --username anonsvn --password anonsvn \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; checkout svn://svn.turbocat.net/i4b
&lt;br&gt;#
&lt;br&gt;# The following commands will 
&lt;br&gt;# install the driver on FreeBSD:
&lt;br&gt;#
&lt;br&gt;cd i4b/trunk/chan_capi
&lt;br&gt;gmake all install
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201932&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201932&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24201932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24201039</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T03:33:03Z</published>
	<updated>2009-06-25T03:33:03Z</updated>
	<author>
		<name>Willem Jan Withagen-2</name>
	</author>
	<content type="html">Hans Petter Selasky wrote:
&lt;br&gt;&amp;gt; On Thursday 25 June 2009 09:35:13 Willem Jan Withagen wrote:
&lt;br&gt;&amp;gt;&amp;gt; /usr/local/include/asterisk/frame.h
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You need to compile chan_capi from I4B SVN.
&lt;br&gt;&lt;br&gt;You care to elaborate?
&lt;br&gt;Because I have the idea that I'm following what's on your building instructions:
&lt;br&gt;-----
&lt;br&gt;HOW TO INSTALL CHAN_CAPI ON FREEBSD AND NETBSD
&lt;br&gt;==============================================
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# Dependencies:
&lt;br&gt;# - Subversion must be installed, see &amp;quot;/usr/ports/devel/subversion&amp;quot;
&lt;br&gt;# - Asterisk must be installed, see &amp;quot;/usr/ports/net/asterisk&amp;quot;
&lt;br&gt;#
&lt;br&gt;#
&lt;br&gt;# Download the following tarball:
&lt;br&gt;#
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.turbocat.net/~hselasky/capi4pbx/releases/chan_capi_1_6_1.tar.bz2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.turbocat.net/~hselasky/capi4pbx/releases/chan_capi_1_6_1.tar.bz2&lt;/a&gt;&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# Extract it using &amp;quot;tar -jxvf chan_capi_1_6_1.tar.bz2&amp;quot;, and run:
&lt;br&gt;#
&lt;br&gt;&lt;br&gt;cd chan_capi_1_6_1
&lt;br&gt;gmake all install
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# Example configuration files are located at
&lt;br&gt;# &amp;quot;chan_capi_1_6_1/capi.conf&amp;quot; and
&lt;br&gt;# &amp;quot;chan_capi_1_6_1/extensions.conf&amp;quot;.
&lt;br&gt;#
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;--WjW
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201039&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24201039&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24201039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24200367</id>
	<title>Re: Trying to compile chan_capi</title>
	<published>2009-06-25T02:57:58Z</published>
	<updated>2009-06-25T02:57:58Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Thursday 25 June 2009 09:35:13 Willem Jan Withagen wrote:
&lt;br&gt;&amp;gt; /usr/local/include/asterisk/frame.h
&lt;br&gt;&lt;br&gt;You need to compile chan_capi from I4B SVN.
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24200367&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24200367&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24200367.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24198704</id>
	<title>Trying to compile chan_capi</title>
	<published>2009-06-25T00:35:13Z</published>
	<updated>2009-06-25T00:35:13Z</updated>
	<author>
		<name>Willem Jan Withagen-2</name>
	</author>
	<content type="html">I'm trying to get Asterisk working on my FreeBSD server.
&lt;br&gt;&lt;br&gt;I've installed ISDN4BSD on an 7.2-RELEASE kernel, and it recognises the card 
&lt;br&gt;real nice.
&lt;br&gt;&lt;br&gt;Further installed asterisk16 and subversion (and some more) from packages.
&lt;br&gt;&lt;br&gt;So then
&lt;br&gt;&lt;br&gt;But compiling it fails horribly.
&lt;br&gt;It just looks like the compiler has an of day...
&lt;br&gt;(gcc version 4.2.1 20070719 &amp;nbsp;[FreeBSD])
&lt;br&gt;&lt;br&gt;Any hints on getting CAPI to compile?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanx,
&lt;br&gt;--WjW
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Asterbsd# cd chan_capi_1_6_1
&lt;br&gt;Asterbsd# gmake all |&amp; less
&lt;br&gt;gcc -pipe -fPIC -Wall -Wmissing-prototypes -Wmissing-declarations -g 
&lt;br&gt;-I/usr/local/include -I/usr/include/i4b/include -D_REENTRANT -D_GNU_SOURCE 
&lt;br&gt;-O6 -march=i386 &amp;nbsp;-Wformat -DASTERISKVERSION=\&amp;quot;\&amp;quot; -Wno-missing-prototypes 
&lt;br&gt;-Wno-missing-declarations -DCRYPTO &amp;nbsp; -c -o chan_capi.o chan_capi.c
&lt;br&gt;In file included from chan_capi.c:34:
&lt;br&gt;/usr/local/include/asterisk/frame.h:647: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before 'int'
&lt;br&gt;In file included from /usr/local/include/asterisk/channel.h:126,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:35:
&lt;br&gt;/usr/local/include/asterisk/abstract_jb.h:97: error: expected 
&lt;br&gt;specifier-qualifier-list before 'FILE'
&lt;br&gt;In file included from /usr/local/include/asterisk/utils.h:26,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/local/include/asterisk/config.h:30,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/local/include/asterisk/channel.h:143,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:35:
&lt;br&gt;/usr/local/include/asterisk/network.h:55:2: error: #error &amp;quot;don't know how to 
&lt;br&gt;handle network functions here.&amp;quot;
&lt;br&gt;In file included from /usr/local/include/asterisk/utils.h:26,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/local/include/asterisk/config.h:30,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/local/include/asterisk/channel.h:143,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:35:
&lt;br&gt;/usr/local/include/asterisk/network.h:59: warning: 'struct in_addr' declared 
&lt;br&gt;inside parameter list
&lt;br&gt;/usr/local/include/asterisk/network.h:59: warning: its scope is only this 
&lt;br&gt;definition or declaration, which is probably not what you want
&lt;br&gt;/usr/local/include/asterisk/network.h:80: warning: 'struct in_addr' declared 
&lt;br&gt;inside parameter list
&lt;br&gt;/usr/local/include/asterisk/network.h:88: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before 'int'
&lt;br&gt;In file included from /usr/local/include/asterisk/config.h:30,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/local/include/asterisk/channel.h:143,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from chan_capi.c:35:
&lt;br&gt;/usr/local/include/asterisk/utils.h:209: error: field 'hp' has incomplete type
&lt;br&gt;/usr/local/include/asterisk/utils.h:266: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before 'void'
&lt;br&gt;/usr/local/include/asterisk/utils.h:279: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before 'void'
&lt;br&gt;/usr/local/include/asterisk/utils.h:292: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before 'void'
&lt;br&gt;/usr/local/include/asterisk/utils.h:305: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before 'void'
&lt;br&gt;/usr/local/include/asterisk/utils.h:346: error: expected ')' before '*' token
&lt;br&gt;/usr/local/include/asterisk/utils.h:434: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_malloc'
&lt;br&gt;/usr/local/include/asterisk/utils.h:434: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_malloc'
&lt;br&gt;/usr/local/include/asterisk/utils.h:457: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_calloc'
&lt;br&gt;/usr/local/include/asterisk/utils.h:457: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_calloc'
&lt;br&gt;/usr/local/include/asterisk/utils.h:493: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_realloc'
&lt;br&gt;/usr/local/include/asterisk/utils.h:493: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_realloc'
&lt;br&gt;/usr/local/include/asterisk/utils.h:520: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_strdup'
&lt;br&gt;/usr/local/include/asterisk/utils.h:520: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_strdup'
&lt;br&gt;/usr/local/include/asterisk/utils.h:549: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_strndup'
&lt;br&gt;/usr/local/include/asterisk/utils.h:549: error: expected '=', ',', ';', 
&lt;br&gt;'asm' or '__attribute__' before '_ast_strndup'
&lt;br&gt;/usr/local/include/asterisk/utils.h:588: error: expected declaration 
&lt;br&gt;specifiers or '...' before 'va_list'
&lt;br&gt;/usr/local/include/asterisk/utils.h:588: error: expected declaration 
&lt;br&gt;specifiers or '...' before 'va_list'
&lt;br&gt;/usr/local/include/asterisk/utils.h: In function '_ast_vasprintf':
&lt;br&gt;/usr/local/include/asterisk/utils.h:588: warning: implicit declaration of 
&lt;br&gt;function 'vasprintf'
&lt;br&gt;/usr/local/include/asterisk/utils.h:588: error: 'ap' undeclared (first use 
&lt;br&gt;in this function)
&lt;br&gt;/usr/local/include/asterisk/utils.h:588: error: (Each undeclared identifier 
&lt;br&gt;is reported only once
&lt;br&gt;/usr/local/include/asterisk/utils.h:588: error: for each function it appears 
&lt;br&gt;in.)
&lt;br&gt;In file included from /usr/local/include/asterisk/strings.h:30,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/local/include/asterisk/utils.h:676,
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24198704&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24198704&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trying-to-compile-chan_capi-tp24198704p24198704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23919925</id>
	<title>ISDN4BSD on 8-current</title>
	<published>2009-06-08T01:08:49Z</published>
	<updated>2009-06-08T01:08:49Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm writing this e-mail to inform you that my ISDN4BSD package has been 
&lt;br&gt;updated to compile on FreeBSD 8-current as of today.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.selasky.org/hans_petter/isdn4bsd/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selasky.org/hans_petter/isdn4bsd/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The install instructions are now the same for all supported operating systems.
&lt;br&gt;&lt;br&gt;svn --username anonsvn --password anonsvn \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; checkout svn://svn.turbocat.net/i4b
&lt;br&gt;#
&lt;br&gt;# The following commands will 
&lt;br&gt;# install the driver on FreeBSD:
&lt;br&gt;#
&lt;br&gt;cd i4b/trunk/i4b/FreeBSD.i4b
&lt;br&gt;make S=../src package
&lt;br&gt;make install
&lt;br&gt;&lt;br&gt;BTW: I'm working on a new version of ISDN4BSD, which is not finished, and the 
&lt;br&gt;code is available from the i4b/trunk/openzap.hps .
&lt;br&gt;&lt;br&gt;One new feature I'm planning is support for Analog phone adapters.
&lt;br&gt;&lt;br&gt;About:
&lt;br&gt;&lt;br&gt;The ISDN hardware might not be the most popular today, but the logic behind it 
&lt;br&gt;has not expired yet. ISDN4BSD was originally developed by Hellmuth Michaelis 
&lt;br&gt;and later forked by me. ISDN4BSD is an advanced and security enhanced 
&lt;br&gt;telephony solution which has resisted time and hacking. ISDN4BSD has many old &amp;nbsp;
&lt;br&gt;features ranging from DTMF detection and integer FFT echo cancelling to full 
&lt;br&gt;symmetric EuroISDN (DSS1) support and a chan_capi.hps plugin for Asterisk 1.2 
&lt;br&gt;- 1.6 and compatible.
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23919925&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23919925&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ISDN4BSD-on-8-current-tp23919925p23919925.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23859967</id>
	<title>Asterisk16+chan_capi</title>
	<published>2009-06-03T13:42:34Z</published>
	<updated>2009-06-03T13:42:34Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;My ISDN code and CAPI channel driver has now been updated to work with 
&lt;br&gt;Asterisk v1.6.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.selasky.org/hans_petter/isdn4bsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.selasky.org/hans_petter/isdn4bsd&lt;/a&gt;&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23859967&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23859967&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Asterisk16%2Bchan_capi-tp23859967p23859967.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23855146</id>
	<title>Sie haben eine neue Nachricht</title>
	<published>2009-06-03T09:06:18Z</published>
	<updated>2009-06-03T09:06:18Z</updated>
	<author>
		<name>comdirect bank AG</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp;[comdirect-logo1.gif]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Sie haben (1) neue Transaktion in Ihrer Transaktion Geschichte.
&lt;br&gt;&amp;nbsp; &amp;nbsp;[1]Klicken Sie hier, um sich in und um die neue Transaktion.
&lt;br&gt;&amp;nbsp; &amp;nbsp;comdirect bank AG. Registered Office
&lt;br&gt;&lt;br&gt;References
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. &lt;a href=&quot;http://www.pavelsusara.ro/comdirect.de/comdirect.de/kunde.comdirect.de/lp/wt/logind828.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pavelsusara.ro/comdirect.de/comdirect.de/kunde.comdirect.de/lp/wt/logind828.html&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23855146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23855146&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sie-haben-eine-neue-Nachricht-tp23855146p23855146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23235250</id>
	<title>isdn4bsd/OpenBSD support?</title>
	<published>2009-04-25T11:01:22Z</published>
	<updated>2009-04-25T11:01:22Z</updated>
	<author>
		<name>Christopher Intemann-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I want to install a PCI-isdn card under OpenBSD/Sparc64.
&lt;br&gt;Since there is no dedicated list for isdn on OpenBSD, I guess someone here
&lt;br&gt;might be able to answer my questions:
&lt;br&gt;Which card should I use? I was thinking about an AVM FritzPCI v2.1?
&lt;br&gt;Do I have to somehow compile i4b into the OpenBSD-Kernel? Is there any good
&lt;br&gt;HowTo applicable? What I find on google is at least 5 years old stuff :-/
&lt;br&gt;Thanks,
&lt;br&gt;Chris
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23235250&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23235250&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/isdn4bsd-OpenBSD-support--tp23235250p23235250.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21863426</id>
	<title>Re: [WAS: Spam from Lawrence Auster]</title>
	<published>2009-02-05T14:19:02Z</published>
	<updated>2009-02-05T14:19:02Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Sorry about the previous e-mail.
&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21863426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21863426&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-WAS%3A-Spam-from-Lawrence-Auster--tp21857966p21863426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21857966</id>
	<title>[WAS: Spam from Lawrence Auster]</title>
	<published>2009-02-05T10:26:01Z</published>
	<updated>2009-02-05T10:26:01Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Has someone tried calling this guy? I &amp;quot;think&amp;quot; his Microsoft Server might be 
&lt;br&gt;hacked or someone has put freebsd lists up there for fun? Am I right that 
&lt;br&gt;this is the originating IP:
&lt;br&gt;&lt;br&gt;telnet ip72-196-247-230.dc.dc.cox.net 23
&lt;br&gt;&lt;br&gt;+Phone: &amp;quot;1 212 865 1284&amp;quot; seems valid.
&lt;br&gt;&lt;br&gt;Maybe some new-yorkers should call this guy and ask if he wants to pay for a 
&lt;br&gt;FreeBSD server and write articles about Operating systems instead :-) That 
&lt;br&gt;would be really cool :-)
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;PS: &lt;a href=&quot;http://www.nycbug.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nycbug.org/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21857966&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21857966&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-WAS%3A-Spam-from-Lawrence-Auster--tp21857966p21857966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21856791</id>
	<title>Wealth of U.S.A. Plundered by Jews -- The Holocaust is Now Catholic Dogma  -- Why No Neocon Assassinations?</title>
	<published>2009-02-05T09:26:03Z</published>
	<updated>2009-02-05T09:26:03Z</updated>
	<author>
		<name>Lawrence Auster</name>
	</author>
	<content type="html">Wealth of U.S.A. Plundered by Jews
&lt;br&gt;Thursday, 05 February 2009
&lt;br&gt;By Texe Marrs
&lt;br&gt;&lt;br&gt;It's all over the media, how one Wall Street crook, Bernie Madoff, masterminded the greatest Ponzi scheme in history. Bernie ripped off investors to the tune of $50 billion, and they're still counting.
&lt;br&gt;&lt;br&gt;Fifty billion! That's more than the current market value of General Motors, Disney, Boeing, and Anheuser-Busch combined. And just one solitary individuala corrupt, money-grabbing Jew named &amp;quot;Madoff&amp;quot;is the culprit.
&lt;br&gt;&lt;br&gt;But, wait...hold on. Is this one crime the whole picture, the full extent of Wall Street's monumental scam and robbery extravaganza? Not by a long shot!
&lt;br&gt;Yes Virginia, There is a Santa Claus
&lt;br&gt;&lt;br&gt;Citibank's Jewish money-shovelers stole some $200 billionand then got the idiots at the U.S. Treasury to dole out some $160 billion of ourthe suffering taxpayershard-earned money into their coffers. Yes, Virginia, there is a Santa Claus and his name is &amp;quot;Uncle Sam.&amp;quot;
&lt;br&gt;&lt;br&gt;America's banking industry is exclusively Jewish-run. The same goes for Wall Street brokerage and investment houses. Investigate for yourself and you'll discover that the New York-Chicago money crowd is nearly 100 percent Jews. They're the onesthese bamboozling and crafty, satanic Jewswho greedily have broken the
&lt;br&gt;backs of millions of bedraggled and unsuspecting American workers through their unparalleled lust for filthy lucre.
&lt;br&gt;&lt;br&gt;Jesus told us this would be the case. He warned us in advance. He gave the Jews a choice: God or Mammon. They chose Mammon (i.e., money) and then added icing to their cake on earth by torturing, mocking, then finally nailing our Lord and Savior to a wooden cross. Oh, excuse me. The Jews didn't do it themselves. They
&lt;br&gt;never do. They got the Romans to do their dirty work. Pilate at first refused, until the Jews made it clear to the Roman Governor he better do their bidding, or else. Like today's miserly and cowardly politicians, Pilate caved in.
&lt;br&gt;Crucified on a Cross of Gold
&lt;br&gt;&lt;br&gt;Now, it's America's turn to be crucified, on a cross of Jewish-owned gold. The Jews of Wall Street are the perps of this crucifixion. They run Wall Street, have their grimy hands all over our U.S. Treasury, force Congress to bow down and worship their murderous idol, &amp;quot;Israel,&amp;quot; and then lie and cast blame elsewhere.
&lt;br&gt;&lt;br&gt;Now Bernie Madoff, former chairman of the NASDAQ Stock Exchange, is only one of thousands of money manipulating Jewish thugs running loose in these 50 statesand they all have Gentile lackeys kissing their feet and mopping floors for themmen like George W. (&amp;quot;McMoron&amp;quot;) Bush, Bill (&amp;quot;Bimbo&amp;quot;) Clinton, and Vice President
&lt;br&gt;Joe (&amp;quot;Big Mouth Clown&amp;quot;) Biden, just to name a few. But consider the damage that this one scheming Jew, Madoff, did and multiply that times, say, 100,000.
&lt;br&gt;&lt;br&gt;Writing in the Business section of the Austin American-Statesman (December 28, 2008), news reporter Scott Burns commented on the Madoff robbery:
&lt;br&gt;&lt;br&gt;&amp;quot;The loss is mind-boggling...One way to measure the extent of the damage is to compare the $50 billion to measures of loss in the FBI Uniform Crime Reports. In 2007 there were 9.8 million crimes against property in the United States. This included about 2.2 million burglaries, 6.6 million thefts, and 1.1 million car thefts.
&lt;br&gt;&lt;br&gt;I think you'll agree that 9.8 million crimes represent a veritable army of miscreants. In spite of that, our total losses to such property crimes in 2007 throughout the entire United States were a mere $17.6 billion...
&lt;br&gt;&lt;br&gt;But when you add up all the losses in 9.8 million common property crimes, it's just a fraction of the estimated $50 billion loss attributed to Madoff.
&lt;br&gt;&lt;br&gt;Jews Also Behind the Most Inhumane, Bloody Crime in History
&lt;br&gt;&lt;br&gt;Think of it. One evil Jew, Madoff, made off with a staggering total equal to somewhere near the losses of about 30 million crimes. There's more, of course. It's not just the money. The Jews are also behind the most sinister and bloody inhuman crime ever committed in the annals of human historythe Soviet Communist Holocaust.
&lt;br&gt;&lt;br&gt;The late Aleksandr Solzhenitsyn, the 20th century's most acclaimed literary figure and historian, reported in his final book, Two Hundred Years Together, that the Jews were the revolutionary conspirators and mass murderers responsible for the Communist holocaust in which a mind-warping 66 million innocent victims were
&lt;br&gt;tortured, imprisoned in filthy, gruesome gulag camps and, finally, unmercifully executed. Lenin, Trotsky, Kaganovichall these Communist monsters were Jews and their talmudic goal was a global Communist &amp;quot;Utopia,&amp;quot; led, of course, exclusively by Zionist Jews.
&lt;br&gt;&lt;br&gt;Allegedlyand I use that word advisedlythe Jews accuse Hitler and his Nazis of the murder of six million in the misnamed German &amp;quot;holocaust.&amp;quot; Modern-day researchers, however, are discovering that this figure, six million, is grossly exaggerated so that Jews can appear as &amp;quot;victims&amp;quot; and thus continue incessantly to demand
&lt;br&gt;money and reparations from a clueless and guilt-filled Gentile world.
&lt;br&gt;66 Million Butchered by Jews!
&lt;br&gt;&lt;br&gt;Nevertheless, contrast this six million Jewish dead number to Solzhenitsyn's very accurate statistic of 66 million slain by the psychopathic Jewish Communists in the former Soviet Union. Many, if not most, of these victims were Christians. (Note: Jews were favored in the U.S.S.R. and synagogues were protected. Anti-Semitic
&lt;br&gt;&amp;quot;crimes&amp;quot;even thought crimeswere met with death sentences by Jewish courts in the Soviet justice system).
&lt;br&gt;&lt;br&gt;Tally it up: 66 million Christians slaughtered by the Jews, 6 million (allegedly) by the Nazis. That's eleven dead Christians for each and every Jew. The world has no sorrow for these 66 million dead, their survivors get no reparations, and their Jewish tormentorsincluding scores of Jewish Gulag Commandantstoday remain free.
&lt;br&gt;Some live in luxury in Israel and pleasurably enjoy fat bank accounts, money plundered from hapless Christian victims.
&lt;br&gt;Barack Obama, America's First Jewish President
&lt;br&gt;&lt;br&gt;The Jews did it to Russia, Ukraine, Georgia, Estonia, Kazakhstan, and all the other Communist prison nations. Now, in 2009, they're scheduled to do the same thing to the once, great U.S.A. Barack Obamawhom Chicago's wealthiest Jews boast is America's &amp;quot;First Jewish President&amp;quot;is their chosen instrument. Wily, cunning,
&lt;br&gt;handsome, Obama has a cohort Jew to assist him in this assigned mission of human and national destruction. That would be Rahm &amp;quot;The Cruel&amp;quot; Emanuel, the Enforcer, the new White House Chief of Staff. Just for writing this article, I expect to be placed near the top of this wicked man's &amp;quot;Hit List.&amp;quot; And I suspect there will be so
&lt;br&gt;many on this list that the White House and its Homeland Security Department will need a whole warehouse full of computers just to store all the millions of names.
&lt;br&gt;&lt;br&gt;FDR had his &amp;quot;New Deal;&amp;quot; today, in 2009, Barack Hussein Obama and his Trotskyite, left-hand lieutenant, the beady-eyed Israeli dual citizen, &amp;quot;Rahm the Cruel,&amp;quot; have in mind the &amp;quot;Jew Deal.&amp;quot; The goal: The Sovietization of America, the extinguishing of our historic Bill of Rights, the end of U.S. sovereignty, and the death of
&lt;br&gt;multitudes who will refuse to bow down to the ruthless tyrants who wear the six-pointed Red Star in their hearts like a dagger.
&lt;br&gt;&amp;quot;If You Can, Come and Take It&amp;quot;
&lt;br&gt;&lt;br&gt;Our enemies, regrettably, occupy the highest offices in the land. But they don't have everything they desire and lust for. They don't have the fawning allegiance and docile service of you, me, and thousands of other patriots who bravely oppose their black-hearted plot.
&lt;br&gt;&lt;br&gt;I am not, by nature, a violent man, and I pray fervently for peace and harmony to prevail. I pray, too, that the schemes of the Zionist Jews plotting against America will fail, that our Constitution will be respected and that the corrupt money-thieves on Wall Street and elsewhere will soon be outed and put in prisons, where they
&lt;br&gt;belong.
&lt;br&gt;&lt;br&gt;But if not, then I say, let us fight for the right. Here we stand, by virtue of Truth and Justice, and I say to Obama, Emanuel, and the other Zionist traitors: &amp;quot;Here we are; if you can, come and take it, but know this: You have a fight on your hands, because we will not go quietly out into that soft, sweet night. And believe me, you
&lt;br&gt;can take that, along with your ill-begotten gains, to the bank.&amp;quot;
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://ziopedia.org/articles/jewry/wealth_of_u.s.a._plundered_by_jews/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ziopedia.org/articles/jewry/wealth_of_u.s.a._plundered_by_jews/&lt;/a&gt;&lt;br&gt;&lt;br&gt;----&amp;lt;&amp;gt;----
&lt;br&gt;&lt;br&gt;The Holocaust is Now Catholic Dogma
&lt;br&gt;Thursday, 05 February 2009
&lt;br&gt;By Mark Glenn
&lt;br&gt;&lt;br&gt;The last time a Pope of the Catholic Church defined an infallible dogma was in the year 1950. Pope Pius XII used this power reserved for the Vicar of Christ when speaking ex cathedra to define the Dogma of the Assumption of Mary. It was an extraordinary event because a pope using the power of infallibly to define a dogma is
&lt;br&gt;done so rarely, and most popes have never used this power. Before Pius XII, the last pope to invoke papal infallibly to define a dogma was Pius IX in 1854, when he defined the Dogma of the Immaculate Conception. Both of these dogmas referred to events that had occurred 19 centuries before , and that had been studied by
&lt;br&gt;the best minds of the Church for almost as long. Thats because when making an infallible statement - it goes without saying - it cant contain any errors! Fast forward to 2009 and Pope Benedict XVI has just defined a new dogma regarding a secular event that has nothing to do with the Faith. Moreover, this dogmatic event
&lt;br&gt;only occurred in the middle of the 20th Century- &amp;nbsp;and no one is allowed to investigate to see if it contains any errors!
&lt;br&gt;&lt;br&gt;A dogma is an infallible teaching of the Catholic Church that must be believed by every Catholic or theyre not in communion with the Church. In the past, a dogma referred only to a matter of Christian faith, and Catholics could believe whatever they wanted about historical events. But todays remarks from the Vatican make it
&lt;br&gt;clear that the Jewish version of the Holocaust, in which 6 million Jews were killed in gas chambers, must be believed by every Catholic or theyre not in communion with the Church. That makes the Holocaust an official dogma of the Catholic Faith (*sarcasm*). Heres the news out of the Vatican.
&lt;br&gt;&lt;br&gt;On Jan. 28, the pope said he felt full and indisputable solidarity with Jews, and warned against any denial of the full horror of the Nazi genocide.
&lt;br&gt;&lt;br&gt;Bishop Williamson, in order to be admitted to episcopal functions within the church, will have to take his distance, in an absolutely unequivocal and public fashion, from his position on the Shoah, which the Holy Father was not aware of when the excommunication was lifted, the statement said. The Shoah is the Hebrew term for
&lt;br&gt;the Holocaust.
&lt;br&gt;&lt;br&gt;Jewish groups welcomed the Vatican statement, saying it satisfied their key demand.
&lt;br&gt;&lt;br&gt;This was the sign the Jewish world has been waiting for, said Ronald Lauder, president of the World Jewish Congress.
&lt;br&gt;&lt;br&gt;Yes, this is the sign the Jewish world has been waiting for, but what exactly does this sign really mean? It means that in the post-Vatican II Church, the Shoah has replaced the Crucifixion as the central event in history. And do you notice the subtle switcheroo here? Now, instead of the central tenet of the Christian faith
&lt;br&gt;pertaining to the murder of the Christ by Jews, the new central tenet refers to the murder of Jews by Christians! This should come as no surprise to those who understand what really lies at the heart of the problem. At its core, this is a spiritual battle thats being waged above our heads. Its Christ vs. anti-Christ, and each of us
&lt;br&gt;must choose a side.
&lt;br&gt;&lt;br&gt;Lucifer wanted to be equal to God and out of pride refused to accept being a servant. When he uttered his famous non servium he took a third of the angels with him and set about waging war against God. When God sent His Son to redeem the world, Lucifer tried to prevent it. He took Jesus to the mountain top and tempted
&lt;br&gt;Him, saying if you just bow down and worship me, I will give you all these things. &amp;nbsp;Jesus told the devil to buzz off. The Jews who rejected Jesus as the Messiah did so out of racial pride and ambition. They wanted an earthly kingdom where they would always be the Chosen Ones and did not want to share a kingdom with the
&lt;br&gt;gentiles. But Jesus emphatically said that His kingdom was not of this world and to share the good news with the gentiles. The Jews who accepted the Messiah became the first Christians, and those who rejected Him fell into spiritual blindness. Satan takes advantage of Jewish hatred of Jesus and uses them to battle against
&lt;br&gt;the Church of Christ. The Jews continue to wait for a wordly Messiah, but the Messiah they await is known to us as the anti-Christ. Therefore, all Christians must love and pray for the Jewish people to accept Christ as the Messiah, thereby snatching them from the jaws of Satan, whom they dont realize they are serving.
&lt;br&gt;&lt;br&gt;This battle between Christ and anti-Christ is 2,000 years old and all popes throughout history have waged it (at least until 1958). Thats what makes the Churchs post-Vatican II attitude toward the Jews so perplexing, since it enables them to continue in spiritual blindness and sets the stage for the coming of the anti-Christ. Pope
&lt;br&gt;Leo XIII had a vision at the end of the 19th Century in which he forsaw that the devil had been given extra powers for 100 years to try to destroy the Church. This seems to coincide with the shift in power that took place in the 20th Century when after two world wars, the Jews took Palestine and solidified their control over the
&lt;br&gt;West. This was also the century in which the Jews unleashed their most deadly weapon, Communism, which caused the deaths of millions of people. &amp;nbsp;But these peoples genocides go unnoticed and certainly have not been declared dogma by a pope of the Catholic Church. Another clue that something is amiss inside the
&lt;br&gt;Church is that the Second Vatican Council refused to condemn Communism, but declared that anti-Semitism was a sin (without defining what constitutes anti-Semitism).
&lt;br&gt;&lt;br&gt;Enter Archbishop Marcel Lefebvre, the Society of St. Pius X (SSPX), and the man whos currently being crucified, Bishop Richard Williamson. Archbishop Lefebvre himself had fought inside the Second Vatican Council to prevent the coup of the liberals. He also stated that the mere fact that the Council refused to condemn
&lt;br&gt;Communism was enough to call the Council into question. The Archbishop knew that something nefarious had happened inside the Church and sensed that he was waging a battle against powers and principalities. In terms of his plans to restore Tradition, in the Biography of Marcel Lefebvre by Bishop Tissier de Mallerais, he
&lt;br&gt;quotes the Archbishop as saying (pp. 500-501):
&lt;br&gt;&lt;br&gt;The Council is a non-infallible act of the Magisterium and, therefore, it is open to being influenced by a bad spirit  Therefore, we need to apply the criterion of Tradition to the various Council documents to see what we can keep, what needs clarifying, and what should be rejected.
&lt;br&gt;&lt;br&gt;And thats exactly the whole point of the negotiations between the SSPX and the Vatican that have been going on for almost 40 years. After the release of the Latin Mass and the lifting of the excommunications, the next phase is doctrinal discussions. But somebody doesnt want that to happen. Archbishop Lefebvre founded
&lt;br&gt;the SSPX in 1970 in order to train priests in Tradition and not in the confusing, untraditional, Judeo-Masonic manner of the post-Conciliar era. The greatest threat to Revolutionaries is those who are not afraid to resist them to the face, i.e., the Counter-Revolutionaries. That is why Pope John Paul II would not allow Archbishop
&lt;br&gt;Lefebvre to consecrecate bishops, something that is usually rubber-stamped for every other order. John Paul II wanted the SSPX to go extinct after the death of its founder and put a stop to the Counter-Revolution. And if the Council really was influenced by a bad spirit as the Archbishop said, then certainly any attempt to
&lt;br&gt;exorcise this bad spirit would be met with the fiercest resistance by those who work for the anti-Christ.
&lt;br&gt;&lt;br&gt;This is where the controversy over Bishop Williamsons remarks about the actual number of Jews killed in the Holocaust comes into the scenario. If the Jews are (wittingly or unwittingly) working to bring about the reign of the anti-Christ, then part of their strategy has to be to neutralize the Church. In their effort to overturn the
&lt;br&gt;crucifixion and replace it with the Shoah, theyre trying to utilize the Church to bring this about. And any force that appears to provide resistance to this switcheroo will be seen as the gravest possible threat. Because truly, it wouldnt have mattered if Bishop Williamson had not said a word about the Shoah, they would have
&lt;br&gt;found something else to try to impede the Churchs return to Tradition. Because Christ and anti-Christ cannot co-exist on equal terms - one must naturally dominate the other. And the Church returning to Tradition and her normal role as the Church Militant is the one monkey wrench that could be thrown into the plans of the anti-
&lt;br&gt;Christ. No other challenger intimidates them, absolutely no one else causes them to tremble. But a fully traditional Church Militant with a billion souls in her army is the one thing that could defeat their plans. And thats what this is really all about.
&lt;br&gt;&lt;br&gt;Bishop Williamson now finds himself in the center of a controvery that has been coming to a head for a very long time. In perusing the Catholic blogosphere, it appears that most Catholics (even trads) wish that he had just kept his mouth shut. But they would probably have said the same thing to Jesus, so as not to annoy the
&lt;br&gt;Pharisees. But Im convinced Our Lord Jesus Christ knows what he is doing. Because it is time to confront the truth, as the the hour glass of time winds down, and get ready for the final conflagration. But it appears most Christians would rather retreat to the hills, rather than risk not being popular with the world. Thankfully, for the
&lt;br&gt;sake of our salvation, Jesus Himself was not so pusillanimous. And hopefully Bishop Williamson wont be so pusillanimous either, since his founder, Archbishop Marcel Lefebvre, most assuredly was not. The Archbishop personally chose Richard Williamson to carry on his work after his death, to be a successor to the apostles.
&lt;br&gt;The only question that remains is: will he be like St. John or like the others who abandoned Jesus for fear of the Jews.
&lt;br&gt;&lt;br&gt;The Church and the Jews have been locked in this battle for 2,000 years, so this latest controversy is nothing to be surprised about. Satan uses the poor, blinded Jews to attack the Lords Church because he doesnt want us or them to be saved. But at least in the past, it used to be clear which side the popes were on! The
&lt;br&gt;Pope and SSPX bishops need all our prayers and support right now, because they are going through a trial by fire. And, at least in this early stage, it appears Bishop Fellay is starting to get cold feet. Every day for the past several days he has issued a denunciation of his colleague, Bishop Williamson, each one more hysterical
&lt;br&gt;than the last. He even went so far as to refer to the Jews as our elder brothers in the faith, as though the Talmud has anything to do with our Faith. When I said last week that I wished Bishop Fellay would one day be pope, I didnt mean in the mold of John Paul II!
&lt;br&gt;&lt;br&gt;Let us pray especially for Pope Benedict XVI, the keeper of the keys to heaven, that he prove himself a worthy successor of St. Peter, and that he not imitate Peter in his denial of Jesus Christ. Archbishop Lefebvre recognized that the day would come when the SSPX would be called on to save the Church. And judging by the
&lt;br&gt;howls and screams from the satanic press, that day might be just around the corner. Let us hope that we also have the courage to stand beside them, no matter how much the media attack and lambaste us. Its for the Jews own good after all, for they know not whom they are serving. As the Archbishop wrote in 1966 (ibid, pp.
&lt;br&gt;382-83):
&lt;br&gt;&lt;br&gt;When the Holy Father realizes that those whom he trusted are leading the Church to her ruin, he will find himself a group of bishops  who are ready to rebuild. Unfortunately, the time has not yet come, because the Holy Father himself must change what he is doing, and that conversion will be painful.
&lt;br&gt;&lt;br&gt;Let us hope that the time has come and that Pope Benedict will accept the help of the SSPX. It is time for the Holy Father to stop taking sides with the enemies of the Church and stop defining &amp;nbsp;secular events as dogma, especially ones so riddled through with holes. May God save the Church through His servant, Pope
&lt;br&gt;Benedict, although the Popes conversion will be painful.
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://ziopedia.org/articles/holocaust/the_holocaust_is_now_catholic_dogma/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ziopedia.org/articles/holocaust/the_holocaust_is_now_catholic_dogma/&lt;/a&gt;&lt;br&gt;&lt;br&gt;----&amp;lt;&amp;gt;----
&lt;br&gt;&lt;br&gt;Why No Neocon Assassinations? Because The War On Terror Is A Hoax
&lt;br&gt;February 03, 2009
&lt;br&gt;By &amp;nbsp;Paul Craig Roberts
&lt;br&gt;&lt;br&gt;According to US government propaganda, terrorist cells are spread throughout America, making it necessary for the government to spy on all Americans and violate most other constitutional protections. Among President Bushs last words as he left office was the warning that America would soon be struck again by Muslim
&lt;br&gt;terrorists.
&lt;br&gt;&lt;br&gt;If America were infected with terrorists, we would not need the government to tell us. We would know it from events. As there are no events, the US government substitutes warnings in order to keep alive the fear that causes the public to accept pointless wars, the infringement of civil liberty, national ID cards, and
&lt;br&gt;inconveniences and harassments when they fly.
&lt;br&gt;&lt;br&gt;The most obvious indication that there are no terrorist cells is that not a single neocon has been assassinated.
&lt;br&gt;&lt;br&gt;I do not approve of assassinations, and am ashamed of my countrys government for engaging in political assassination. The US and Israel have set a very bad example for al Qaeda to follow.
&lt;br&gt;&lt;br&gt;The US deals with al Qaeda and Taliban by assassinating their leaders, and Israel deals with Hamas by assassinating its leaders. It is reasonable to assume that al Qaeda would deal with the instigators and leaders of Americas wars in the Middle East in the same way.
&lt;br&gt;&lt;br&gt;Today every al Qaeda member is aware of the complicity of neoconservatives in the death and devastation inflicted on Muslims in Iraq, Afghanistan, Lebanon and Gaza. Moreover, neocons are highly visible and are soft targets compared to Hamas and Hezbollah leaders. Neocons have been identified in the media for years,
&lt;br&gt;and as everyone knows, multiple listings of their names are available online.
&lt;br&gt;&lt;br&gt;Neocons do not have Secret Service protection. Dreadful to contemplate, but it would be childs play for al Qaeda to assassinate any and every neocon. Yet, neocons move around freely, a good indication that the US does not have a terrorist problem.
&lt;br&gt;&lt;br&gt;If, as neocons constantly allege, terrorists can smuggle nuclear weapons or dirty bombs into the US with which to wreak havoc upon our cities, terrorists can acquire weapons with which to assassinate any neocon or former government official.
&lt;br&gt;&lt;br&gt;Yet, the neocons, who are the Americans most hated by Muslims, remain unscathed.
&lt;br&gt;&lt;br&gt;The &amp;quot;war on terror&amp;quot; is a hoax that fronts for American control of oil pipelines, the profits of the military-security complex, the assault on civil liberty by fomenters of a police state, and Israels territorial expansion.
&lt;br&gt;&lt;br&gt;There were no al Qaeda in Iraq until the Americans brought them there by invading and overthrowing Saddam Hussein, who kept al Qaeda out of Iraq. The Taliban is not a terrorist organization, but a movement attempting to unify Afghanistan under Muslim law. The only Americans threatened by the Taliban are the Americans
&lt;br&gt;Bush sent to Afghanistan to kill Taliban and to impose a puppet state on the Afghan people.
&lt;br&gt;&lt;br&gt;Hamas is the democratically elected government of Palestine, or what little remains of Palestine after Israels illegal annexations. Hamas is a terrorist organization in the same sense that the Israeli government and the US government are terrorist organizations. In an effort to bring Hamas under Israeli hegemony, Israel employs
&lt;br&gt;terror bombing and assassinations against Palestinians. Hamas replies to the Israeli terror with homemade and ineffectual rockets.
&lt;br&gt;&lt;br&gt;Hezbollah represents the Shiites of southern Lebanon, another area in the Middle East that Israel seeks for its territorial expansion.
&lt;br&gt;&lt;br&gt;The US brands Hamas and Hezbollah &amp;quot;terrorist organizations&amp;quot; for no other reason than the US is on Israels side of the conflict. There is no objective basis for the US Department of States &amp;quot;finding&amp;quot; that Hamas and Hezbollah are terrorist organizations. It is merely a propagandistic declaration.
&lt;br&gt;&lt;br&gt;Americans and Israelis do not call their bombings of civilians terror. What Americans and Israelis call terror is the response of oppressed people who are stateless because their countries are ruled by puppets loyal to the oppressors. These people, dispossessed of their own countries, have no State Departments, Defense
&lt;br&gt;Departments, seats in the United Nations, or voices in the mainstream media. They can submit to foreign hegemony or resist by the limited means available to them.
&lt;br&gt;&lt;br&gt;The fact that Israel and the United States carry on endless propaganda to prevent this fundamental truth from being realized indicates that it is Israel and the US that are in the wrong and the Palestinians, Lebanese, Iraqis, and Afghans who are being wronged.
&lt;br&gt;&lt;br&gt;The retired American generals who serve as war propagandists for Fox &amp;quot;News&amp;quot; are forever claiming that Iran arms the Iraqi and Afghan insurgents and Hamas. But where are the arms? To deal with American tanks, insurgents have to construct homemade explosive devices out of artillery shells. After six years of conflict the
&lt;br&gt;insurgents still have no weapon against the American helicopter gunships. Contrast this &amp;quot;arming&amp;quot; with the weaponry the US supplied to the Afghans three decades ago when they were fighting to drive out the Soviets.
&lt;br&gt;&lt;br&gt;The films of Israels murderous assault on Gaza show large numbers of Gazans fleeing from Israeli bombs or digging out the dead and maimed, and none of these people are armed. A person would think that by now every Palestinian would be armed, every man, woman, and child. Yet, all the films of the Israeli attack show an
&lt;br&gt;unarmed population. Hamas has to construct homemade rockets that are little more than a sign of defiance. If Hamas were armed by Iran, Israels assault on Gaza would have cost Israel its helicopter gunships, its tanks, and hundreds of lives of its soldiers.
&lt;br&gt;&lt;br&gt;Hamas is a small organization armed with small caliber rifles incapable of penetrating body armor. Hamas is unable to stop small bands of Israeli settlers from descending on West Bank Palestinian villages, driving out the Palestinians, and appropriating their land.
&lt;br&gt;&lt;br&gt;The great mystery is: why after 60 years of oppression are the Palestinians still an unarmed people? Clearly, the Muslim countries are complicit with Israel and the US in keeping the Palestinians unarmed.
&lt;br&gt;&lt;br&gt;The unsupported assertion that Iran supplies sophisticated arms to the Palestinians is like the unsupported assertion that Saddam Hussein had weapons of mass destruction. These assertions are propagandistic justifications for killing Arab civilians and destroying civilian infrastructure in order to secure US and Israeli hegemony
&lt;br&gt;in the Middle East.
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://vdare.com/roberts/090203_terror.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vdare.com/roberts/090203_terror.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;You or someone using your email adress is currently subscribed to the Lawrence Auster
&lt;br&gt;Newletter. If you wish to unsubscribe from our mailing list, please let us know by calling &amp;quot;to 1 212 865 1284
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Lawrence Auster,
&lt;br&gt;238 W 101 St Apt. 3B
&lt;br&gt;New York, NY &amp;nbsp;10025
&lt;br&gt;Contact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21856791&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lawrence.auster@...&lt;/a&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21856791&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21856791&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wealth-of-U.S.A.-Plundered-by-Jews----The-Holocaust-is-Now-Catholic-Dogma-----Why-No-Neocon-Assassinations--tp21856791p21856791.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21737194</id>
	<title>The Military, Industrial Complex is no more -- The Hidden Massive Racial Discrimination in America against Whites</title>
	<published>2009-01-29T14:04:37Z</published>
	<updated>2009-01-29T14:04:37Z</updated>
	<author>
		<name>Lawrence Auster</name>
	</author>
	<content type="html">The Military, Industrial Complex is no more. Today it is the Political, Financial and Media  Zionist Complex!
&lt;br&gt;1/28/2009
&lt;br&gt;&lt;br&gt;An short essay by Dr. David Duke
&lt;br&gt;&lt;br&gt;The Military-Industrial complex really has no relevance to the real holders of global power today.
&lt;br&gt;&lt;br&gt;America is the most powerful military and economic nation on earth. The powers that control the levers of political power in America possess the greatest power the world has ever seen.
&lt;br&gt;&lt;br&gt;Who really has power over the government today? Is it the fabled Military, Industrial Complex?
&lt;br&gt;&lt;br&gt;An effective gauge of direct political power in America is to discover who provided the pivotal amounts of the billion-dollar recent campaigns for U.S. President. You can look directly at campaign contributions for every candidate from the Federal Election Commission in order to find out who holds the real power in politics.
&lt;br&gt;&lt;br&gt;So, who holds the real power over the American political establishment?
&lt;br&gt;&lt;br&gt;Lets first look at who does not hold much power over the establishment.
&lt;br&gt;&lt;br&gt;1) It is not the military. There is not any organized military monetary influence or even significant political influence of the military over the politicians. In fact, no one in military positions of authority are allowed to openly get involved in politics. No active sergeant, lieutenant, or General can send out a directive to the men under him to support or oppose a particular candidate (the one exception I know to that was when the Louisiana commanding general of the National Guard, under Jewish influence, sent a letter to all national guardsmen telling them that it was their patriotic duty to vote against David Duke and for the Liberal corrupt former Governor, Edwin Edwards. Even that caused a scandal in military circles, as it should have.
&lt;br&gt;&lt;br&gt;2) It is NOT major manufacturing or even the huge oil companies. There was not one oil company and only a couple of legitimate manufacturing or industrial concerns on Obama and McCains top twenty contributor list. The list was completely dominated by Zionist international banking firms. If one combines every defense contractors contributions the money they give in politics is minuscule compared to Zionist international banks. They dont even come close to the power in lobbying that AIPAC and a couple of dozen more Jewish extremist organizations have. Jewish lobbyists literally get almost unanimous support in Congress for outrageous giveaways to Israel, a nation that has committed terrorism against us and killed or maimed scores of Americans. I am not talking about contracts here, I am speaking about giving away billions of dollars to a foreign nation.
&lt;br&gt;&lt;br&gt;So, so much for the media-popularized term, the military-industrial complex
&lt;br&gt;&lt;br&gt;In direct political money and lobbying then, Zionists are the undisputed masters of the American political establishment. In addition to their control through the use of money as an inducement or a threat, they have tens of thousands of Jewish extremists scattered throughout the entire bureaucracy who are very conscious of supporting their brethren and supporting the organized Jewish agenda. They also are ready to act against any Gentile who dares to go against Israel or the Jewish agenda.
&lt;br&gt;&lt;br&gt;How will a Jewish federal judge rule in a huge litigation issue between Jewish and non-Jewish parties? Why was the biggest robber in the history of the world, Bernie Madoff who stole over 50 billion dollars and who ruined tens of thousands of families, only charged with one criminal count, and allowed to stay in his luxury apartment to await trial?
&lt;br&gt;&lt;br&gt;Is there an organized Jewish agenda? Absolutely. In fact, the leading and most powerful Jewish groups have a supra-organization called the Council of Presidents (composed of the most powerful 5 dozen Jewish organizations in America). They issue detailed positions not just on Mideast policy but on many other issues that have nothing to do with Israel, aspects of domestic policy including issues such as opening Americas borders. They even assume positions on issues that you wouldnt even think would have unanimity among Jews, such as abortion rights. Their job is to make sure that Jewish power is absolutely united on what they decide are their common agendas.
&lt;br&gt;&lt;br&gt;Next, we must talk about one of the most influential parts of the American political process, the mass media. The media, such as the NY Times and the Washington Post (the newspaper read by every member of Americas government and bureaucracy in Washington).
&lt;br&gt;&lt;br&gt;The Washington Post can determine even what issues Congress will discuss and it greatly affects the publicity for or against those issues. Broadcast and cable television also have an enormous impact, and we can include movies, books, magazines and the newspaper chains that reach down into almost every American community. As my chapters in Jewish Supremacism on Jewish Media Supremacy document, the ownership, depth and breadth of Jewish influence in the media is simply breathtaking.
&lt;br&gt;&lt;br&gt;In media, whether you speak of owners, administrators, managers, editors, producers, writers, correspondents, pundits and reporters, there is an army of Jews who are animated by the Holocaust and the issues of the organized Jewish community. If you havent yet read them, you simply must see the evidence on the Jewish supremacy in media I have compiled in my books Jewish Supremacism and My Awakening.
&lt;br&gt;&lt;br&gt;The other great seat of establishment power is simply money, huge sums of money and the willingness to use those funds on behalf of an agenda. The biggest concentrations of wealth in the world today are in the Zionist international banks, and in financial groups that the Jews completely control such as the Federal Reserve Corporation, the same forces that have led us to the doorstep of a great depression. It is no accident that Alan Greenspan and Ben Shalom Bernanke are the last two of the Federal Reserve czars.
&lt;br&gt;&lt;br&gt;Even in days of World War I, an immensely rich, Jewish international banker, Jacob Schiff, voiced pride in the fact that he was instrumental in weakening Czarist Russia (the government that Jews universally hated), and that he supported Russias enemies so as to make Russia ripe for communist overthrow (Jewish groups brag of his help to Japan in the Russo-Japanese War so as to hurt the Russian government). Schiff also gave millions of dollars to directly finance the Jews who led and organized the Russian revolution and the Bolshevik terror in Russia. There is no disputing of these facts. Plenty of Jewish history books detail all of it.
&lt;br&gt;&lt;br&gt;So, frankly, financial power in the control of people who will use it for an agenda is also a key ingredient of real power. Again, the financial power in the hands of modern day Jacob Schiffs, is an incredibly powerful weapon.
&lt;br&gt;&lt;br&gt;So forget about the Military-Industrial Complex. That is passe.
&lt;br&gt;&lt;br&gt;In todays world it makes more sense to speak about the Political, Financial and Media Zionist complex. That is the real core of power that bends everything whether it be local laws, or giant corporations, to its will. Even if one of the worlds richest firms, such as Microsoft (which is now by the way run by a Jewish extremist), would buck the political, financial, and media Zionist complex, it would be broken by government fiat, the Jewish-influenced courts (such as anti-trust actions), and by vicious attacks by the Jewish-influenced media. Microsoft would either be dismembered or destroyed.
&lt;br&gt;&lt;br&gt;Such are the realities of the modern world.
&lt;br&gt;&lt;br&gt;There is no longer a military industrial complex, but there is a Political and media and financial Zionist complex that rules us and aims to control the whole world.
&lt;br&gt;&lt;br&gt;No single part of this behemoth can be defeated, because it can use its other assets to defend the section under attack. It can only be brought down by concentrating all our political and ideological fire right on the core the problem, International Zionism and its driving impetus: Jewish Supremacism.
&lt;br&gt;&lt;br&gt;Dr. David Duke
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/forget-the-military-industrial-complex-today-its-the-political-financial-and-media-zionist-complex_7394.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/forget-the-military-industrial-complex-today-its-the-political-financial-and-media-zionist-complex_7394.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;The Hidden Massive Racial Discrimination in America against Whites
&lt;br&gt;1/29/2009
&lt;br&gt;&lt;br&gt;The main argument for affirmative action is that institutions should reflect racial percentages of population, if not there must be de facto racial discrimination. Here is the breakdown of students by race at Americas premier university, Obamas alma mater, Harvard. Even though non-Jewish White Americans are almost 70 percent of the population and on average score much higher on entrance exams, they are only about 22 percent of the Harvard student body. So what race is really the victim of racial discrimination? For those who are truly dedicated to stopping racial discrimination, what are you going to do about this massive discrimination, or does it not matter to you because White people happen to be the victims?
&lt;br&gt;&lt;br&gt;The hidden, massive racial discrimination that goes on in America against White people!
&lt;br&gt;&lt;br&gt;A U.S. Government study offers proof that European Americans face massive institutional racial discrimination that affects millions of the most talented and educated of our people
&lt;br&gt;&lt;br&gt;Introduction by Dr. David Duke  As most of you know, the term white supremacist has become literally a prefix of my name when I am in the news. It is the medias way to condition readers not to pay attention to what I say because I am a white supremacist. The truth is I am not a White supremacist, and I seek no supremacy or control over any people, but I do demand that the rights of people of European descent to be respected as much as any other peoples rights.
&lt;br&gt;&lt;br&gt;The fact is that in the United States of America, Canada, the UK in many areas of Europe Whites face a powerful state-sanctioned, and often mandated, racial discrimination against White people who are better-qualified than their non-White counterparts. It may be surprising to some reading this, but millions of discriminated against Whites are often poorer and who face more difficult social situations than many of their non-White counterparts who are being given preference over them.
&lt;br&gt;&lt;br&gt;It also affects the most talented of our people. &amp;nbsp;Many Whites are under the mistaken impression that the White victims of racial discrimination are mostly from the low income and low IQ sectors of the population. Nothing could be further from the truth. In actuality, the percentages of Whites who are victims of racial discrimination are much higher in the sectors of the White population with the highest intelligence and greatest abilities. The facts are shocking, but true.
&lt;br&gt;&lt;br&gt;Most people know that most universities have programs of admittance that give less-qualified minorities preference over better-qualified Whites. Almost all of the Fortune 500 largest corporations have affirmative action and diversity programs that discriminate against White people, both male and female, in hiring. They also have programs of discrimination that favor non-Whites in promotions and advancement. This is true in the academic area as well. You can look at almost any academic department of any American university and you will see in place a strong racial bias for minorities in preface over Whites in hiring and advancement. Whether you are talking about a university History, English or Math department in almost any university these policies are in place and powerful. These racial discriminatory policies are real, and they can be easily proven to exist. But, now we thanks to a government study, there is even a more powerful way to show their real impact on tens of mi
&lt;br&gt;&amp;nbsp;llions of White Americans.
&lt;br&gt;&lt;br&gt;The brilliant economist and author whose pen name is Yggdrasil has compiled the data from the National Longitudinal Survey of Youth (NLSY) 1979, which was a massive study conducted by the Department of Labor to track the lives of 155,000 Americans by race, IQ, income, education and other factors to see how remedial efforts for minorities were doing.
&lt;br&gt;&lt;br&gt;It was done after the installation of so called affirmative action programs which gave preference to non-White groups over whites. The NLSY study is meant to follow this huge sampling for their entire lives to see how diversity is working out for America. The data is from this ongoing study is tangible proof of the horrendous level of racial discrimination going on against White people. I will link you to Yggdrasils fine paper in a moment, but let me first give you a couple of snippets from his work that proves the existence of massive racial discrimination going on against our people.
&lt;br&gt;&lt;br&gt;Here is a chart showing the ethnic breakdown of the most prestigious university in the United States of America: Harvard. Americas premier university is extremely expensive (unless you receive special grants and scholarships) and a degree from it just about guarantees its graduates the best paid and prestigious jobs America has to offer.
&lt;br&gt;&lt;br&gt;Affirmative action advocates have long said the companies or institutions that dont reflect the actual racial population percentages are de facto racist and discriminatory. So what is the situation at Harvard, non-Jewish Whites who are about 70 pecent of the American population are only about 22 percent of the Harvard student body.
&lt;br&gt;&lt;br&gt;One should first consider the fact that Whites are represented in the top two percentile level on college admission tests on an average that is a 5 times higher rate than non-White groups. If one then factors in the fact that Whites are also 70 percent of the population, there should be at least 25 times more Whites who would be better qualified than the non-White students currently at Harvard. But even though these Whites are the best and brightest America has to offer they are limited to only 20 percent of Harvard students! Such is nothing more than blatant, racial discrimination. Another interesting fact one can gleam from this chart and many in the NLSY studies that Jewish over-representation is not based simply on the fact that Jews have a high intelligence, they often do twice as well as their intelligence bracket would indicate. Such would suggest the intra-tribal support system for group cohesion and advancements aids their success rate.
&lt;br&gt;&lt;br&gt;The NLSY data also shows how incomes today in the USA correlate with race and intelligence. Lets take a look NLSY tracking studies of intelligent White women, these are White women in the 90 to 97 percent IQ bracket as compared to Black women in that same high 90 to 97 percent IQ bracket. The average Black females of that IQ level earned an average of approximately $54,000 per year through 1996, whereas White females on the same IQ level earned only half of that amount, about $28,000 per year through 1996.
&lt;br&gt;&lt;br&gt;When White women in the same intelligent bracket of Black women earn half of the average amount that the Black women do, thats real racial discrimination.
&lt;br&gt;&lt;br&gt;I am not referring here to a few White women who are at least equally qualified but getting half the salary that Black women do, I am talking about the average White women in America! The NLSY is a big enough sample that reflects the whole nation. In fact it is meant to. The average White woman of high intelligence earns one-half of what Black women do of the same intelligence!
&lt;br&gt;&lt;br&gt;I obviously dont like this racial discrimination against our people. Neither does the economist Yggdrasil. We advocate that the best person regardless of race gets whatever college admission or job or promotion their abilities dictate. We have no fear of how well our people will do on a fair playing field. Because we stand for true civil rights, human rights in the matter, we are called racists, and the real capper: white supremacists.
&lt;br&gt;&lt;br&gt;There are many people in America and around the world who are ignorant of the facts of anti-White racial discrimination. The media acts like it doesnt exist. Even after the election of an affirmative action African-American President, America is still painted as an anti-Black racist country. The truth is that European Americans are facing racial discrimination in the very institutions and nation that our forefathers created. Our movement is truly a liberation movement like any other in the world that strives for a people to free and live in society of our own values rather than oppressive society imposed upon us.
&lt;br&gt;&lt;br&gt;We are not racists or supremacists trying to deny the rights of others.
&lt;br&gt;&lt;br&gt;We are human rights activists defending our peoples rights and heritage.
&lt;br&gt;&lt;br&gt;Dr. David Duke 
&lt;br&gt;&amp;nbsp;Source &amp; Charts : &lt;a href=&quot;http://www.davidduke.com/general/the-real-racial-discrimination-that-goes-on-in-america_7407.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/the-real-racial-discrimination-that-goes-on-in-america_7407.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-----
&lt;br&gt;&lt;br&gt;Obamas Mideast Jewish Wet Dream Team
&lt;br&gt;&lt;br&gt;George Mitchell is the new American envoy now in the Mideast. Who is Mitchell and who are the key players in Obamas Mideast policy team?
&lt;br&gt;&lt;br&gt;First, lets examine the major players on the Obama foreign policy team. Roger Cohen writing in The New York Times on January 11, 2009 wrote some things that if he were a Gentile would have earned him some attacks as an anti-Semite. He pointed out the incredible top-heavy pro-Zionist content of the team which is supposed to broker a fair and just peace in the Mideast. In discussing the team he identified them with these words:
&lt;br&gt;&lt;br&gt;They include Dennis Ross (the veteran Clinton administration Mideast peace envoy who may now extend his brief to Iran) &amp;nbsp;[a long-time Jewish Zionist]; James Steinberg [Jewish Zionist] (as deputy secretary of state) ; Dan Kurtzer [Jewish Zionist] (the former U.S. ambassador to Israel); Dan Shapiro [Jewish Zionist] (a longtime aide to Obama); and Martin Indyk [Jewish Zionist] another former ambassador to Israel who is close to the incoming secretary of state, Hillary Clinton.)
&lt;br&gt;&lt;br&gt;Now, I have nothing against smart, driven, liberal, Jewish (or half-Jewish) males; Ive looked in the mirror. I know or have talked to all these guys, except Shapiro. Theyre knowledgeable, broad-minded and determined. Still, on the diversity front they fall short. On the change-you-can-believe-in front, they also leave something to be desired.
&lt;br&gt;&lt;br&gt;Cohen did not even mention that the two closest advisers to Obama, the guys that filter almost everything that Obama see and hears and makes the day to day decisions of running the oval office. They are David Axelrod and Rahm Emmanuel, two long time dedicated Jewish extremists. Emmanuel, son of an Irgun terrorist and named after another Irgun terrorist, even fought in the Israeli Army.
&lt;br&gt;&lt;br&gt;Now we come to the new envoy to the Mideast, George Mitchell of Maine, the man who is supposed to be a broadminded and just arbitrator between Israel and the Palestinians. The Jewish-influenced has made a big point of Mitchells Lebanese ancestry. What the Zionist media doesnt tell you is that he has been completely under the control of AIPAC and radical Zionists for years.
&lt;br&gt;&lt;br&gt;As Senate Majority Leader he rammed through everything Israel wanted. He even supported the Senate resolution that gave Israel unconditional support during the Zionist massacre of thousands of Gaza civilians. In fact, originally an appointee to the Senate, Mitchell owes his entire Senate career on the massive support given him in 1982 and since by AIPAC and 27 other Jewish extremist controlled political action committees that AIPAC arranged. AIPACs Tom Dine summarized AIPACs success in Mitchells election by saying that American Jews are thus able to form our own foreign policy agenda.
&lt;br&gt;&lt;br&gt;Of course, Dine spoke the complete and unvarnished truth. American and Israeli extremist Jews do indeed control the foreign policy of the United States. Such control has long gone on in concert with past U.S. Presidents and it goes on today with Obama. Only difference is that today there is a greater danger because many in America and around the world falsely believe that Obama represents change. With the incredible respect and adulation given to Obama, he is in a much better position to support the Zionist war agenda and ultimately do far more harm than a discredited George Bush.
&lt;br&gt;&lt;br&gt;Hold on to your hats, America. I predict Obama will usher in war and conflagration that will make George Bushs presidency seem mild in comparison. He has already announced a doubling of American troops in Afghanistan. Can a catastrophic war with Iran be far behind? Jewish extremists want this war and Obama is completely under their control!
&lt;br&gt;&lt;br&gt; Dr. David Duke
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/who-is-on-obamas-dream-team-for-mideast-peace_7380.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/who-is-on-obamas-dream-team-for-mideast-peace_7380.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;You or someone using your email adress is currently subscribed to the Lawrence Auster
&lt;br&gt;Newletter. If you wish to unsubscribe from our mailing list, please let us know by calling &amp;quot;to 1 212 865 1284
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Lawrence Auster,
&lt;br&gt;238 W 101 St Apt. 3B
&lt;br&gt;New York, NY &amp;nbsp;10025
&lt;br&gt;Contact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21737194&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lawrence.auster@...&lt;/a&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21737194&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21737194&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-%C2%93Military%2C-Industrial-Complex%C2%94-is-no-more----The-Hidden-Massive-Racial-Discrimination-in-America-against-Whites-tp21737194p21737194.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21700865</id>
	<title>Re: PCI-e ISDN BRI Card</title>
	<published>2009-01-27T22:31:42Z</published>
	<updated>2009-01-27T22:31:42Z</updated>
	<author>
		<name>Oliver von Bueren</name>
	</author>
	<content type="html">&amp;gt; I am running FreeBSD 7.1-amd64, with asterisk. 
&lt;br&gt;&lt;br&gt;I used and still do some internal cards from Beronet, they have a PCIe 
&lt;br&gt;version on their site. HPS might know if it will work, it looks like a 
&lt;br&gt;new product.
&lt;br&gt;&lt;a href=&quot;http://www.beronet.com/content/category/10/38/91/lang,en/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.beronet.com/content/category/10/38/91/lang,en/&lt;/a&gt;&lt;br&gt;&lt;br&gt;External solutions: I use my asterisk at home with a Patton SN4634 ISDN 
&lt;br&gt;gateway: &lt;a href=&quot;http://www.patton.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.patton.com/&lt;/a&gt;. Difficult to configure, but if done 
&lt;br&gt;correctly, works rock solid. At home I had a cheap AVM Fritz v2 card 
&lt;br&gt;which gave me quite some troubles, would not recommend that. Replaced it 
&lt;br&gt;with the Patton and never any problems again. And you won't have any 
&lt;br&gt;issues with drivers, as you use SIP for your trunks.
&lt;br&gt;&lt;br&gt;Oliver
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21700865&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21700865&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PCI-e-ISDN-BRI-Card-tp21697709p21700865.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21697709</id>
	<title>PCI-e ISDN BRI Card</title>
	<published>2009-01-27T16:13:33Z</published>
	<updated>2009-01-27T16:13:33Z</updated>
	<author>
		<name>Cian Hughes-3</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;I have just realized that my new home VoIP server has only got one &amp;nbsp;
&lt;br&gt;3.3v PCI slot and no 5v PCI card slot so it will not work with my AVM &amp;nbsp;
&lt;br&gt;B1 (v4) card which is a 5v PCI card.
&lt;br&gt;So I am in the market for a new ISDN BRI interface.
&lt;br&gt;I am running FreeBSD 7.1-amd64, with asterisk.
&lt;br&gt;What do people suggest? The server also has two free PCIe slots.
&lt;br&gt;Has anyone used a PCIe ISDN BRI card with FreeBSD? I think this would &amp;nbsp;
&lt;br&gt;be my preferred solution, but the only card I can find is the B200E &amp;nbsp;
&lt;br&gt;from openvox which is very expensive (&lt;a href=&quot;http://www.openvox.com.cn/products_detail.php?genre_id=37&amp;id=108&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openvox.com.cn/products_detail.php?genre_id=37&amp;id=108&lt;/a&gt;&amp;nbsp;
&lt;br&gt;).
&lt;br&gt;&lt;br&gt;Alternatively has anyone used a 3.3v PCI card with 1 or 2 BRIs?
&lt;br&gt;&lt;br&gt;Finally what are peoples experiences of using an external USB BRI?
&lt;br&gt;&lt;br&gt;Many Thanks,
&lt;br&gt;~Cian Hughes
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21697709&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21697709&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PCI-e-ISDN-BRI-Card-tp21697709p21697709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21653145</id>
	<title>Increasing &quot;outsider&quot; spam on FreeBSD lists</title>
	<published>2009-01-25T08:05:00Z</published>
	<updated>2009-01-25T08:05:00Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Re: Why are the Zionist leaders in Israel so happy about the new President?
&lt;br&gt;&lt;br&gt;This kind of e-mails have nothing to do here and should be deleted from the 
&lt;br&gt;archive, Hellmuth. This is an ISDN list :-)
&lt;br&gt;&lt;br&gt;And regarding the subject: I don't know. It's not my business. There are 
&lt;br&gt;enough people tracking the middle-east conflict already. Go bug them!
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21653145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21653145&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Increasing-%22outsider%22-spam-on-FreeBSD-lists-tp21653145p21653145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21652746</id>
	<title>Why are the Zionist leaders in Israel so happy about the new President?</title>
	<published>2009-01-25T07:16:26Z</published>
	<updated>2009-01-25T07:16:26Z</updated>
	<author>
		<name>Lawrence Auster</name>
	</author>
	<content type="html">Why is the President of Israel, the terrorist who just oversaw the Zionist mass murder and maiming of thousands of Palestinians so happy
&lt;br&gt;that Obama is President of the USA?
&lt;br&gt;by David Duke
&lt;br&gt;&lt;br&gt;&lt;br&gt;Read the excerpt from the Israeli News about how President Perez and Israel think that Obamas becoming U.S. President is great day
&lt;br&gt;for Israel.
&lt;br&gt;&lt;br&gt;&amp;quot;Israels President Shimon Peres ecstatic over the election of Obama&amp;quot;
&lt;br&gt;Ronen Medzini Israel News Jan. 21
&lt;br&gt;&lt;br&gt;Today is a great day not only for the United States of America, but for the entire world, President Shimon Peres wrote in a letter
&lt;br&gt;addressed to Barack Obama on the day of his inauguration as president of the United States.
&lt;br&gt;&lt;br&gt;Obama was elected by the United States, but as a matter of fact, he was chosen by the whole of humankind,
&lt;br&gt;&lt;br&gt;Why is Peres so ecstatic?
&lt;br&gt;&lt;br&gt;Why shouldnt he be, he knows that Obama is completely in the grip of the extremist Jewish Zionists in America, and he knows that the
&lt;br&gt;greater Obamas popularity and idol worship, the more Obama can do for the International Zionist Cause.
&lt;br&gt;&lt;br&gt;Any thinking and caring human being who realizes that the Zionist-controlled American foreign policy has been a disaster for the robbed
&lt;br&gt;and murdered people of Palestine, Lebanon, Iraq and a catastrophe for the 50,000 American wounded in Iraq and Afghanistan, as well
&lt;br&gt;as an economic catastrophe for the hardworking Americans who pay trillions to finance these wars for Israel  must wake up the fact that
&lt;br&gt;supporting Obama and increasing his popularity &amp;nbsp;will only aid Zionist terrorism, war, and their murder and oppression of the Palestinians. It
&lt;br&gt;will also hasten the economic suffering of billions of people around the world as his popularity enables him to more easily aid the Zionist
&lt;br&gt;International Bankers steal the wealth of the United States, Europe and the world. &amp;nbsp;Obama is totally in the bloodstained and green ink-
&lt;br&gt;stained hands of the Zionists. The hard truth is that the more good will and support Obama has also gives more power to support the
&lt;br&gt;Zionist agenda!
&lt;br&gt;&lt;br&gt;Mark my words. The Obama Presidency will be disaster for America and for the world.
&lt;br&gt;&lt;br&gt;Obama was put into office by the Zionists. His top two cohorts for years have been the radical Jews David Axelrod and Rahm
&lt;br&gt;Emmanuel. Both have long records of radical Zionism and have been attack dogs against anyone perceived as having the slightest
&lt;br&gt;opposition to Israel. One such victim was Sen. Charles Percy, who both men worked to defeat and destroy because he dared to only be
&lt;br&gt;99 percent rather than 100 percent pro-Israel. Rahm Emmanuel, a dual citizen of Israel who went to fight for Israel, he has a long
&lt;br&gt;pedigree of Jewish extremism. His father served in the Irgun Terrorist Gang and he himself is named after an Irgun terrorist.
&lt;br&gt;&lt;br&gt;Zionist leaders in Chicago actually call Obama the first Jewish President and boast that Jews were key players in Obamas every step
&lt;br&gt;up the ladder to President.
&lt;br&gt;&lt;br&gt;from the very earliest days, extremist Jews were the largest contributors to his campaign. In the beginning of his Presidential bid, three
&lt;br&gt;Hollywood Jews that constantly make movies about Jewish suffering, but never about the Zionist terrorism and theft against the
&lt;br&gt;Palestinian people, Steven Spielberg, David Geffen, and Jeffrey Katzenberg raised 1.2 million for Obama in a single Hollywood party.
&lt;br&gt;&lt;br&gt;By the time Obamas campaign was in full swing, he had huge support from the criminal Zionist International Banking firms such as
&lt;br&gt;Goldman Sachs and Lehman brothers. Goldman Sachs was Obamas biggest single contributor, and his vast war chest came not from
&lt;br&gt;American manufacturing firms like GM or even American oil companies, (not one was in his top twenty) it was overwhelmingly dominated
&lt;br&gt;by Zionist international bankers, the same ones whose thievery and fraud are giving the world this economic depression.
&lt;br&gt;&lt;br&gt;For those looking for meaningful social and political change, do you really think it will come from this man who has already been bought
&lt;br&gt;heart, head and soul by the most powerful czars of the international financial establishment and the biggest globalists in the world?
&lt;br&gt;&lt;br&gt;I know that many are desperate for change, so desperate that you want to believe anything. But in the face of these facts cant you see
&lt;br&gt;that Obama will be even more dangerous to freedom and justice than even George Bush and his band of Neocons were. What better
&lt;br&gt;way to wipe out George Bushs hated legacy and make the world believe that America has really changed than with the election of
&lt;br&gt;Obama. But, all the real Zionist power, Zionist media power, and Zionist financial power in America is still in place, even stronger than
&lt;br&gt;ever.
&lt;br&gt;&lt;br&gt;Many Americans and others around the world who want to do good are now telling us how wonderful Obama will be as president. What
&lt;br&gt;a great change it will be from the old policies. This is because of the Zionist-Controlled media hype, promoting Obama. The fact is that
&lt;br&gt;these poor sods are ignorantly helping the radical Zionist agenda in Israel and around the world.
&lt;br&gt;&lt;br&gt;Every day that you dont help expose Obama for the Zionist servant that he actually is, his popularity will be a greater danger to peace
&lt;br&gt;and freedom.
&lt;br&gt;&lt;br&gt;If the Zionist terrorist Shimon Perez is happy about the coronation of Obama, then why in the hell should you be?
&lt;br&gt;&lt;br&gt;David Duke
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/7303_7303.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/7303_7303.html&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;You or someone using your email adress is currently subscribed to the Lawrence Auster
&lt;br&gt;Newletter. If you wish to unsubscribe from our mailing list, please let us know by calling to 1 212 865 1284
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Lawrence Auster,
&lt;br&gt;238 W 101 St Apt. 3B
&lt;br&gt;New York, NY &amp;nbsp;10025
&lt;br&gt;Contact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21652746&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lawrence.auster@...&lt;/a&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21652746&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21652746&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-are-the-Zionist-leaders-in-Israel-so-happy-about-the-new-President--tp21652746p21652746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21234259</id>
	<title>Re: ISDN-phone based on FreeBSD</title>
	<published>2008-12-31T08:06:19Z</published>
	<updated>2008-12-31T08:06:19Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Wednesday 31 December 2008, Matthias Apitz wrote:
&lt;br&gt;&amp;gt; El día Tuesday, December 30, 2008 a las 05:19:10PM +0100, Hans Petter 
&lt;br&gt;Selasky escribió:
&lt;br&gt;&amp;gt; &amp;gt; Does the following keywords help?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; HFC-S USB based ISDN adapter,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this adapter supported in FreeBSD 7.x?
&lt;br&gt;&lt;br&gt;See Billion Tiny ISDN.
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Acer Aspire One,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd prefer my eeePC 900 which has a 16 GByte SSD and works fine with
&lt;br&gt;&amp;gt; FreeBSD 7.0-CURRENT, see &lt;a href=&quot;http://www.unixarea.de/installEeePC.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.unixarea.de/installEeePC.txt&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Freesbie,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Why Freesbie and not FreeBSD 7.x?
&lt;br&gt;&lt;br&gt;Freesbie has some scripts that will copy /etc and /root into memory to avoid 
&lt;br&gt;wearing the flash.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Asterisk,
&lt;br&gt;&amp;gt; &amp;gt; chan-capi,
&lt;br&gt;&amp;gt; &amp;gt; ekiga?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know Ekiga from having ported it to FreeBSD, see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.ekiga.org/index.php/Compile_your_own_SVN_version_of_Ekiga_on_Fr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.ekiga.org/index.php/Compile_your_own_SVN_version_of_Ekiga_on_Fr&lt;/a&gt;&lt;br&gt;&amp;gt;eeBSD it has a lot of features for VoIP which are not needed here and I
&lt;br&gt;&amp;gt; don't know if it is stable enough for using it 7x24 in my home environment
&lt;br&gt;&amp;gt; where also my wife will make calls :-)
&lt;/div&gt;&lt;br&gt;Or you can make your own simple dial and phonebook interface with QT, Gnome or 
&lt;br&gt;just plain xorg.
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If you want I can pre-build something for you in return for money.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is new to me, first time that I get an offer for money in a FBSD
&lt;br&gt;&amp;gt; mailing list;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21234259&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21234259&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ISDN-phone-based-on-FreeBSD-tp21218487p21234259.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21227880</id>
	<title>Re: ISDN-phone based on FreeBSD</title>
	<published>2008-12-30T22:24:29Z</published>
	<updated>2008-12-30T22:24:29Z</updated>
	<author>
		<name>Matthias Apitz-4</name>
	</author>
	<content type="html">El día Tuesday, December 30, 2008 a las 05:19:10PM +0100, Hans Petter Selasky escribió:
&lt;br&gt;&lt;br&gt;&amp;gt; Does the following keywords help?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HFC-S USB based ISDN adapter,
&lt;br&gt;&lt;br&gt;Is this adapter supported in FreeBSD 7.x?
&lt;br&gt;&lt;br&gt;&amp;gt; Acer Aspire One,
&lt;br&gt;&lt;br&gt;I'd prefer my eeePC 900 which has a 16 GByte SSD and works fine with
&lt;br&gt;FreeBSD 7.0-CURRENT, see &lt;a href=&quot;http://www.unixarea.de/installEeePC.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.unixarea.de/installEeePC.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Freesbie,
&lt;br&gt;&lt;br&gt;Why Freesbie and not FreeBSD 7.x?
&lt;br&gt;&lt;br&gt;&amp;gt; Asterisk,
&lt;br&gt;&amp;gt; chan-capi, 
&lt;br&gt;&amp;gt; ekiga?
&lt;br&gt;&lt;br&gt;I know Ekiga from having ported it to FreeBSD, see
&lt;br&gt;&lt;a href=&quot;http://wiki.ekiga.org/index.php/Compile_your_own_SVN_version_of_Ekiga_on_FreeBSD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.ekiga.org/index.php/Compile_your_own_SVN_version_of_Ekiga_on_FreeBSD&lt;/a&gt;&lt;br&gt;it has a lot of features for VoIP which are not needed here and I don't
&lt;br&gt;know if it is stable enough for using it 7x24 in my home environment
&lt;br&gt;where also my wife will make calls :-)
&lt;br&gt;&lt;br&gt;&amp;gt; If you want I can pre-build something for you in return for money.
&lt;br&gt;&lt;br&gt;This is new to me, first time that I get an offer for money in a FBSD
&lt;br&gt;mailing list;
&lt;br&gt;&lt;br&gt;Thx
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; matthias
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Matthias Apitz
&lt;br&gt;Manager Technical Support - OCLC GmbH
&lt;br&gt;Gruenwalder Weg 28g - 82041 Oberhaching - Germany
&lt;br&gt;t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
&lt;br&gt;e &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21227880&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthias.apitz@...&lt;/a&gt;&amp;gt; - w &lt;a href=&quot;http://www.oclc.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oclc.org/&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.UnixArea.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.UnixArea.de/&lt;/a&gt;&lt;br&gt;b &lt;a href=&quot;http://gurucubano.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gurucubano.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SPAMer of the year: Subject: Alle Software ist Deutsche Sprachen
&lt;br&gt;&amp;gt;From: -40 % die Neujahrsaktion &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21227880&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GabrielleKelley@...&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21227880&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21227880&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ISDN-phone-based-on-FreeBSD-tp21218487p21227880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21220176</id>
	<title>Re: ISDN-phone based on FreeBSD</title>
	<published>2008-12-30T08:19:10Z</published>
	<updated>2008-12-30T08:19:10Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Tuesday 30 December 2008, Matthias Apitz wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have at home an ISDN line for making phone calls and I want to replace
&lt;br&gt;&amp;gt; the (more then ten years old) ISDN phone with some new 'terminal' which
&lt;br&gt;&amp;gt; should be a small laptop, having:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - an ISDN (PCMCIA or USB) interface supporting two B channels
&lt;br&gt;&amp;gt; - some kind of ISDN daemon watching the D channel for calls, logging of
&lt;br&gt;&amp;gt; &amp;nbsp; inbound/outbound numbers and costs (signalled though D channel)
&lt;br&gt;&amp;gt; - some kind of (X11) phone application for receiving or making calls,
&lt;br&gt;&amp;gt; &amp;nbsp; audio should be done through micro/loudspeaker or headset
&lt;br&gt;&amp;gt; - completely disk-less (like the Asus eeePC series)
&lt;br&gt;&amp;gt; - based on FreeBSD
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas for such a ISDN terminal? Thx in advance
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Does the following keywords help?
&lt;br&gt;&lt;br&gt;HFC-S USB based ISDN adapter, Acer Aspire One, Freesbie, Asterisk, chan-capi, 
&lt;br&gt;ekiga?
&lt;br&gt;&lt;br&gt;If you want I can pre-build something for you in return for money.
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21220176&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21220176&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ISDN-phone-based-on-FreeBSD-tp21218487p21220176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21218487</id>
	<title>ISDN-phone based on FreeBSD</title>
	<published>2008-12-30T07:23:25Z</published>
	<updated>2008-12-30T07:23:25Z</updated>
	<author>
		<name>Matthias Apitz-4</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;I have at home an ISDN line for making phone calls and I want to replace
&lt;br&gt;the (more then ten years old) ISDN phone with some new 'terminal' which
&lt;br&gt;should be a small laptop, having:
&lt;br&gt;&lt;br&gt;- an ISDN (PCMCIA or USB) interface supporting two B channels
&lt;br&gt;- some kind of ISDN daemon watching the D channel for calls, logging of
&lt;br&gt;&amp;nbsp; inbound/outbound numbers and costs (signalled though D channel)
&lt;br&gt;- some kind of (X11) phone application for receiving or making calls,
&lt;br&gt;&amp;nbsp; audio should be done through micro/loudspeaker or headset
&lt;br&gt;- completely disk-less (like the Asus eeePC series)
&lt;br&gt;- based on FreeBSD
&lt;br&gt;&lt;br&gt;Any ideas for such a ISDN terminal? Thx in advance
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; matthias
&lt;br&gt;-- 
&lt;br&gt;Matthias Apitz
&lt;br&gt;Manager Technical Support - OCLC GmbH
&lt;br&gt;Gruenwalder Weg 28g - 82041 Oberhaching - Germany
&lt;br&gt;t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
&lt;br&gt;e &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218487&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthias.apitz@...&lt;/a&gt;&amp;gt; - w &lt;a href=&quot;http://www.oclc.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oclc.org/&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.UnixArea.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.UnixArea.de/&lt;/a&gt;&lt;br&gt;b &lt;a href=&quot;http://gurucubano.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gurucubano.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SPAMer of the year: Subject: Alle Software ist Deutsche Sprachen
&lt;br&gt;&amp;gt;From: -40 % die Neujahrsaktion &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218487&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GabrielleKelley@...&lt;/a&gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218487&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218487&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ISDN-phone-based-on-FreeBSD-tp21218487p21218487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20586311</id>
	<title>Re: Problem with make</title>
	<published>2008-11-19T10:34:12Z</published>
	<updated>2008-11-19T10:34:12Z</updated>
	<author>
		<name>kabede84</name>
	</author>
	<content type="html">the revision svn 935
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;On Wed, Nov 19, 2008 at 3:33 PM, Hans Petter Selasky &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20586311&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hselasky@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wednesday 19 November 2008, Gary Jennejohn wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Wed, 19 Nov 2008 10:29:02 +0100
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Denis Beltramo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20586311&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;denis.beltramo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I have upgraded my system to FreeBSD 7. I must install isdn4bsd.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the make=../src package and make install work.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; When I write make buildkernel and install, after configured the Kernel
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the compilation stop and say:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; error: NI4BTRC undeclared here (not in a function)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Suggestion?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You're probably missing options like these
&lt;br&gt;&amp;gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BTRC=4
&lt;br&gt;&amp;gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BRBCH=4
&lt;br&gt;&amp;gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BTEL=2
&lt;br&gt;&amp;gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BIPR=4
&lt;br&gt;&amp;gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BISPPP=4
&lt;br&gt;&amp;gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BING=2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What version of I4B are you trying to install?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --HPS
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Denis Beltramo
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20586311&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20586311&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-make-tp20576725p20586311.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20582248</id>
	<title>Re: Problem with make</title>
	<published>2008-11-19T06:33:13Z</published>
	<updated>2008-11-19T06:33:13Z</updated>
	<author>
		<name>Hans Petter Selasky</name>
	</author>
	<content type="html">On Wednesday 19 November 2008, Gary Jennejohn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, 19 Nov 2008 10:29:02 +0100
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;Denis Beltramo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20582248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;denis.beltramo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; I have upgraded my system to FreeBSD 7. I must install isdn4bsd.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; the make=../src package and make install work.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; When I write make buildkernel and install, after configured the Kernel
&lt;br&gt;&amp;gt; &amp;gt; the compilation stop and say:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; error: NI4BTRC undeclared here (not in a function)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Suggestion?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You're probably missing options like these
&lt;br&gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BTRC=4
&lt;br&gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BRBCH=4
&lt;br&gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BTEL=2
&lt;br&gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BIPR=4
&lt;br&gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BISPPP=4
&lt;br&gt;&amp;gt; options &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NI4BING=2
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;What version of I4B are you trying to install?
&lt;br&gt;&lt;br&gt;--HPS
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20582248&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-isdn&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20582248&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-isdn-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-make-tp20576725p20582248.html" />
</entry>

</feed>
