<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>318 Tech Journal &#187; Exchange 2007</title>
	<atom:link href="http://techjournal.318.com/tag/exchange-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://techjournal.318.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 22:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Mail Archival</title>
		<link>http://techjournal.318.com/mac-os-x-server/mail-archival/</link>
		<comments>http://techjournal.318.com/mac-os-x-server/mail-archival/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 19:39:50 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Mail Archival]]></category>
		<category><![CDATA[Sarbanes-Oxley]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=399</guid>
		<description><![CDATA[There are a number of messaging solutions that allow for automated message archiving. Message archiving can save space, while freeing up valuable resources and can also help to maintain Sarbanes-Oxley compliance (as well as achieve a number of other objectives). But not all messaging solutions allow for automated archival. Enter Mail Archiva into the picture. [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of messaging solutions that allow for automated message archiving. Message archiving can save space, while freeing up valuable resources and can also help to maintain Sarbanes-Oxley compliance (as well as achieve a number of other objectives). But not all messaging solutions allow for automated archival. Enter <a href="http://www.mailarchiva.com">Mail Archiva</a> into the picture.</p>
<p><img class="alignleft" title="http://www.mailarchiva.com/images/new_architecture.gif" src="http://www.mailarchiva.com/images/new_architecture.gif" alt="" width="296" height="303" /></p>
<p>Mail Archiva is an open source project aimed at bringing messaging archival to Microsoft Exchange, Zimbra, Mac OS X Server, Postfix, SendMail, IpSwitch, Axigen and a number of other messaging servers.</p>
<p>If you are in need of mail archival then feel free to reach out to us for more information on Mail Archiva today!</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/mac-os-x-server/mail-archival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using LCR for Exchange 2007 Disaster Recovery</title>
		<link>http://techjournal.318.com/network-architecture/using-lcr-for-exchange-2007-disaster-recovery/</link>
		<comments>http://techjournal.318.com/network-architecture/using-lcr-for-exchange-2007-disaster-recovery/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:30:11 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[Kerio]]></category>
		<category><![CDATA[Network Architecture]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Continuous Backup]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[LCR]]></category>
		<category><![CDATA[Storage Group]]></category>
		<category><![CDATA[Update-StorageGroupCopy]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=262</guid>
		<description><![CDATA[Local Continuous Replication (LCR) is a high availability feature built into Exchange Server 2007.  LCR allows admins to create and maintain a replica of a storage group to a SAN or DAS volume.  This can be anything from a NetApp to an inexpensive jump drive or even a removable sled. In Exchange 2007, log file sizes have been increased, [...]]]></description>
			<content:encoded><![CDATA[<p>Local Continuous Replication (LCR) is a high availability feature built into Exchange Server 2007.  LCR allows admins <span lang="EN">to create and maintain a replica of a storage group to a SAN or DAS volume.  This can be anything from a NetApp to an inexpensive jump drive or even a removable sled. In Exchange 2007, log file sizes have been increased, and those logs are copied to the LCR location (known as log shipping) and then used to &#8220;replay&#8221; data into the replica database (aka change propagation). </span></p>
<p>LCR can be used to reduce the recovery time in disaster recovery scenarios for the whole database, instead of restoring a database you can simply mount the replica.  However, this is not to be used for day-to-day mailbox recovery, message restores, etc.  It&#8217;s there to end those horrific eseutil /rebuild and eseutil /defrag scenarios.  Given the sizes that Exchange environments are able to get in Exchange 2003 R2 and Exchange 2007, this alone is worth the drive space used.</p>
<p>Like with many other things in Windows, LCR can be configured using a wizard.  The Local Continuous Backup wizard (I know, it should be the LCR wizard) can be accessed using the Exchange Management Console.  From here, browse to the storage group you would like to replicate and then click on the Enable Local Continuous Backup button.  The wizard will then ask you for the path to back up to and allow you to set a schedule.  Once done, the changes will replicate, but the initial copy will not.  This is known as seeding and will require a little PowerShell to get going.  Using the name of the Storage Group (in this example &#8220;First Storage Group&#8221;) you will stop LCR, manually update the seed, then start it again, commands respectively being:</p>
<blockquote><p>Suspend-StorageGroupCopy –identity “First Storage Group”</p>
<p>Update-StorageGroupCopy –identity “First StorageGroup”</p>
<p>Resume-StorageGroupCopy –identity “First StorageGroup”</p></blockquote>
<p>Now that your database is seeded, click on the Storage Group in the Exchange Management Console and you should see Healthy listed in the Copy Status column for the database you&#8217;re using LCR with.  Loop through this process with all of your databases and you&#8217;ll have a nice disaster recovery option to use next time you would have instead done a time consuming defrag of the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/network-architecture/using-lcr-for-exchange-2007-disaster-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unraveling Unified Messaging</title>
		<link>http://techjournal.318.com/general-technology/215/</link>
		<comments>http://techjournal.318.com/general-technology/215/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 22:01:47 +0000</pubDate>
		<dc:creator>Charles Edge</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Unified Messaging]]></category>

		<guid isPermaLink="false">http://www.318.com/techjournal/?p=215</guid>
		<description><![CDATA[There’s been a lot of talk the past year or two about unified messaging. You may remember the old ATT All in One commercial where a person was golfing and his important call would find him, and he wouldn’t miss the call. Or have you ever had a job where every morning you had to [...]]]></description>
			<content:encoded><![CDATA[<p>There’s been a lot of talk the past year or two about unified messaging.  You may remember the old ATT All in One commercial where a person was golfing and his important call would find him, and he wouldn’t miss the call.  Or have you ever had a job where every morning you had to check your e-mail, then your voicemail on your phones, and then walk to the fax machine to check your faxes?  Well, Google this week released a new service called Google Voice.  Google Voice is just a revamp of their system called Google GrandCentral.  You have one number that people will call, and Google will route the call to all of your phones to try and locate you, and allow you to essentially ignore the call or accept it.  You can also search your emails, voicemails, and SMS messages from the web.  Microsoft Exchange offers a system that will allow you to get all your email, voicemail and faxes in one centralized location.  Weaver just released a service in February that will allow Asterisk users to have their voicemail transcribed automatically and e-mailed to them.  Below is a chart of services offered by Google, Asterisk, and Microsoft Exchange 2007 Unified Messaging to give you a better understanding of what technology route you may want to go.</p>
<p><strong>Microsoft Exchange 2007 Unified Messaging<br />
</strong>Microsoft’s Exchange 2007 Unified Messaging goal is to tie in Email, Fax and Phone into one manageable place.  An example that Microsoft uses is that first thing in the morning most people check their email, then check their voicemail, and after check their faxes.  Exchange Unified Messaging has the ability to tie together all three of these communication technologies into a single place for management.</p>
<p>Exchange Unified Messaging on it&#8217;s own cannot serve a PBX function, but harnesses a current PBX infrastructure into Exchange for end users to have a seamless place to manage their communications.  The current iteration of Exchange Unified Messaging is with Exchange 2007.  To leverage the entire suite of features, you must use Outlook 2007.</p>
<p><strong>Google Voice<br />
</strong>Google Voice is a communication infrastructure much like Exchange Unified Messaging, but seems to be targeted for non-business consumers.  Google Voice is the current iteration of what was once known as Google GrandCentral.  Its purpose is unified messaging as well, as it ties in your Gmail, SMS and incoming phone calls into your phone account created on Google Voice.  Google Voice is an IP-PBX (VoIP) that allows you to make and receive calls with unified messaging capabilities.</p>
<p>Receiving calls can be done through any cell phone that you have, or through their Google Voice web interface.  Making calls can be done via GoogleVoice (web-based), or through any other phone (landline or cell phone).  The price point is very good (as in free).  The price is free for all calls made to US numbers (long distance charges to other countries apply, of course).  It requires no additional hardware.</p>
<p><strong>Asterisk</strong><br />
Asterisk is an open source IP-PBX (VoIP) platform based on Linux.  It requires a computer to run on and can tie in your existing land line with almost any VoIP provider of your choice.  Call pricing depends on your phone carriers.</p>
<p><!--StartFragment--></p>
<table class="MsoNormalTable" border="1" cellspacing="1" cellpadding="1" width="450" align="left">
<tbody>
<tr>
<td width="25" valign="bottom">
<p class="MsoNormal"><span> </span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><strong><span>Google Voice</span></strong></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><strong><span>Asterisk</span></strong></p>
</td>
<td width="175" valign="top">
<p class="MsoNormal"><strong><span>Exchange 2007</span></strong></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Voicemail</span></p>
</td>
<td width="175" valign="top">
<p class="MsoNormal"><span>Yes, stored on Google&#8217;s PBX   Server.</span></p>
</td>
<td width="175" valign="top">
<p class="MsoNormal"><span>Yes, stored on PBX Server.</span></p>
</td>
<td width="175" valign="top">
<p class="MsoNormal"><span>Yes, originating from current   PBX, but forwarded and stored in Exchange</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Email</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, integrated with Gmail.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, SMTP&#8217;d to host of your   choice.</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes, integrated with Exchange   and Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Transcribing VoiceMail</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, not natively as it needs   to use VoiceScribe<a name="_ftnref" href="#_ftn1"><span class="MsoFootnoteReference"><span>[1]</span></span></a> and then   emails you the trasncript</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>No, but allows the user to take   notes (including manually transcribing voicemail) to allow voicemail to be   searchable via Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Price</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>The use is free, and calls to US   numbers are free.<span>  </span>Your cell   provider rates still apply, and Google has their own price for long distance   calling<a name="_ftnref" href="#_ftn2"><span class="MsoFootnoteReference"><span>[2]</span></span></a>.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Free to install and use, and   configure.<span>  </span>The call price rate   depends on your local and/or VoIP carrier.</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Phone calls rates are based on   your PBX/Call Provider.<span>  </span>Only   certain PBXs are supported<a name="_ftnref" href="#_ftn3"><span class="MsoFootnoteReference"><span>[3]</span></span></a>.   <span> </span>The price for Exchange is $699   for Standard or $3,999 for Enterprise depending on how many storage groups   and databases per mailbox server role you need.<a name="_ftnref" href="#_ftn4"><span class="MsoFootnoteReference"><span>[4]</span></span></a><span>  </span>Both come with unified messaging.</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Can call more than one of your   phones at a time to try to locate you.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, but you need to purchase   additional trunks (VoIP or PSTN)</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Depends on PBX</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Can automatically locate you and   route calls depending on bluetooth proximity.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Native Address Book</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, integrated with your Google   Account.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes, integrated with Exchange   Contacts</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Call Management</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, via your phones (and   possibly through Google Voice)</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, via your phones or through   HUD</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes, through Outlook and   possibly through your PBX Software</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Fax</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, but it&#8217;s through VoIP, and   not realiable<a name="_ftnref" href="#_ftn5"><span class="MsoFootnoteReference"><span>[5]</span></span></a></span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes, through a standard fax line</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>VoIP</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Depends on PBX</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Listen to voice messages without   changing their context to another application</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes, integrated with Google   Voice</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No &#8211; you need to use whatever   sound application is installed on your computer</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Multiplatform</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Unknown, but since it&#8217;s web   based, it may work on Linux, Mac, and Windows.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes &#8211; Linux, Mac, and Windows</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>No, just Windows with Outlook   2007. You can play messages in Entourage, but may either have to change file   type in Exchange from *.wma to *.wav, or have Mac users install WMP 9 for OS   X<a name="_ftnref" href="#_ftn6"><span class="MsoFootnoteReference"><span>[6]</span></span></a></span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Configure individual voice mail   settings</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Via phone or web</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Via phone or web</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>View all voicemail in one   location</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Distinguish voice and fax messages   from email messages within mailbox</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No, just voice mail from email,   and only through Google Voice</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Determine whether a voice   message has already been played</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Unknown</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Add notes to a voicemail message   natively</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Unknown</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Reply to a voice mail with email</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Unknown &#8211; not sure if it can   work with blocked numbers or telephone numbers not in contacts.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Add telephone numbers received   to Contacts natively</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Unknown</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes integrated with Outlook</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Share VoiceMail</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
</tr>
<tr>
<td width="50" valign="top">
<p class="MsoNormal"><span>Adding a user</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Free.<span>  </span>Requires that each user is registered with a Google   account.</span></p>
</td>
<td width="108" valign="top">
<p class="MsoNormal"><span>Free.<span>  </span>Just create a new extension for IP phones.<span>  </span>For non-IP hard phones, you must buy   a FXS card (or to connect a regular phone to an ATA).</span></p>
</td>
<td width="158" valign="top">
<p class="MsoNormal"><span>You must buy CALs for each   user.<span>  </span>For unified messaging, you   must have both the Exchange Standard AND Entprise CAL.<span>  </span>Exchange Standard CAL is $67,   Exchange Enterprise CAL is $35.<a name="_ftnref" href="#_ftn7"><span class="MsoFootnoteReference"><span>[7]</span></span></a><span>  </span>You must purchase both CALs for each   user.<span>  </span>You also need to add a   user to your PBX &#8211; pricing and licensing depends on PBX provider.</span></p>
</td>
</tr>
</tbody>
</table>
<p>There are some things that may catch your eye (or not) when you first see this chart.  Exchange Unified Messaging is expensive, but offers a lot of features that the other two don’t.  From a “birds eye view” it may also fit your enterprise better if your companies’ locations use different types of PBXs, but you want to “unify” all of the communication in Exchange.</p>
<p>If you have a heterogeneous environment or non Windows environment, Asterisk or Google Voice may be a better route for you.</p>
<p>If you are concerned with regulatory compliance, Google Voice may not be your best choice since you do not have a centralized location of all your communication readily available.</p>
<p>When determining which choice is a better fit for your business, carefully weigh your options (price, compliance and room for expansion to name a few).  It will be exciting to see how the technologies are managed, and what the future holds for unified communications.  If you plan to roll out any of these services, or are in need of consultation, please don’t hesitate to let us know.  We’re here to help.</p>
<div>
<hr size="1" />
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn1" href="#_ftnref"><span class="MsoFootnoteReference"><span>[1]</span></span></a> <a href="https://www.weavver.com/Public/Default.aspx?ReturnUrl=%2fDefault.aspx">https://www.weavver.com/Public/Default.aspx?ReturnUrl=%2fDefault.aspx</a></p>
</div>
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn2" href="#_ftnref"><span class="MsoFootnoteReference"><span>[2]</span></span></a> <a href="http://www.nytimes.com/2009/03/12/technology/personaltech/12pogue.html?pagewanted=2&amp;8dpc&amp;_r=1">http://www.nytimes.com/2009/03/12/technology/personaltech/12pogue.html?pagewanted=2&amp;8dpc&amp;_r=1</a></p>
</div>
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn3" href="#_ftnref"><span class="MsoFootnoteReference"><span>[3]</span></span></a> <a href="http://technet.microsoft.com/en-us/library/cc164342.aspx#supipgate">http://technet.microsoft.com/en-us/library/cc164342.aspx#supipgate</a></p>
</div>
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn4" href="#_ftnref"><span class="MsoFootnoteReference"><span>[4]</span></span></a> <a href="http://www.microsoft.com/exchange/howtobuy/default.mspx">http://www.microsoft.com/exchange/howtobuy/default.mspx</a></p>
</div>
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn5" href="#_ftnref"><span class="MsoFootnoteReference"><span>[5]</span></span></a> <a href="http://www.voip-info.org/wiki-Asterisk+fax">http://www.voip-info.org/wiki-Asterisk+fax</a></p>
</div>
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn6" href="#_ftnref"><span class="MsoFootnoteReference"><span>[6]</span></span></a> <a href="http://www.microsoft.com/mac/itpros/default.mspx?CTT=PageView&amp;clr=99-15-0&amp;target=d01fafd1-6c54-459b-9ea6-2d7b80cffab71033&amp;srcid=d0b1e054-62c9-4980-954b-f15b90b720a91033&amp;ep=7">http://www.microsoft.com/mac/itpros/default.mspx?CTT=PageView&amp;clr=99-15-0&amp;target=d01fafd1-6c54-459b-9ea6-2d7b80cffab71033&amp;srcid=d0b1e054-62c9-4980-954b-f15b90b720a91033&amp;ep=7</a></p>
</div>
<div id="ftn">
<p class="MsoFootnoteText"><a name="_ftn7" href="#_ftnref"><span class="MsoFootnoteReference"><span>[7]</span></span></a> <a href="http://www.microsoft.com/exchange/howtobuy/default.mspx">http://www.microsoft.com/exchange/howtobuy/default.mspx</a></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techjournal.318.com/general-technology/215/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

