All right now we are talking. <br>Thank you Stefan, <br>I have two points to add here, <br>1) We need to save the source version. Reason I say this is that we would not want to support different version in one bundle. <br>
For example, in the post installation script, the script will do every thing for sems_version.tar-gz file. So we will save the source code for all the packages in the Installation CD or ISO Image. Something. <br>2. You wrote &quot;
(it is nicer to have all modules built but to make only the needed)&quot; <br>We are building this bundle for corporate use. I would suggest to add all the modules (If not all then at least modules required for mid size businesses). CPU, RAM and&nbsp; hard drive is not the issue any more, so I think its OK if the module is there and people don&#39;t use it.&nbsp; <br>
Again my another 2 cents..<br><br>-Jai<br><br><br><br><br><div class="gmail_quote">On Thu, Feb 28, 2008 at 1:39 PM, Stefan Sayer &lt;<a href="mailto:stefan.sayer@iptego.com">stefan.sayer@iptego.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
<br>
Jai Rangi wrote:<br>
&gt; All,<br>
&gt;<br>
&gt; This discussion can be endless if we keep planning about the features.<br>
&gt; Hey how about this, hey this will be cool, I use that tool, we must have<br>
&gt; it and list keeps going on.<br>
&gt; I would say lets start working.<br>
&gt; 1. Take any version of OS.<br>
&gt; 2. Install all basic packages for a server edition.<br>
&gt; 3. Install and document the prereqs for ser (Source)+sems (source)<br>
</div>sems prereqs:<br>
 &nbsp;g++ (&gt;= 3.4)<br>
 &nbsp;make<br>
<br>
optional:<br>
 &nbsp;libspeex &nbsp; &nbsp; &nbsp; &nbsp; (speex codec)<br>
 &nbsp;liblame (mp3 file writing)<br>
<br>
 &nbsp;python (&gt;= 2.4) &nbsp;(ivr, py_sems)<br>
 &nbsp;sip4 (py_sems)<br>
 &nbsp;mpg123 (mp3 playback)<br>
 &nbsp;libresample (resampling)<br>
 &nbsp;spandsp (other DTMF detector)<br>
<br>
No source RPMs for the moment online. Getting sems source<br>
svn head:<br>
 &nbsp;$ svn co <a href="https://svn.berlios.de/svnroot/repos/sems/trunk" target="_blank">https://svn.berlios.de/svnroot/repos/sems/trunk</a><br>
svn snapshot:<br>
 &nbsp;$ wget<br>
<a href="http://ftp.iptel.org/pub/sems/daily-snapshots/sems-trunk-latest.tar.bz2" target="_blank">http://ftp.iptel.org/pub/sems/daily-snapshots/sems-trunk-latest.tar.bz2</a><br>
<br>
installing sems:<br>
 &nbsp;cd sems-trunk ; PREFIX=/usr/local make install<br>
<br>
(it is nicer to have all modules built but to make only the needed<br>
modules for vm+conf+anouncement:<br>
 &nbsp; make -C core install PREFIX=/usr/local<br>
 &nbsp; make -C apps install PREFIX=/usr/local \<br>
 &nbsp; &nbsp; &nbsp;modules=announcement conference voicemail<br>
)<br>
<br>
some things to configure for voicemail+conference+announcement (todo:<br>
script this):<br>
/etc/sems/sems.conf:<br>
 &nbsp;load_plugins=wav;ilbc;gsm;speex;adpcm;announcement;conference;voicemail<br>
 &nbsp;sip_port=5070<br>
/etc/sems/etc/voicemail.conf:<br>
 &nbsp;smtp_server=mail<br>
 &nbsp;smtp_port=25<br>
<br>
thats it.<br>
<br>
Stefan<br>
<div class="Ih2E3d"><br>
&gt; +mysql (RPM)+ serweb (Source)+serctl (source)+sipp (Source) +sipsak<br>
&gt; (Source/RPM).<br>
&gt; 4. To make it easy for every one, all these surces should with with the<br>
&gt; defaults RPMs installed by the Linux version.<br>
&gt; 5. Make sure we installed everythign in /usr/local/ with a --prefix<br>
&gt; option for all the packages. Another option can be add a user/group ser<br>
&gt; and installed everything in ~ser/install directory.<br>
&gt;<br>
&gt; Once we have this working, then we can go on the next items in the list.<br>
&gt; Lots of things in the list are installed by Default<br>
&gt;<br>
&gt; Once we have this, we can build the ks.cfg file with a post installation<br>
&gt; script that will take care of step 3). There goes the testing phase and<br>
&gt; rebuilding phase with additional packages.<br>
&gt;<br>
&gt; My 2 cents.<br>
&gt;<br>
&gt; -Jai<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 28, 2008 at 10:47 AM, SIP &lt;<a href="mailto:sip@arcdiv.com">sip@arcdiv.com</a><br>
</div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:sip@arcdiv.com">sip@arcdiv.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; While I&#39;m all for being distro-agnostic, as we&#39;re looking to build an<br>
&gt; &nbsp; &nbsp; ISO that you boot from and that installs all the necessary stuff to get<br>
&gt; &nbsp; &nbsp; up and running, we have to pick one -- hence the choice. This way, we<br>
&gt; &nbsp; &nbsp; can ensure that the base system built is guaranteed to have all the<br>
&gt; &nbsp; &nbsp; pre-requisites, the libraries we KNOW will function without issue, the<br>
&gt; &nbsp; &nbsp; settings which make sense for a SER system, etc.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Building an installable package on a random system can run you into<br>
&gt; &nbsp; &nbsp; every sysadmin&#39;s least favourite pasttime -- hunting down the numerous<br>
&gt; &nbsp; &nbsp; pre-requisites, installing them, and working through the conflicts.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I&#39;m all for a script that activates the build-system on<br>
&gt; &nbsp; &nbsp; bootstrap/post-install so it can build an oob cfg for the box in<br>
&gt; &nbsp; &nbsp; question. I just wanted to point out that that&#39;s one of the things<br>
&gt; &nbsp; &nbsp; needing doing. :)<br>
&gt;<br>
&gt; &nbsp; &nbsp; N.<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; Greger Viken Teigre wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; I would just suggest that you try to stay as distro-independent as<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; possible, i.e. make it easy to switch to another distro and make it<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; easy for people to bootstrap on another distro by looking at the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; dependencies (and maybe contribute their bootstrap script :-).<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; As for config file, the ser-oob.cfg and ser.cfg that is generated by<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; the buildsystem (sip_router/etc/buildsystem) are quite close. The<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; buildsystem has a configure script that can be run as part of the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; bootstrap (it creates an m4 config file for local) or a web-based<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; front-end can generate the config file quite easily.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; As I&#39;m the maintainer of the buildsystem, I can promise some support<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; if the system needs some adaption or the config file needs updating.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; I cannot speak for ser-oob.cfg, but as the idea is to show-case the<br>
</div></div>&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://iptel.org" target="_blank">iptel.org</a> &lt;<a href="http://iptel.org/" target="_blank">http://iptel.org/</a>&gt; free SIP service config, I assume<br>
<div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp; it will be more static.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; See config buildsystem docs:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://www.iptel.org/sip_express_router_configuration_buildsystem" target="_blank">http://www.iptel.org/sip_express_router_configuration_buildsystem</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; I&#39;ll follow the discussions and contribute where and when I can.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; g-)<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; SIP wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; If no one else is going to come forward and second/debate Mike&#39;s<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; suggestion to use FC, and Mike&#39;s the man with the server, then I<br>
&gt; &nbsp; &nbsp; declare<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; this project officially FC-based.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; These are the people that have so far contacted me and are<br>
&gt; &nbsp; &nbsp; verified for<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; working on the SER Bundle Project, and for what tasks I have<br>
&gt; &nbsp; &nbsp; them available:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Jai Rangi &nbsp;-- kickstart work in FC<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Arun Kumar &nbsp;-- flexible<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Samuel &nbsp;-- some time/flexible<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; ram &nbsp;-- testing<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Mike Trest &nbsp;-- server, testing, FC wrangling<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Tasks we still need to fill (some of which can be filled perhaps<br>
&gt; &nbsp; &nbsp; by the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; people listed above as flexible or others in the project):<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Core:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; -SERWeb install/config<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; -RTP Proxy install/config (for base RTP proxy package -- not<br>
&gt; &nbsp; &nbsp; strictly<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; SER config)<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; -SEMS w/voicemail, away announcement, and conferencing support<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; install/config<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Tools:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; All tools (ser_ctl, sipsak, tcpdump/ngrep, wireshark/tshark, sipp,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; sip_scenario, spyagent+sipspy<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Also, with no install package for SER with a basic config, SER<br>
&gt; &nbsp; &nbsp; itself<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; will have to be installed/scripted to install with a tailored<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; config(ser-oob.cfg) for the correct system/parameters. I&#39;m<br>
&gt; &nbsp; &nbsp; ASSUMING that<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; will go into the basic core install scripts, so I didn&#39;t add it<br>
&gt; &nbsp; &nbsp; in up<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; there, but if this is an invalid assumption, someone has to let<br>
&gt; &nbsp; &nbsp; me know<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; As you can see, if you&#39;re interested in being a part of this<br>
&gt; &nbsp; &nbsp; project and<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; can contribute time to getting it going, there are plenty of<br>
&gt; &nbsp; &nbsp; areas left<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; where we need people to help. Just let me know, and I&#39;ll add you<br>
&gt; &nbsp; &nbsp; to the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; list.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; N.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Neil Fusillo wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; As long as the environment can be built to be stable, I&#39;m in<br>
&gt; &nbsp; &nbsp; complete<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; agreement. While our initial adopters may be the tinkerers and the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; risk-takers, I&#39;d say that a good number of those people already<br>
&gt; &nbsp; &nbsp; try out<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; SER (and may ultimately choose something with less of a learning<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; curve). &nbsp;The biggest market for a SER bundle in the long run is<br>
&gt; &nbsp; &nbsp; going to<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; be those who want to get a carrier grade SIP proxy up and running<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; quickly and easily. Who that might be is somewhat difficult to<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; determine, but I dare say we don&#39;t want to position ourselves as<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; building a bundle for those who&#39;re willing to take risks. ;)<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; That said, the decision for CentOS came about because it is<br>
&gt; &nbsp; &nbsp; simply a<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; GPL-compliant duplicate distro of Red Hat Enterprise Linux --<br>
&gt; &nbsp; &nbsp; the single<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; most common and most popular distribution amongst people who<br>
&gt; &nbsp; &nbsp; run linux<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; in a carrier-grade situation.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Fedora Core, being the test bed for RHEL, has the same<br>
&gt; &nbsp; &nbsp; structure but<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; newer, slightly less-vetted packages. However, if we can ensure<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; stability, then none of that matters and no one will really<br>
&gt; &nbsp; &nbsp; care what<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; distro it&#39;s built upon (as long as it&#39;s familiar to the admins who<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; manage it). If you say you can build a stable FC-based SER<br>
&gt; &nbsp; &nbsp; server, then<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; I say we go for it.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Do we have a second to Mike&#39;s motion to use FC as the base distro?<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Mike Trest - Personal wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Hi,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; This is to summarize my opinions about FC* distro use.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; IMHO, I think FC* is best selection as it contains many more fixes<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; than does the older CENTOS (based on 5). &nbsp; I have deployed several<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; hundred FC* boxes in VoIP applications. &nbsp;This is over 10,000<br>
&gt; &nbsp; &nbsp; active<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; ports without &quot;Enterprise&quot; stability issues.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; IMHO this project needs the quickest path to the Enterprise<br>
&gt; &nbsp; &nbsp; community<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; regardless of the OS/distro used.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; I suppose the ultimate question is who is our target? &nbsp;Ourselves,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; naturally. &nbsp;However, &nbsp; I suggest our target is not the bankers or<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; major corporations with lots of rules and procedures. &nbsp;That group<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; will never adopt SER until they have a commercial-grade support<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; system to advise their IT folks what to do for every question<br>
&gt; &nbsp; &nbsp; they may have.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; IMHO our initial target is those early adopters who are trying to<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; create new businesses in telecomm or consulting-on-telecom.<br>
&gt; &nbsp; &nbsp; We want<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; them to have a solid core that they can leverage into their new<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; appliances and specialized applications.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; The early adopters are risk-takers &nbsp;(This means us as well!) &nbsp;They<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; demand an open box in which they can face the SIP world with some<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; assurance of standards compliance while at the same time they can<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; face their clients with something better, faster, cheaper, and<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; innovative enough to get paid well for their efforts.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Making a technology &quot;buy - in&quot; decision at any point in time<br>
&gt; &nbsp; &nbsp; is only<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; a check point - &nbsp;not a final resting place. &nbsp;IMHO, we are<br>
&gt; &nbsp; &nbsp; better off<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; selecting an OS/distro effort that has a large share of both early<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; adopters and long term commercial support - - - so long as it<br>
&gt; &nbsp; &nbsp; meets<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; our current and future technical **AND** target market<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; requirements. &nbsp; Research confirms that the RH/FC community is the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; largest community with name recognition and respect among both the<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; &quot;geek-innovator&quot; community as well as the Enterprise community.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; ..mike..<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Serusers mailing list<br>
</div></div>&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a> &lt;mailto:<a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank">http://lists.iptel.org/mailman/listinfo/serusers</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; Serusers mailing list<br>
</div>&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a> &lt;mailto:<a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank">http://lists.iptel.org/mailman/listinfo/serusers</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; Serusers mailing list<br>
</div>&gt; &nbsp; &nbsp; <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a> &lt;mailto:<a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank">http://lists.iptel.org/mailman/listinfo/serusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Serusers mailing list<br>
&gt; <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a><br>
&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank">http://lists.iptel.org/mailman/listinfo/serusers</a><br>
<br>
</div><div><div></div><div class="Wj3C7c">--<br>
Stefan Sayer<br>
VoIP Services<br>
<br>
<a href="mailto:stefan.sayer@iptego.com">stefan.sayer@iptego.com</a><br>
<a href="http://www.iptego.com" target="_blank">www.iptego.com</a><br>
<br>
iptego GmbH<br>
Am Borsigturm 40<br>
13507 Berlin<br>
Germany<br>
<br>
Amtsgericht Charlottenburg, HRB 101010<br>
Geschaeftsfuehrer: Alexander Hoffmann<br>
</div></div></blockquote></div><br>