<html><div style='background-color:'><DIV class=RTE>
<P>???<BR><BR></P></DIV>
<DIV></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px"><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">
<HR color=#a0c6e5 SIZE=1>

<DIV></DIV>From:&nbsp;&nbsp;<I>asterisk-biz-request@lists.digium.com</I><BR>Reply-To:&nbsp;&nbsp;<I>asterisk-biz@lists.digium.com</I><BR>To:&nbsp;&nbsp;<I>asterisk-biz@lists.digium.com</I><BR>Subject:&nbsp;&nbsp;<I>asterisk-biz Digest, Vol 18, Issue 62</I><BR>Date:&nbsp;&nbsp;<I>Sat, 14 Jan 2006 08:01:24 -0700 (MST)</I><BR>&gt;Send asterisk-biz mailing list submissions to<BR>&gt; asterisk-biz@lists.digium.com<BR>&gt;<BR>&gt;To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://lists.digium.com/mailman/listinfo/asterisk-biz<BR>&gt;or, via email, send a message with subject or body 'help' to<BR>&gt; asterisk-biz-request@lists.digium.com<BR>&gt;<BR>&gt;You can reach the person managing the list at<BR>&gt; asterisk-biz-owner@lists.digium.com<BR>&gt;<BR>&gt;When replying, please edit your Subject line so it is more specific<BR>&gt;than "Re: Contents of asterisk-biz 
digest..."<BR>&gt;<BR>&gt;<BR>&gt;Today's Topics:<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;1. Re: Asterisk Service Provider System (with GUI)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Christopher Bergstr?m)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;2. Re: Asterisk GUI (trixter aka Bret McDanel)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;3. Re: Asterisk GUI (Zoa)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;4. European VoIP providers (Matt Riddell (IT))<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;5. Re: European VoIP providers (trixter aka Bret McDanel)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;6. Re: European VoIP providers (Christopher Bergstr?m)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;7. Re: European VoIP providers (trixter aka Bret McDanel)<BR>&gt;<BR>&gt;<BR>&gt;----------------------------------------------------------------------<BR>&gt;<BR>&gt;Message: 1<BR>&gt;Date: Sat, 14 Jan 2006 04:09:20 +0200<BR>&gt;From: Christopher Bergstr?m 
&lt;cbergstrom@netsyncro.com&gt;<BR>&gt;Subject: Re: [asterisk-biz] Asterisk Service Provider System (with<BR>&gt; GUI)<BR>&gt;To: Commercial and Business-Oriented Asterisk Discussion<BR>&gt; &lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;43C85D50.6000705@netsyncro.com&gt;<BR>&gt;Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt;<BR>&gt;A few people posted interest in some "Free" or OSS software because of<BR>&gt;the nice screenshot.&nbsp;&nbsp;I'm highly interested in working with some gurus,<BR>&gt;testers and developers in building an enterprise grade product that is<BR>&gt;GPL or similar licensed..<BR>&gt;<BR>&gt;Based on what I've been reading for keeping things to a minimum on a<BR>&gt;server..<BR>&gt;<BR>&gt;Apache is bloated for a simple job such as a control panel.&nbsp;&nbsp;Lighttpd<BR>&gt;aka lighty might be worth looking into.. It also has the 
ability to just<BR>&gt;forward the fast-cgi requests to another backend server which can do all<BR>&gt;the processing.. Thus kinda works around and allowing for a mix of both<BR>&gt;worlds.<BR>&gt;<BR>&gt;Anyhow, to the point..<BR>&gt;A port of it to Asterisk-java to .Net/Mono (.Net on linux) has a base<BR>&gt;for the AGI and other things which are needed..<BR>&gt;<BR>&gt;(http://www.gotdotnet.com/codegallery/news/viewnews.aspx?id=7948963b-7a3b-4303-9118-da800f4f84c3)<BR>&gt;SF site minimal content (http://asterisk-dotnet.sourceforge.net/)<BR>&gt;<BR>&gt;If I get a good response I'm interested in really trying to expand the<BR>&gt;functionality of this.&nbsp;&nbsp;Those interested in supporting the software on<BR>&gt;an enterprise level would have leads forwarded to them as 
well..<BR>&gt;<BR>&gt;Feedback?<BR>&gt;<BR>&gt;C.<BR>&gt;<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;Message: 2<BR>&gt;Date: Fri, 13 Jan 2006 20:39:48 -0800<BR>&gt;From: trixter aka Bret McDanel &lt;trixter@0xdecafbad.com&gt;<BR>&gt;Subject: Re: [asterisk-biz] Asterisk GUI<BR>&gt;To: Commercial and Business-Oriented Asterisk Discussion<BR>&gt; &lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;1137213588.16226.74.camel@trix.home.tld&gt;<BR>&gt;Content-Type: text/plain; charset="us-ascii"<BR>&gt;<BR>&gt;On Sat, 2006-01-14 at 02:05 +0200, Zoa wrote:<BR>&gt; &gt; The resources taken up by apache or the mysql are as good as non<BR>&gt; &gt; existant (especially as it will be idling most of the time), as long as<BR>&gt; &gt; you don't do big queries (e.g. a search for a certain CDR). And if you<BR>&gt; &gt; do big queries it doesn't matter if there is 1 call or 100 
calls going<BR>&gt; &gt; on. (they will aaaall gooo doooown toooogether....:-).<BR>&gt; &gt;<BR>&gt;<BR>&gt;Generally I agree that if you arent really using the software then that<BR>&gt;software will have no effect, however that depends on how its used,<BR>&gt;which is why I qualified my statements the way I did.&nbsp;&nbsp;I for example use<BR>&gt;mysql to hold about 500k routes which is consulted for every call made.<BR>&gt;I would not recommend someone running that on the same system as<BR>&gt;asterisk unless its a really low volume server.&nbsp;&nbsp;That query isnt that<BR>&gt;unfriendly one or two at a time, but when you start calling stuff from<BR>&gt;all over it can become unfriendly in quantity.&nbsp;&nbsp;I have seen other stuff<BR>&gt;that is far worse.<BR>&gt;<BR>&gt;<BR>&gt; &gt; Yes, apache might crash and might take up all resources. (But how often<BR>&gt; &gt; did you 
see that happen on a server with a configuration tool that is<BR>&gt; &gt; used once, and then left alone most of the time ?)<BR>&gt; &gt;<BR>&gt;<BR>&gt;That also assumes that apache doesnt have security problems, which isnt<BR>&gt;a guarantee given that there have been problems with apache itself,<BR>&gt;addon modules commonly shipped, or with scripts (like php) that are<BR>&gt;called.&nbsp;&nbsp;Having it there can lead to compromising situations, however if<BR>&gt;you filter it so only your admin group of ips can connect you have kept<BR>&gt;the kids away, although a lot of firewalls can be tricked into letting<BR>&gt;traffic through they otherwise are told to reject.&nbsp;&nbsp;If you run something<BR>&gt;on a production server that is exposed to the internet it should be kept<BR>&gt;up with security patches not just firewall and forget.<BR>&gt;<BR>&gt;--<BR>&gt;Trixter 
http://www.0xdecafbad.com&nbsp;&nbsp;&nbsp;&nbsp; Bret McDanel<BR>&gt;UK +44 870 340 4605&nbsp;&nbsp; Germany +49 801 777 555 3402<BR>&gt;US +1 360 207 0479 or +1 516 687 5200<BR>&gt;FreeWorldDialup: 635378<BR>&gt;http://www.sacaug.org/ Sacramento Asterisk Users Group<BR>&gt;-------------- next part --------------<BR>&gt;A non-text attachment was scrubbed...<BR>&gt;Name: not available<BR>&gt;Type: application/pgp-signature<BR>&gt;Size: 189 bytes<BR>&gt;Desc: This is a digitally signed message part<BR>&gt;Url : http://lists.digium.com/pipermail/asterisk-biz/attachments/20060113/ae1f479e/attachment-0001.pgp<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;Message: 3<BR>&gt;Date: Sat, 14 Jan 2006 10:12:48 +0200<BR>&gt;From: Zoa &lt;zoachien@securax.org&gt;<BR>&gt;Subject: Re: [asterisk-biz] Asterisk GUI<BR>&gt;To: Commercial and Business-Oriented Asterisk Discussion<BR>&gt; 
&lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;43C8B280.1080205@securax.org&gt;<BR>&gt;Content-Type: text/plain; charset=windows-1252; format=flowed<BR>&gt;<BR>&gt;<BR>&gt;Hehe, its normal to hate the operator panel :) I've never used it myself<BR>&gt;either. It has some nasty bugs, and is still the first version ever<BR>&gt;released. (and we didnt spend a minute on it since we released it).<BR>&gt;<BR>&gt;When we have some time we will make it the way it should be.&nbsp;&nbsp;(for now<BR>&gt;all resources go to other projects soon to be announced :)<BR>&gt;<BR>&gt;Zoa<BR>&gt;<BR>&gt;Saul Diaz wrote:<BR>&gt;<BR>&gt; &gt; Ok.&nbsp;&nbsp;I never expect that my small screenshot will cause this big fuzz.<BR>&gt; &gt;<BR>&gt; &gt; Let me said first that we love the Thirdlane and the Switchvox GUI.<BR>&gt; &gt;<BR>&gt; &gt; The idea of our manager was take out the web server from 
the asterisk<BR>&gt; &gt; from the beginning, we replace that with an asterisk manage proxy<BR>&gt; &gt; (daemon), but we also needs that for listening the recordings (but we<BR>&gt; &gt; can use a mini httpd for this).<BR>&gt; &gt;<BR>&gt; &gt; Astlinux use Astmanproxy for example and works fine with Pbxware. We<BR>&gt; &gt; try our manager with Astlinux and Astmanproxy and works fine. We don’t<BR>&gt; &gt; think that we are yet at the same level than the thirdlane and the<BR>&gt; &gt; switchvox in configuration matters but for monitoring definitely we<BR>&gt; &gt; are well prepare for any battle… We can monitor the status of a phone<BR>&gt; &gt; and we known in realtime when the phone have a problem, get reset, or<BR>&gt; &gt; simply lost the registration, we can see the activity of an asterisk<BR>&gt; &gt; server without even go to the asterisk, and like switchbox we can<BR>&gt; &gt; 
monitor the cpu utilization and soon memory, and even network<BR>&gt; &gt; utilization. Making my product better for a call center administration<BR>&gt; &gt; than a pbx or a calling card solution, we are also almost 100%<BR>&gt; &gt; compatible with astcc.<BR>&gt; &gt;<BR>&gt; &gt; Zoa by the way we also love your astertest, keep the good work in<BR>&gt; &gt; asteriskguru, but sorry we hate your operator panel J.<BR>&gt; &gt;<BR>&gt; &gt; We test our manager in a 300 seat with a predictive dialer (no<BR>&gt; &gt; asterisk) running with about 250 - 300 simultaneous calls.<BR>&gt; &gt;<BR>&gt; &gt; For the asterisk 1.2.X you don't need connection to the db server. You<BR>&gt; &gt; can do a few things that allow you to avoid that, b/c after all,<BR>&gt; &gt; asterisk is already connected to the db server if u are using<BR>&gt; &gt; real-time. We are addressing that, for the moment we work 
with<BR>&gt; &gt; Mysql-Realtime.<BR>&gt; &gt;<BR>&gt; &gt; Every of then have his pro and his cons, in our system as soon I set<BR>&gt; &gt; the realtime. I don’t need to do anything b/c the rest is done by the<BR>&gt; &gt; manager, making the life very easy for our customers.<BR>&gt; &gt;<BR>&gt; &gt; The majority of this things are very hard to do in a web admin not<BR>&gt; &gt; matter how friendly the admin is<BR>&gt; &gt;<BR>&gt; &gt; Regards<BR>&gt; &gt;<BR>&gt; &gt; Saul<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; --Bandwidth and Colocation provided by Easynews.com --<BR>&gt; &gt;<BR>&gt; &gt; asterisk-biz mailing list<BR>&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt;&nbsp;&nbsp; 
http://lists.digium.com/mailman/listinfo/asterisk-biz<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;Message: 4<BR>&gt;Date: Sat, 14 Jan 2006 14:20:11 +0100<BR>&gt;From: "Matt Riddell (IT)" &lt;matt.riddell@sineapps.com&gt;<BR>&gt;Subject: [asterisk-biz] European VoIP providers<BR>&gt;To: Commercial and Business-Oriented Asterisk Discussion<BR>&gt; &lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;43C8FA8B.2010404@sineapps.com&gt;<BR>&gt;Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt;<BR>&gt;Christopher Bergström wrote:<BR>&gt; &gt; Since everyone is reading this topic may I steal the limelight..<BR>&gt; &gt;<BR>&gt; &gt; For my request for European VoIP providers.. I only had three offers..<BR>&gt; &gt;<BR>&gt; &gt; Two were interesting, but I can't imagine this should be it??&nbsp;&nbsp;I'm not<BR>&gt; &gt; looking 
for bottom bargain prices.. I just want latency to a sip gateway<BR>&gt; &gt; under 100ms and that isn't backhauling across the pond via IP.. PSTN<BR>&gt; &gt; will perform better.. I also need a way to transverse being double nated<BR>&gt; &gt; at times.. (proxy and not STUN)<BR>&gt; &gt;<BR>&gt; &gt; Anyone else that can do this?<BR>&gt;<BR>&gt;Hi,<BR>&gt;<BR>&gt;Drop us a line off list &lt;matt@gedameurope.com&gt; and we'll see what we can do.<BR>&gt;<BR>&gt;:)<BR>&gt;<BR>&gt;And to people in the following countries, happy * day to you:<BR>&gt;<BR>&gt;Duruthu Full Moon Poya Day Sri Lanka<BR>&gt;New Year (Orthodox) Bosnia-Herzegovina<BR>&gt;Old New Year's Day Macedonia<BR>&gt;Ratification Day United States of America<BR>&gt;Serbian Orthodox New Year Yugoslavia<BR>&gt;Maghi 
Sikhism<BR>&gt;<BR>&gt;(http://www.earthcalendar.net/_php/lookup.php?mode=date&amp;m=01&amp;d=14&amp;y=2006)<BR>&gt;<BR>&gt;--<BR>&gt;Cheers,<BR>&gt;<BR>&gt;Matt Riddell<BR>&gt;_______________________________________________<BR>&gt;<BR>&gt;http://www.sineapps.com/news.php (Daily Asterisk News - html)<BR>&gt;http://freevoip.gedameurope.com (Free Asterisk Voip Community)<BR>&gt;http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)<BR>&gt;<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;Message: 5<BR>&gt;Date: Sat, 14 Jan 2006 05:43:32 -0800<BR>&gt;From: trixter aka Bret McDanel &lt;trixter@0xdecafbad.com&gt;<BR>&gt;Subject: Re: [asterisk-biz] European VoIP providers<BR>&gt;To: Commercial and Business-Oriented Asterisk Discussion<BR>&gt; &lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;1137246212.16226.77.camel@trix.home.tld&gt;<BR>&gt;Content-Type: 
text/plain; charset="us-ascii"<BR>&gt;<BR>&gt;On Sat, 2006-01-14 at 14:20 +0100, Matt Riddell (IT) wrote:<BR>&gt; &gt; And to people in the following countries, happy * day to you:<BR>&gt; &gt;<BR>&gt; &gt; Duruthu Full Moon Poya Day Sri Lanka<BR>&gt; &gt; New Year (Orthodox) Bosnia-Herzegovina<BR>&gt; &gt; Old New Year's Day Macedonia<BR>&gt; &gt; Ratification Day United States of America<BR>&gt; &gt; Serbian Orthodox New Year Yugoslavia<BR>&gt; &gt; Maghi Sikhism<BR>&gt; &gt;<BR>&gt; &gt; (http://www.earthcalendar.net/_php/lookup.php?mode=date&amp;m=01&amp;d=14&amp;y=2006)<BR>&gt; &gt;<BR>&gt;<BR>&gt;In keeping with the spirit of the holidays that was recently shown, what<BR>&gt;madness is this?&nbsp;&nbsp;we dont support [insert something here just to make a<BR>&gt;personal attack against someone without cause]...<BR>&gt;<BR>&gt;:)<BR>&gt;<BR>&gt;--<BR>&gt;Trixter 
http://www.0xdecafbad.com&nbsp;&nbsp;&nbsp;&nbsp; Bret McDanel<BR>&gt;UK +44 870 340 4605&nbsp;&nbsp; Germany +49 801 777 555 3402<BR>&gt;US +1 360 207 0479 or +1 516 687 5200<BR>&gt;FreeWorldDialup: 635378<BR>&gt;http://www.sacaug.org/ Sacramento Asterisk Users Group<BR>&gt;-------------- next part --------------<BR>&gt;A non-text attachment was scrubbed...<BR>&gt;Name: not available<BR>&gt;Type: application/pgp-signature<BR>&gt;Size: 189 bytes<BR>&gt;Desc: This is a digitally signed message part<BR>&gt;Url : http://lists.digium.com/pipermail/asterisk-biz/attachments/20060114/a7ddc441/attachment-0001.pgp<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;Message: 6<BR>&gt;Date: Sat, 14 Jan 2006 16:26:17 +0200<BR>&gt;From: Christopher Bergstr?m &lt;cbergstrom@netsyncro.com&gt;<BR>&gt;Subject: Re: [asterisk-biz] European VoIP providers<BR>&gt;To: Commercial and Business-Oriented 
Asterisk Discussion<BR>&gt; &lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;43C90A09.8090202@netsyncro.com&gt;<BR>&gt;Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt;<BR>&gt;trixter aka Bret McDanel wrote:<BR>&gt;<BR>&gt; &gt;On Sat, 2006-01-14 at 14:20 +0100, Matt Riddell (IT) wrote:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;&gt;And to people in the following countries, happy * day to you:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;Duruthu Full Moon Poya Day Sri Lanka<BR>&gt; &gt;&gt;New Year (Orthodox) Bosnia-Herzegovina<BR>&gt; &gt;&gt;Old New Year's Day Macedonia<BR>&gt; &gt;&gt;Ratification Day United States of America<BR>&gt; &gt;&gt;Serbian Orthodox New Year Yugoslavia<BR>&gt; &gt;&gt;Maghi Sikhism<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;(http://www.earthcalendar.net/_php/lookup.php?mode=date&amp;m=01&amp;d=14&amp;y=2006)<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; 
&gt;&gt;<BR>&gt; &gt;<BR>&gt; &gt;In keeping with the spirit of the holidays that was recently shown, what<BR>&gt; &gt;madness is this?&nbsp;&nbsp;we dont support [insert something here just to make a<BR>&gt; &gt;personal attack against someone without cause]...<BR>&gt; &gt;<BR>&gt; &gt;:)<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt;You're trying to be somewhat politically correct.. This takes away from<BR>&gt;the fun of it..<BR>&gt;<BR>&gt;btw.. I'm highly considering forking this list and starting a moderated<BR>&gt;* biz list elsewhere.. I'll keep everyone posted/spammed of my<BR>&gt;intentions or contact me offlist with ideas/feedback.<BR>&gt;<BR>&gt;C.<BR>&gt;<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;Message: 7<BR>&gt;Date: Sat, 14 Jan 2006 07:01:26 -0800<BR>&gt;From: trixter aka Bret McDanel &lt;trixter@0xdecafbad.com&gt;<BR>&gt;Subject: Re: [asterisk-biz] European VoIP 
providers<BR>&gt;To: Commercial and Business-Oriented Asterisk Discussion<BR>&gt; &lt;asterisk-biz@lists.digium.com&gt;<BR>&gt;Message-ID: &lt;1137250886.16226.99.camel@trix.home.tld&gt;<BR>&gt;Content-Type: text/plain; charset="iso-8859-15"<BR>&gt;<BR>&gt;On Sat, 2006-01-14 at 16:26 +0200, Christopher Bergström wrote:<BR>&gt; &gt; You're trying to be somewhat politically correct.. This takes away from<BR>&gt; &gt; the fun of it..<BR>&gt; &gt;<BR>&gt;I forgot my book of snappy insults :)&nbsp;&nbsp;Plus sending an email with the<BR>&gt;intent to annoy is now illegal in america (it was a rider tacked onto a<BR>&gt;bill no one could really vote against - unclear if it will be enforced,<BR>&gt;but a felony for being anoying?&nbsp;&nbsp;That is a bit much and possibly<BR>&gt;unconstitutional if not at least vague, there is no legal definition 
of<BR>&gt;'anoying').<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; &gt; btw.. I'm highly considering forking this list and starting a moderated<BR>&gt; &gt; * biz list elsewhere.. I'll keep everyone posted/spammed of my<BR>&gt; &gt; intentions or contact me offlist with ideas/feedback.<BR>&gt; &gt;<BR>&gt;<BR>&gt;good luck with that, dunno how well forked lists work, people have tried<BR>&gt;for other reasons and those have never worked out well (specifically<BR>&gt;with the asterisk community).&nbsp;&nbsp;And if you cause either too high of a<BR>&gt;delay or to ostrict of a moderation filter it may not be liked by enough<BR>&gt;people and that in itself causes problems.<BR>&gt;<BR>&gt;Also a note, if you plan on either having the list in the US or serving<BR>&gt;US people with the list research um ??? v Prodigy Networks sometime in<BR>&gt;the late 80s/very very early 90s.&nbsp;&nbsp;There is another 
case, I want to say<BR>&gt;it involved Netcom with&nbsp;&nbsp;the inverse results, but dont remember this was<BR>&gt;a case I studied back in 1992-1994 sometime when I was first starting to<BR>&gt;really study law.<BR>&gt;<BR>&gt;Prodigy had censored their lists, and then stopped.&nbsp;&nbsp;3 months later<BR>&gt;while uncensored some trade secrets were posted.&nbsp;&nbsp;Prodigy was found not<BR>&gt;guilty because they no longer moderated.&nbsp;&nbsp;The courts decided that if you<BR>&gt;moderate you implicitly approve everything that gets through and you<BR>&gt;open yourself to a certain level of liability.&nbsp;&nbsp;There was an inverse<BR>&gt;case that proved that part of it.<BR>&gt;<BR>&gt;The Church of Scientology v Netcom was a similar but not quite identical<BR>&gt;case where someone posted trade secrets (their brain washing techniques<BR>&gt;and such - at least CoS claimed that 
info was trade secret protected).<BR>&gt;Netcom refused to reveal the users true identity for the usenet posting<BR>&gt;and cancel that users account so they were found guilty (I think its an<BR>&gt;obscure ruling but meh).<BR>&gt;<BR>&gt;<BR>&gt;moderated lists can get you into trouble if you arent really careful :/<BR>&gt;At least in america - and the laws here generally apply to a list or<BR>&gt;service if there is one customer from here that is a subscriber.<BR>&gt;<BR>&gt;--<BR>&gt;Trixter http://www.0xdecafbad.com&nbsp;&nbsp;&nbsp;&nbsp; Bret McDanel<BR>&gt;UK +44 870 340 4605&nbsp;&nbsp; Germany +49 801 777 555 3402<BR>&gt;US +1 360 207 0479 or +1 516 687 5200<BR>&gt;FreeWorldDialup: 635378<BR>&gt;http://www.sacaug.org/ Sacramento Asterisk Users Group<BR>&gt;-------------- next part --------------<BR>&gt;A non-text attachment was scrubbed...<BR>&gt;Name: not available<BR>&gt;Type: 
application/pgp-signature<BR>&gt;Size: 189 bytes<BR>&gt;Desc: This is a digitally signed message part<BR>&gt;Url : http://lists.digium.com/pipermail/asterisk-biz/attachments/20060114/94e4334a/attachment.pgp<BR>&gt;<BR>&gt;------------------------------<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;_______________________________________________<BR>&gt;--Bandwidth and Colocation provided by Easynews.com --<BR>&gt;<BR>&gt;asterisk-biz mailing list<BR>&gt;To UNSUBSCRIBE or update options visit:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;http://lists.digium.com/mailman/listinfo/asterisk-biz<BR>&gt;<BR>&gt;<BR>&gt;End of asterisk-biz Digest, Vol 18, Issue 62<BR>&gt;********************************************<BR></FONT></BLOCKQUOTE></div></html>