<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Helvetica Neue";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Athelas;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Charter;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Arial","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">My initial inclination is to tell you that it’s ok to go to the SIP server level.  Here, we are running FreePBX, which is really just a web-based GUI for the Asterisk PBX system,
 which is built on linux and runs on common pc hardware.   Our phones are low end multi-line business voip phones. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">In our case, our current iteration uses the full OS with PBX system available as an ISO installer here:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><a href="https://www.freepbx.org/downloads/freepbx-distro/">https://www.freepbx.org/downloads/freepbx-distro/</a>.  If one was so inclined, one could install FreePBX by hand,
 or even Asterisk by itself, but then you would have to configure the system using text files on command line server, rather than in a web interface.  It’s do-able, but not worth the trouble if it can be avoided. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">We’ve been using versions of FreePBX for at least 3 years now.  We have had occasional issues, though none of which were game stoppers, and this system allowed us to move up to
 voicemail, auto-attendants (in our case, for when we are closed), and other little things that one expects from a business phone system in the 21<sup>st</sup> century. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">The big gotcha that I would recommend looking up now, whether you go with a SIP trunking service or a hosted PBX solution, is to look up who can offer phone service in your current
 telephone exchange.  One of the things we discovered was that because of the legacy of a local phone company in town here, the only places offering any phone service to a 937-855-XXXX number were the local POTS provider and TimeWarner.  In our case, we realized
 this about halfway through the process, and in the end purchased analog adapter boards for our PBX pc and went with TimeWarner business class for our phone service.  This didn’t save nearly as much money as a full on sip trunk provider would have, and our
 PBX cannot do as many interesting and useful things as I had wanted, but in the end we now have a modern phone system, long distance in the US and Canada are included in our TWC service at a cost that saves us a few bucks per month over the local POTS provider. 
 Our system is currently pushing 12 phones with 3 analog phone lines connected through the adapter. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">One other gotcha I would mention is that you will want to be especially careful about your firewall settings.  I’m not sure what it would be like working with a hosted PBX voip
 provider, but with the sip providers I worked with, they all recommend port forwarding several ports to the PBX system through your firewall, and at one point I had to rebuild the installation because “something” on the PBX started sucking up pretty much all
 of our bandwidth any time the PBX pc could see the internet.  (I consider myself lucky at that point that I had the PBX and phones physically segregated from all of the ordinary PCs in our building)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">I’ve since learned that there are ways to open ports exclusively to specific external URLs or IP addresses or ranges of IP addresses, and I would recommended that you either know
 how to do that on your current firewall, or find a firewall that can do such things without a lot of suffering on your part. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">One nice thing about a system like FreePBX/Asterisk, is that because it is built on top of command line linux, it requires very little hardware.  For the first few years, we were
 running the system on retired public PCs that were somewhere in the 7-10 year old range.  This year we upgraded the system to where we are now using an off-lease thin client with a USB stick for a hard drive. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">So, long story short, if you go this route, just about any current PC hardware will be adequate for your needs. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">If you are tempted to try to go this route, one thing I would do is setup a rudimentary test system, to ensure that there are no odd networking issues that would interfere with
 calling when you have a PBX at your main library and some of the phones in remote locations. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">If it works, a freepbx setup with a sip trunking service would likely minimize your monthly phone costs. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">That said, something like a hosted PBX system with the same off the shelf phones is liable to show a decent savings over your current setup and would require less work/learning
 on your part on the front end and would be one less system to maintain in the long run. 
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">Best of luck and have a good day.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D">Joe<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">Joseph Knueven<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">Director<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">Germantown Public Library<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">51 N. Plum St.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">Germantown, OH 45327<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">937-855-4001<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D">joe@gtownlibrary.net<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> OPLINTECH [mailto:oplintech-bounces@lists.oplin.org]
<b>On Behalf Of </b>Tim Burns<br>
<b>Sent:</b> Thursday, November 03, 2016 12:29 PM<br>
<b>To:</b> oplintech@lists.oplin.org<br>
<b>Subject:</b> [OPLINTECH] VOiP feeler<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Dear Brain Trust, <o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Today I am interested in (<span style="font-size:19.5pt;font-family:"Helvetica Neue","serif"">reconnoitering</span>) a replacement phone system.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">The way I understand it, my library (4 geographical locations) currently has 4 POTs circuits connected to a NEC-Aspire system. (I want to call it PBX, but it may not be exactly that.)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">We have (not less than) 30 desk stations. We use voice mail, and an automated attendant gets first crack at incoming calls. <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Please help me with sizing a system, finding a vendor, understanding quirks and gotchas of VOip…  Value is a big driver for this project.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">I would be thrilled to train and understand on-site configuration, and expansion (using phones purchased at discounts … ). I like to think I can handle this as a do-it-yourselfer.  (I don’t think I’m going to the SIP-server level … unless
 you tell me it’s okay)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Wondering about eRate and OPLIN ramifications?? Internet is internet, right? Experiences and horror stories are welcome.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-family:"Athelas","serif";color:#4F8F00">Tim Burns</span><span style="font-size:10.5pt;font-family:"Athelas","serif";color:#4F8F00"> </span><span style="color:black"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:8.5pt;font-family:"Athelas","serif";color:#4F8F00">Bi</span><span style="font-size:7.0pt;font-family:"Athelas","serif";color:#4F8F00">rchard Public Library of Sandusky County Ohio</span><span style="font-size:9.0pt;font-family:"Charter","serif";color:#4F8F00"> </span><span style="color:black"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Charter","serif";color:black"><a href="mailto:tim.burns@birchard.lib.oh.us"><span style="font-size:10.5pt;font-family:"Athelas","serif"">tim.burns@birchard.lib.oh.us</span></a><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"Athelas","serif";color:#942193">telephone:<span class="apple-converted-space"> </span></span><span style="font-size:10.0pt;font-family:"Athelas","serif";color:#942193">(419) 334-7101</span><span class="apple-converted-space"><span style="font-size:9.0pt;font-family:"Athelas","serif";color:#942193"> </span></span><span style="font-size:9.0pt;font-family:"Athelas","serif";color:#942193">extension:
 239</span><span style="color:black"><o:p></o:p></span></p>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal"><br>
NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressees and may contain legally privileged, protected or confidential information. If you have received this message in error, and/or you are not the
 intended recipient, please notify the sender immediately by e-mail reply and please delete this message from your computer and destroy any copies. Any unauthorized use, reproduction, forwarding, distribution, or other dissemination of this transmission is
 strictly prohibited and may be unlawful. <o:p></o:p></p>
</div>
</body>
</html>