<?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>VoiceSync.ca Cheap Voicemail to email and Fax to email</title>
	<atom:link href="http://voicesync.ca/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://voicesync.ca</link>
	<description>Voicesync  provides consolidated voicemail and virtual fax service</description>
	<lastBuildDate>Tue, 27 Apr 2010 13:44:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VoiceSync’s Amazon Cloud Configuration</title>
		<link>http://voicesync.ca/?p=146</link>
		<comments>http://voicesync.ca/?p=146#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=146</guid>
		<description><![CDATA[Amazon Cloud Configuration Data Survival of Instance Failure Amazon EBS is designed to allow you to attach any instance to a storage volume. In the event you experience an instance failure, your Amazon EBS volume automatically detaches with your data intact. You can then reattach the volume to a new instance and quickly recover. You are running [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>
<h1>Amazon Cloud Configuration<br />
</h1>
</li>
<li>
<h2>Data Survival of Instance Failure<br />
</h2>
<p>Amazon EBS is designed to allow you to attach any instance to a storage volume. In the event you experience an instance failure, your Amazon EBS volume automatically detaches with your data intact. You can then reattach the volume to a new instance and quickly recover.
</p>
<p><img src="http://voicesync.ca/wp-content/uploads/2010/04/042710_1345_VoiceSyncsA1.png" alt=""/>
			</p>
<ol>
<li>You are running an Amazon EC2 instance that is attached to an Amazon EBS volume, when your Amazon EC2 instance fails or is experiencing problems.
</li>
<li>To recover, you detach the Amazon EBS volume from your instance (if it has not already automatically detached), launch a new Amazon EC2 instance, and attach the Amazon EBS volume to the new instance.
</li>
<li>In the unlikely event the Amazon EBS volume fails, you can create a new Amazon EBS volume based on the most recent snapshot of your failed volume.
</li>
</ol>
<p>
 </p>
<p>
 </p>
<p>
 </p>
</li>
<li>
<h2>Amazon EBS API Overview<br />
</h2>
<p>To configure and use Amazon EBS, we provide eight new API functions. This section provides a brief overview of each function.
</p>
<p><img src="http://voicesync.ca/wp-content/uploads/2010/04/042710_1345_VoiceSyncsA2.png" alt=""/>
			</p>
<p><strong>API List<br />
</strong></p>
</li>
</ol>
<ul>
<li>CreateVolume—Creates a new Amazon EBS volume using the specified size or creates a new volume based on a previously created snapshot.
</li>
<li>
<div>DeleteVolume—Deletes the specified volume.
</div>
<p>This function does not delete any snapshots that were created from this volume.
</p>
</li>
<li>DescribeVolumes—Describes all volumes, including size, source snapshot, Availability Zone, creation time, and status (<span style="font-family:Courier New">available</span>, <span style="font-family:Courier New">in-use</span>).
</li>
<li>
<div>AttachVolume—Attaches the specified volume to a specified instance, exposing the volume using the specified device name.
</div>
<p>A volume can only be attached to a single instance at any time. The volume and instance must be in the same Availability Zone and the instance must be running.
</p>
</li>
<li>
<div>DetachVolume—Detaches the specified volume from the instance to which it is attached.
</div>
<p>This operation does not delete the volume. The volume can be attached to another instance and will have the same data as when it was detached.
</p>
</li>
<li>
<div>CreateSnapshot—Creates a snapshot of the volume you specify.
</div>
<p>Once created, you can use the snapshot to create volumes that contain exactly the same data as the original volume.
</p>
</li>
<li>
<div>DeleteSnapshot—Deletes the specified snapshot.
</div>
<p>This function does not affect currently running Amazon EBS volumes, regardless of whether they were used to create the snapshot or were derived from the snapshot.
</p>
</li>
<li>DescribeSnapshots—Describes all snapshots, including their source volume, snapshot initiation time, progress (percentage complete), and status (<span style="font-family:Courier New">pending</span>, <span style="font-family:Courier New">completed</span>).
</li>
</ul>
<p>
 </p>
<ol>
<li>
<h2>Creating Amazon EBS Volumes and Snapshots<br />
</h2>
</li>
<li>
<h3><a name="creating-ebs"/>Creating an Amazon EBS Volume<br />
</h3>
<p>To use Amazon EBS, you first create a volume that can be attached to any Amazon EC2 instance within the same Availability Zone. This example creates an 800 GiB Amazon EBS volume.
</p>
<p><strong>To create an Amazon EBS volume<br />
</strong></p>
<ol>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  <strong>ec2-create-volume</strong> &#8211;size 800 &#8211;zone us-east-1a<br />
</span></p>
<p>Amazon EBS returns information about the volume similar to the following example.
</p>
<p><span style="font-family:Courier New; font-size:10pt">VOLUME vol-4d826724 800 us-east-1a available 2008-02-14T00:00:00+0000<br />
</span></p>
</li>
<li>
<div>To check whether the volume is ready, use the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  ec2-describe-volumes vol-4d826724<br />
</span></p>
<p>Amazon EBS returns information about the volume similar to the following example.
</p>
<p><span style="font-family:Courier New; font-size:10pt">VOLUME  vol-4d826724 800 us-east-1a  available 2008-07-29T08:49:25+0000<br />
</span></p>
</li>
</ol>
</li>
<li>
<h2><a name="attaching-ebs"/>Attaching the Volume to an Instance<br />
</h2>
<p>This section describes how to attach a volume that you created to an instance.
</p>
<p><strong>To attach an Amazon EBS volume<br />
</strong></p>
</li>
</ol>
<ul>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  ec2-attach-volume volume_id -i instance_id -d device<br />
</span></p>
<p>Amazon EBS returns information similar to the following.
</p>
<p><span style="font-family:Courier New; font-size:10pt">ATTACHMENT <em>volume_id</em> instance_id <em>device</em> attaching <em>date_time</em><br />
				</span></p>
</li>
</ul>
<p><strong><a name="d0e9332"/>Example<br />
</strong></p>
<p>This example attaches volume <span style="font-family:Courier New">vol-4d826724</span> to <span style="font-family:Courier New">instance i-6058a509</span> in Linux and UNIX and exposes it as device <span style="font-family:Courier New">/dev/sdh</span>.
</p>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  ec2-attach-volume vol-4d826724 -i i-6058a509 -d /dev/sdh<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">ATTACHMENT vol-4d826724 i-6058a509 /dev/sdh attaching 2008-02-14T00:15:00+0000<br />
</span></p>
<p>This example attaches volume <span style="font-family:Courier New">vol-4d826724</span> to <span style="font-family:Courier New">instance i-6058a509</span> in Windows and exposes it as device <span style="font-family:Courier New">xvdf</span>.
</p>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  ec2-attach-volume vol-4d826724 -i i-6058a509 -d xvdf<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">ATTACHMENT vol-4d826724 i-6058a509 xvdf attaching 2008-02-14T00:15:00+0000<br />
</span></p>
<p>
Note<a name="describing-ebs"/>Describing Volumes and Instances<br />
 </p>
<p>After creating Amazon EBS volumes and attaching them to instances, you can list them using the <span style="font-family:Courier New">DescribeVolumes</span> and the <span style="font-family:Courier New">DescribeInstances</span> operations.
</p>
<p><span style="font-family:Courier New">DescribeVolumes</span> returns the volume ID, capacity, status (in-use or available) and creation time of each volume. If the volume is attached, an attachment line shows the volume ID, the instance ID to which the volume is attached, the device name exposed to the instance, its status (attaching, attached, detaching, detached), and when it attached.
</p>
<p><span style="font-family:Courier New">DescribeInstances</span> lists volumes that are attached to running instances.
</p>
<p><strong>To describe volumes<br />
</strong></p>
<ul>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  ec2-describe-volumes<br />
</span></p>
<p>Amazon EBS returns information about all volumes that you own.
</p>
<p><span style="font-family:Courier New; font-size:10pt">VOLUME vol-4d826724 us-east-1a 800 in-use 2008-02-14T00:00:00+0000<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  ATTACHMENT vol-4d826724 i-6058a509 /dev/sdh attached 2008-02-14T00:00:17+0000<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  VOLUME vol-50957039 13 us-east-1a available 2008-02-091T00:00:00+0000<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  VOLUME vol-6682670f 1 us-east-1a in-use 2008-02-11T12:00:00+0000<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  ATTACHMENT vol-6682670f i-69a54000 /dev/sdh attached 2008-02-11T13:56:00+0000<br />
</span></p>
</li>
</ul>
<p><strong>To describe instances<br />
</strong></p>
<ul>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">PROMPT&gt;  ec2-describe-instances<br />
</span></p>
<p>Amazon EBS returns information about all running instances and volumes attached to those instances.
</p>
<p><span style="font-family:Courier New; font-size:10pt">RESERVATION  r-e112fc88 416161254515  default<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  INSTANCE  i-3b887c52  ami-3fd13456  ec2-67-202-27-216.compute-1.amazonaws.com  domU-12-31-38-00-35-94.compute-1.internal<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  running       gsg-keypair  0  m1.small  2007-11-26T13:20:35+0000  windows  vol-4d826724<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  RESERVATION  r-e612fc8f       416161254515  default<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  INSTANCE  i-21b63c22  ami-3fd13456  ec2-67-202-18-227.compute-1.amazonaws.com domU-12-31-38-00-39-28.compute-1.internal<br />
</span></p>
<p><span style="font-family:Courier New; font-size:10pt">  running       gsg-keypair  0  m1.small  2007-11-26T13:21:51+0000  windows  vol-6682670f<br />
</span></p>
<p>
 </p>
</li>
</ul>
<ol>
<li>
<h2><a name="using-ebs"/>Using an Amazon EBS Volume within an Instance<br />
</h2>
<p>Inside the instance, the Amazon EBS volume is exposed as a normal block device and can be formatted as any file system and mounted.
</p>
</li>
<li>
<h3><a name="using-ebs-linux"/>Linux and UNIX<br />
</h3>
<p>This section describes how to make a volume available to the Linux and UNIX operating system.
</p>
<p><strong>To create an ext3 file system on the Amazon EBS volume and mount it as /mnt/data-store<br />
</strong></p>
<ol>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">$  yes | mkfs -t ext3 /dev/sdh<br />
</span></p>
</li>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">$  mkdir /mnt/data-store<br />
</span></p>
</li>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">$  mount /dev/sdh /mnt/data-store<br />
</span></p>
</li>
</ol>
<p>Any data written to this file system is written to the Amazon EBS volume and is transparent to applications using the device.
</p>
</li>
<li>
<h2><a name="using-ebs1"/>Using an Amazon EBS Volume within an Instance<br />
</h2>
<p>Inside the instance, the Amazon EBS volume is exposed as a normal block device and can be formatted as any file system and mounted.
</p>
</li>
<li>
<h3><a name="using-ebs-linux1"/>Linux and UNIX<br />
</h3>
<p>This section describes how to make a volume available to the Linux and UNIX operating system.
</p>
<p><strong>To create an ext3 file system on the Amazon EBS volume and mount it as /mnt/data-store<br />
</strong></p>
<ol>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">$  <strong>yes | mkfs -t ext3 /dev/sdh<br />
</strong></span></p>
</li>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">$  <strong>mkdir /mnt/data-store<br />
</strong></span></p>
</li>
<li>
<div>Enter the following command.
</div>
<p><span style="font-family:Courier New; font-size:10pt">$  mount /dev/sdh /mnt/data-store<br />
</span></p>
</li>
</ol>
<p>Any data written to this file system is written to the Amazon EBS volume and is transparent to applications using the device.
</p>
<p>
 </p>
<p>For more information please contact Daniel Brody Daniel @ Brody dot ca</p>
</li>
</ol>
<p><map name='google_ad_map_146_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/146?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_146_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=146&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D146' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Answer/Busy Transfer Verizon</title>
		<link>http://voicesync.ca/?p=129</link>
		<comments>http://voicesync.ca/?p=129#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:47:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Long distance]]></category>
		<category><![CDATA[Mobile phone]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Telephone]]></category>
		<category><![CDATA[Telephone number]]></category>
		<category><![CDATA[Verizon Communications]]></category>
		<category><![CDATA[Vertical service code]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=129</guid>
		<description><![CDATA[No Answer/Busy Transfer
You can have incoming calls answered by another phone whenever your wireless phone is busy or remains unanswered after three to six rings. With this option, your phone will ring unless you're on the phone]]></description>
			<content:encoded><![CDATA[<h2>No Answer/Busy Transfer</h2>
<h3>Description</h3>
<p>You can have incoming calls answered by another phone whenever your <a class="zem_slink" title="Mobile phone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mobile_phone">wireless phone</a> is busy or remains unanswered after three to six rings. With this option, your phone will ring unless you&#8217;re on the phone.</p>
<p>When <a class="zem_slink" title="Call forwarding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Call_forwarding">forwarding</a> calls to phone <a class="zem_slink" title="Telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_number">numbers</a> outside your local calling area, you’ll be billed for any toll, <a class="zem_slink" title="Long distance" rel="wikipedia" href="http://en.wikipedia.org/wiki/Long_distance">long distance</a>, and airtime charges incurred. Additional per-minute charges may apply to all forwarded calls.</p>
<p>Not available in some areas. Airtime applies to forwarded/transferred calls even if you send the call to wireline <a class="zem_slink" title="Telephone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone">telephones</a>.</p>
<h3>How to Get It</h3>
<p>No Answer/Transfer in an included feature that it typically added to your account when you first activate service. If you wish to confirm you have this feature, sign in to <a href="https://login.verizonwireless.com/amserver/UI/Login?realm=vzw">My Verizon</a> and select &#8220;My Plan&#8221; and then select &#8220;Add/change features&#8221;.</p>
<h3>How to Use It</h3>
<p><strong>To Activate - No Answer:</strong></p>
<ol>
<li>Press <strong>*<a class="zem_slink" title="Vertical service code" rel="wikipedia" href="http://en.wikipedia.org/wiki/Vertical_service_code">*71</a></strong>.</li>
<li>Enter the forwarding phone number where you want calls to be forwarded (e.g. *71-606-123-4567).</li>
<li>Press <strong>SEND</strong> and wait for confirmation. You should hear a confirmation tone.</li>
<li>Press <strong>END</strong>.</li>
</ol>
<p><strong>To Deactivate - No Answer:</strong></p>
<ol>
<li>Press<strong> *73</strong></li>
<li>Press<strong> SEND</strong> and wait for confirmation. You should hear a confirmation tone.</li>
<li>Press<strong> END.</strong></li>
</ol>
<h3>Description</h3>
<p>You can have incoming calls answered by another phone whenever your wireless phone is busy or remains unanswered after three to six rings. With this option, your phone will ring unless you&#8217;re on the phone.</p>
<p>When forwarding calls to phone numbers outside your local calling area, you’ll be billed for any toll, long distance, and airtime charges incurred. Additional per-minute charges may apply to all forwarded calls.</p>
<p>Not available in some areas. Airtime applies to forwarded/transferred calls even if you send the call to wireline telephones.</p>
<h3>How to Get It</h3>
<p>No Answer/Transfer in an included feature that it typically added to your account when you first activate service. If you wish to confirm you have this feature, sign in to <a href="https://login.verizonwireless.com/amserver/UI/Login?realm=vzw">My Verizon</a> and select &#8220;My Plan&#8221; and then select &#8220;Add/change features&#8221;.</p>
<h3>How to Use It</h3>
<p><strong>To Activate - No Answer:</strong></p>
<ol>
<li>Press <strong>*71</strong>.</li>
<li>Enter the forwarding phone number where you want calls to be forwarded (e.g. *71-606-123-4567).</li>
<li>Press <strong>SEND</strong> and wait for confirmation. You should hear a confirmation tone.</li>
<li>Press <strong>END</strong>.</li>
</ol>
<p><strong>To Deactivate - No Answer:</strong></p>
<ol>
<li>Press<strong> *73</strong></li>
<li>Press<strong> SEND</strong> and wait for confirmation. You should hear a confirmation tone.</li>
<li>Press<strong> END.</strong></li>
</ol>
<p><strong><br />
</strong></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/1b09f673-e365-468c-b367-80ff3ca5cdc7/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=1b09f673-e365-468c-b367-80ff3ca5cdc7" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_129_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/129?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_129_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=129&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D129' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=129</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New localized Canadian VoIP, Voicemail and Fax to file service</title>
		<link>http://voicesync.ca/?p=92</link>
		<comments>http://voicesync.ca/?p=92#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[E-mail address]]></category>
		<category><![CDATA[Mobile phone]]></category>
		<category><![CDATA[Personal digital assistant]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Text messaging]]></category>
		<category><![CDATA[Voice over Internet Protocol]]></category>
		<category><![CDATA[Voicemail]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=92</guid>
		<description><![CDATA[Voicemail to Email Receive voicemail in your email with Voicesync™ Voicemail arrives in your email Inbox as an attachment. Forward, save, and manage voicemail like email. Just one of many great Voicesync features. Try them free for 30 days. What is Voicesync? Voicesync is a virtual phone service perfect for entrepreneurs and small businesses. Voicesync adds [...]]]></description>
			<content:encoded><![CDATA[<h1><a class="zem_slink" title="Voicemail" rel="wikipedia" href="http://en.wikipedia.org/wiki/Voicemail">Voicemail</a> to Email</h1>
<h4>Receive voicemail in your email with Voicesync™</h4>
<ul>
<li>Voicemail arrives in your email Inbox as an attachment.</li>
<li>Forward, save, and manage voicemail like email.</li>
<li>Just one of many great Voicesync features. Try them free for 30 days.</li>
</ul>
<h2>What is Voicesync?</h2>
<p>Voicesync is a virtual phone service perfect for entrepreneurs and <a title="Small business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Small_business">small businesses</a>. Voicesync adds big <a title="Business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business">business</a>phone features to the phones you already have!</p>
<p>Checking voicemail on your mobile, home and work phones can be time-consuming and aggravating. Sometimes you’re stuck in a meeting or just don’t have time to dial in to hear all of the messages. With Voicesync, all of your voicemail gets converted and sent as an email with attached file, so you get the message details at a glance. Who called when they called and how long the message was. Just click on the attachment to play the message.</p>
<ul>
<li>Read your voicemail on your <a title="Mobile phone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mobile_phone">cell phone</a></li>
<li><a title="Mobile phone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mobile_phone"></a>Read it as text and Listen to it as MP3/WAV audio in your email</li>
<li>Read it and Listen to it at VoiceSync.ca at any time</li>
</ul>
<p>Add your Cell phone, Home phone, Office/PBX phone or <a title="Voip" rel="wikinvest" href="http://www.wikinvest.com/concept/Voip">VoIP</a> phone to your account, and read all of your voicemail in email or on your phone instantly.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="319" valign="top">
<h3>Voicemail to Email</h3>
<ul>
<li>Have your voicemails automatically sent to your <a title="E-mail address" rel="wikipedia" href="http://en.wikipedia.org/wiki/E-mail_address">email address</a>; very convenient when you can&#8217;t take calls</li>
<li>Call Display information shows who called and how long the message is</li>
<li>Small file Delivered to your <a title="Personal digital assistant" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personal_digital_assistant">PDA</a> for easy retrieval</li>
</ul>
</td>
<td width="319" valign="top">
<h3>Voicemail Access Online</h3>
<ul>
<li>Have your voicemails automatically converted to audio files and forwarded to your online account. Access to messages anywhere you access the <a title="Internet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet">Internet</a>!</li>
</ul>
</td>
</tr>
<tr>
<td width="319" valign="top">
<h3>Message Storage and Archive</h3>
<ul>
<li>Voice messages can be temporarily stored in your online account or can be permanently archived to your computer</li>
<li>Keep important messages with your time-stamp to protect you when a client gives instructions.</li>
</ul>
</td>
<td width="319" valign="top">
<h3>Voicemail by Phone</h3>
<ul>
<li>One number to call to get unlimited access to messages. Listen, forward, archive, or delete messages from your phone</li>
<li>Simply dial your local access number hit * and enter your security code.</li>
</ul>
</td>
</tr>
<tr>
<td width="319" valign="top">
<h3>Message Notification</h3>
<ul>
<li>Lets you know you have a message waiting so you don&#8217;t have to call in to your voicemail just to check if you have messages.</li>
<li>Choose between email, phone, and <a title="Text messaging" rel="wikipedia" href="http://en.wikipedia.org/wiki/Text_messaging">text message</a>notifications and never check for messages again.</li>
</ul>
</td>
<td width="319" valign="top">
<h3><a title="Fax" rel="wikipedia" href="http://en.wikipedia.org/wiki/Fax">Fax</a> to Email</h3>
<pre>Help keep your messaging together</pre>
<ul>
<li>VoiceSync fax to email service allows you to receive <a title="Fax" rel="wikipedia" href="http://en.wikipedia.org/wiki/Fax">faxes</a> with your email account.</li>
<li>Fax to Email improves confidentiality and convenience while saving you hundreds of dollars per year in dedicated fax line, paper and toner costs</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><img title="More..." src="http://voicesync.ca/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<div><a title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/3dc3a718-6772-4779-b60c-a0b3ef72060f/"></a></div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/e3b6218b-fb33-4cb4-a385-3238fcfe6a48/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=e3b6218b-fb33-4cb4-a385-3238fcfe6a48" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_92_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/92?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_92_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=92&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D92' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telus Call Forwarding</title>
		<link>http://voicesync.ca/?p=84</link>
		<comments>http://voicesync.ca/?p=84#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:57:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Call forwarding]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Long distance]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Telephone number]]></category>
		<category><![CDATA[Telephone numbering plan]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=84</guid>
		<description><![CDATA[Call Forwarding Using Call Forwarding, you can redirect all incoming calls to another phone number (local or North American phone number, but not international). You will still be able to make outgoing calls on your phone, but incoming calls will go to the number you indicate. Call-forwarded minutes are considered part of your airtime as [...]]]></description>
			<content:encoded><![CDATA[<h2><a class="zem_slink" title="Call forwarding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Call_forwarding">Call Forwarding</a></h2>
<p>Using Call Forwarding, you can redirect all incoming calls to another <a class="zem_slink" title="Telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_number">phone number</a> (local or North American phone number, but not international). You will still be able to make outgoing calls on your phone, but incoming calls will go to the number you indicate.</p>
<p>Call-forwarded minutes are considered part of your airtime as defined by your rate plan. You can forward up to 3,000 minutes of incoming calls per month. Additional minutes are subject to a fee.</p>
<p>If you forward your calls to a number outside of your local calling area, <a class="zem_slink" title="Long distance" rel="wikipedia" href="http://en.wikipedia.org/wiki/Long_distance">long distance</a> charges are applicable; however, if your plan includes long distance within <a class="zem_slink" title="Canada" rel="geolocation" href="http://maps.google.com/maps?ll=45.4,-75.6666666667&amp;spn=10.0,10.0&amp;q=45.4,-75.6666666667 (Canada)&amp;t=h">Canada</a> or the US, these minutes count against your long distance allotment.</p>
<h2>Activating Call Forwarding</h2>
<p>Dial *72 before the <a class="zem_slink" title="Telephone numbering plan" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_numbering_plan">area code</a> and number where you want to forward your calls. If this number is long distance from your phone, make sure you dial 1 before the area code and phone number.</p>
<p>Press SEND (keys can vary according to handset). You will hear a prompt informing you that Call Forwarding has been activated.</p>
<h2>Deactivating Call Forwarding:</h2>
<p>Dial *720.</p>
<p>Press SEND. You will hear a prompt informing you that Call Forwarding has been deactivated.</p>
<h3>Call Forward Busy: Calls will get forwarded only when you are on the phone and the line is busy</h3>
<p>Dial *<a class="zem_slink" title="Vertical service code" rel="wikipedia" href="http://en.wikipedia.org/wiki/Vertical_service_code">*67</a>* before the area code and number you want to forward your calls.</p>
<p>Then dial # and then press SEND (send key varies by handset). (*67*4161234567# + SEND)</p>
<p>You will see a prompt informing you that call forwarding has been activated.</p>
<p><strong>To deactivate:</strong></p>
<p>Dial #67# and then press the SEND key.</p>
<p>Call Forward Not Reachable: Calls are forwarded if your phone is turned off or out of coverage</p>
<h3>Call Forward Not Reachable: Calls are forwarded if your phone is turned off or out of coverage</h3>
<p><strong>To activate:</strong></p>
<p>Dial *62* before the area code and number you want to forward your calls.</p>
<p>Then dial # and then press SEND (send key varies by handset). (*62*4161234567# + SEND)</p>
<p>You will see a prompt informing you that call forwarding has been activated.</p>
<p><strong>To deactivate:</strong></p>
<p>Dial #62# and then press the SEND key.</p>
<p>Call Forward No reply: Calls will get forwarded only if your phone rings and is not answered.</p>
<h3>Call Forward No reply: Calls will get forwarded only if your phone rings and is not answered</h3>
<p><strong>To activate:</strong></p>
<p>Dial *61* before the area code and number you want to forward your calls.</p>
<p>Then dial # and then press SEND (send key varies by handset). (*61*4161234567# + SEND)</p>
<p>You will see a prompt informing you that call forwarding has been activated.</p>
<p><strong>To deactivate:</strong></p>
<p>Dial #61# and then press the SEND key.</p>
<p>Call Forward Variable: Calls will get forward based on how long your phone rings.</p>
<p>You get to choose how long you want the phone to ring (in seconds) before it gets forwarded.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/8c4e6aa6-15e3-4472-8b26-f93d5d9539f1/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=8c4e6aa6-15e3-4472-8b26-f93d5d9539f1" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_84_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/84?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_84_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=84&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D84' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bell Mobility Call Forwarding</title>
		<link>http://voicesync.ca/?p=81</link>
		<comments>http://voicesync.ca/?p=81#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Call forwarding]]></category>
		<category><![CDATA[Cellphones]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Mobile phone]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Telecommunication]]></category>
		<category><![CDATA[Voicemail]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=81</guid>
		<description><![CDATA[Q- What is Call Forwarding? A- Call Forwarding immediately redirects calls to your cell phone to another number, such as your home or office number. Q- How do I activate Call Forwarding? Dial *72# Enter the number where you want your calls forwarded. You have to dial 11 digits (1 + area code + number). [...]]]></description>
			<content:encoded><![CDATA[<p>Q- What is <a class="zem_slink" title="Call forwarding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Call_forwarding">Call Forwarding</a>?</p>
<p>A- Call Forwarding immediately redirects calls to your <a class="zem_slink" title="Mobile phone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mobile_phone">cell phone</a> to another number, such as your home or office number.</p>
<p>Q- How do I activate Call Forwarding?</p>
<p>Dial *72#</p>
<p>Enter the number where you want your calls forwarded. You have to dial 11 digits (1 + area code + number).</p>
<p>Press SEND.</p>
<p>A tone will confirm that Call Forwarding has been activated.</p>
<p>Q- How do I deactivate Call Forwarding?</p>
<p>Dial *720</p>
<p>Press SEND.</p>
<p>A tone will confirm that Call Forwarding has been deactivated.</p>
<p>Q- Can I make and receive calls when Call Forwarding is activated?</p>
<p>A- You can make calls, but you can&#8217;t receive them since your cell phone will not ring when Call Forwarding is activated.</p>
<p>Q- To which numbers can I forward my calls?</p>
<p>A &#8211; You can forward calls to the number of your choice.</p>
<p>Q- How do I change the Call Forwarding number?</p>
<p>A &#8211; To change the number your calls are forwarded to, simply follow the same steps as you would to activate Call Forwarding.</p>
<p>Dial *72#</p>
<p>Enter the number where you want your calls routed. Dial 11 digits (1 + area code + number).</p>
<p>Press SEND or the phone icon.</p>
<p>A tone will confirm that the feature has been activated with the new number.</p>
<p>This will automatically replace the previous number with the new number.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/19ca2985-0025-4a84-b705-f13349edfa82/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=19ca2985-0025-4a84-b705-f13349edfa82" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_81_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/81?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_81_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=81&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D81' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rogers Wireless Call Forwarding</title>
		<link>http://voicesync.ca/?p=78</link>
		<comments>http://voicesync.ca/?p=78#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:43:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Call forwarding]]></category>
		<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Telephone number]]></category>
		<category><![CDATA[Telephone numbering plan]]></category>
		<category><![CDATA[Voicemail]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=78</guid>
		<description><![CDATA[GSM Service Call Forward (all calls) To activate: * 67 * [area code and phone number] # SEND To cancel: ## 67 # SEND To reactivate: * 67 * SEND Status: * # 67 # SEND To activate: * 21 * [area code and phone number] # SEND To cancel: ## 21 # SEND To reactivate: * 21 * SEND Status: * [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="GSM" rel="wikipedia" href="http://en.wikipedia.org/wiki/GSM">GSM</a> Service Call Forward (all calls)</p>
<p>To activate: * 67 * [<a title="Telephone numbering plan" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_numbering_plan">area code</a> and <a title="Telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_number">phone number</a>] # SEND<br />
To cancel: ## 67 # SEND<br />
To reactivate: * 67 * SEND<br />
Status: * # 67 # SEND</p>
<p>To activate: * 21 * [<a class="zem_slink" title="Telephone numbering plan" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_numbering_plan">area code</a> and <a class="zem_slink" title="Telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_number">phone number</a>] # SEND<br />
To cancel: ## 21 # SEND<br />
To reactivate: * 21 * SEND<br />
Status: * # 21 # SEND</p>
<p>Busy/ No Answer Transfer (includes busy, no reply &amp; out of reach<br />
To activate: * 004 * [area code and phone number] # SEND<br />
To cancel: ## 004 # SEND<br />
To reactivate: * 004 # SEND<br />
Status: * # 004 # SEND</p>
<p>Busy Transfer<br />
To activate: * 61 * [area code and phone number] # SEND<br />
To cancel: ## 61 # SEND<br />
To reactivate: * 61 * SEND<br />
Status: * # 61 # SEND</p>
<p>Use case: Why to pay for <a class="zem_slink" title="Voicemail" rel="wikipedia" href="http://en.wikipedia.org/wiki/Voicemail">voice mail</a> for both wireless and home service. VoiceSync will consolidate all your voicemails. Wireless voice mail is $7/month where as <a class="zem_slink" title="Call forwarding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Call_forwarding">call forwarding</a> is $3/month.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/88570fb2-a3f2-46e5-8ec1-37ed606d13ef/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=88570fb2-a3f2-46e5-8ec1-37ed606d13ef" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_78_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/78?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_78_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=78&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D78' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>21 NEW Rate Centers</title>
		<link>http://voicesync.ca/?p=71</link>
		<comments>http://voicesync.ca/?p=71#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Greater Toronto]]></category>
		<category><![CDATA[Greater Toronto Area]]></category>
		<category><![CDATA[Metro Areas]]></category>
		<category><![CDATA[Ontario]]></category>
		<category><![CDATA[Quebec]]></category>
		<category><![CDATA[Telephone numbering plan]]></category>
		<category><![CDATA[Toll-free telephone number]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=71</guid>
		<description><![CDATA[NEW Rate Centers Voicesync.ca has expanded yet again to serve more areas in Canada. After much anticipation we&#8217;re pleased to provide service in 21 new locations across Ontario and Quebec. With over 46 new locations across Canada and the lowest rates, Unlimitel is the best choice for all your communications needs. Toronto Area Code Options Beginning December 1st we will be [...]]]></description>
			<content:encoded><![CDATA[<p><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"> </span></p>
<div style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; background-position: initial initial; padding: 0.6em; margin: 0px;">
<table style="cursor: default; border: 1px dashed #bbbbbb;" border="0" cellspacing="0" cellpadding="0" width="760">
<tbody>
<tr>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" colspan="2" valign="top">
<table style="cursor: default;" border="0&quot;" cellspacing="10" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" valign="top" background="http://www.unlimitel.ca/newsletter/082009/images/map.jpg">
<table style="cursor: default; border: 1px dashed #bbbbbb;" border="0" width="100%">
<tbody>
<tr>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" colspan="4">
<h1 style="font-size: 2em;">NEW Rate Centers</h1>
<p><strong> </strong></p>
<p>Voicesync.ca<span> </span>has</p>
<p>expanded yet again to serve more areas in Canada.</p>
<p>After much anticipation we&#8217;re pleased to provide</p>
<p>service in <strong>21</strong></p>
<p>new locations<span> </span>across</p>
<p>Ontario and Quebec.</p>
<p>With over 46 new locations across Canada and</p>
<p>the lowest rates, Unlimitel is the best choice for</p>
<p>all your communications needs.</td>
</tr>
<tr>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;"></td>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" width="23%"><img style="border: 0px initial initial;" src="http://www.unlimitel.ca/newsletter/082009/images/new_ontarioCHART.jpg" alt="" width="145" height="236" /></td>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" width="21%"><img style="border: 0px initial initial;" src="http://www.unlimitel.ca/newsletter/082009/images/new_quebecCHART.jpg" alt="" width="145" height="236" /></td>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" width="2%"></td>
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" width="34%"><img style="border: 0px initial initial;" src="http://www.unlimitel.ca/newsletter/082009/images/existing_rate_centersCHART.jpg" alt="" width="237" height="236" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td style="color: #000000; font-size: 11px; cursor: text; margin: 8px; border: 1px dashed #bbbbbb;" width="426">
<table class="style1" style="cursor: default; width: 174%;" border="0" cellspacing="10" cellpadding="5">
<tbody>
<tr>
<td style="border: 1px dashed #bbbbbb; margin: 8px; color: #000000; font-size: 11px; cursor: text; width: 50%;" rowspan="2" valign="top"><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"></p>
<h2 style="font-size: 1.5em;">Toronto Area Code Options</h2>
<p><span style="font-weight: normal;"> </span></p>
<p>Beginning December 1st we will be able to provide 416</p>
<p>and 905<span> </span><a class="zem_slink" title="Telephone numbering plan" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_numbering_plan">area</a></p>
<p><a class="zem_slink" title="Telephone numbering plan" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_numbering_plan"> </a><a class="zem_slink" title="Telephone numbering plan" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone_numbering_plan"> codes</a><span> </span>for the</p>
<p>Toronto and Greater Toronto areas.</p>
<p><span style="font-weight: normal;"> </span></p>
<p>Customers have been showing a clear preference for</p>
<p>&#8220;original&#8221; area codes since 647 and 289 codes have been</p>
<p>added.<img style="border: 0px initial initial;" src="http://www.unlimitel.ca/newsletter/082009/images/gta.jpg" alt="" width="152" height="123" align="right" /></p>
<p><span style="font-weight: normal;"> </span></p>
<p>Give your customers what they&#8217;ve been asking for!</p>
<p></span></td>
<td style="border: 1px dashed #bbbbbb; margin: 8px; color: #000000; font-size: 11px; cursor: text; width: 325px;" valign="top">
<h2 style="font-size: 1.5em;">Rate REDUCTION</h2>
<p>Yes, you read that correctly! We are pleased to tell you</p>
<p>that there will be a rate reduction, effective August 1st.</p>
<p><a class="zem_slink" title="Toll-free telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Toll-free_telephone_number"></a></p>
<p><a class="zem_slink" title="Toll-free telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Toll-free_telephone_number"> </a><a class="zem_slink" title="Toll-free telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Toll-free_telephone_number"> Toll free</a><span> </span>rates</p>
<p>will be reduced from</p>
<p>5¢ per min to 4.3¢ per min</p>
<p>We have recently negotiated a new agreement with Bell for</p>
<p>tollfree services. This will ensure that you will always</p>
<p>receive the best possible<span> </span><a class="zem_slink" title="Quality of service" rel="wikipedia" href="http://en.wikipedia.org/wiki/Quality_of_service">quality</a></p>
<p><a class="zem_slink" title="Quality of service" rel="wikipedia" href="http://en.wikipedia.org/wiki/Quality_of_service"> </a><a class="zem_slink" title="Quality of service" rel="wikipedia" href="http://en.wikipedia.org/wiki/Quality_of_service"> of service</a><span> </span>for</p>
<p>your incoming tollfree calls.</td>
</tr>
<tr>
<td style="border: 1px dashed #bbbbbb; margin: 8px; color: #000000; font-size: 11px; cursor: text; width: 325px;" valign="top"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a5eaf065-8c36-4096-a370-8b2a674931fd/"></p>
<p></a><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a5eaf065-8c36-4096-a370-8b2a674931fd/"> <img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=a5eaf065-8c36-4096-a370-8b2a674931fd" alt="Reblog this post [with Zemanta]" /></a></p>
</div>
<p><map name='google_ad_map_71_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/71?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_71_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=71&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D71' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voicesync Services</title>
		<link>http://voicesync.ca/?p=40</link>
		<comments>http://voicesync.ca/?p=40#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:58:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[IP PBX]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Telecommunication]]></category>
		<category><![CDATA[Telephone]]></category>
		<category><![CDATA[Telephone number]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[Toll-free telephone number]]></category>
		<category><![CDATA[Voice over Internet Protocol]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=40</guid>
		<description><![CDATA[Voicesync Services Voicesync offers a wide range of support service options to help you get the most out of your telephone solution. From VoIP phone and fax services to Internet access to monitoring, Voicesync provides a complete telephony solution. If you don&#8217;t find the information you&#8217;re looking for, you can email our Customer Support team. [...]]]></description>
			<content:encoded><![CDATA[<h1>Voicesync Services</h1>
<p>Voicesync offers a wide range of support service options to help you get the most out of your <a class="zem_slink" title="Telephone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephone">telephone</a> solution. From <a class="zem_slink" title="Voip" rel="wikinvest" href="http://www.wikinvest.com/concept/Voip">VoIP</a> phone and fax services to <a class="zem_slink" title="Internet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet">Internet</a> access to monitoring, Voicesync provides a complete telephony solution. If you don&#8217;t find the information you&#8217;re looking for, you can email our Customer Support team.</p>
<h2>VoIP Services</h2>
<ul>
<li>VoIP a la Carte</li>
<li>VoIP Toll-Free</li>
<li>Virtual <a class="zem_slink" title="IP PBX" rel="wikipedia" href="http://en.wikipedia.org/wiki/IP_PBX">IP-PBX</a> (phone system)</li>
<li>VoIP For Resellers &amp; VoIP Co-Location</li>
<li>Fax a la Carte (Incoming virtual fax service)</li>
<li>Rate center locations</li>
</ul>
<h3>VOIP A LA CARTE</h3>
<p>We offer VoIP telephone numbers from $7.00/month and all calls terminated to exchanges covered by our network (ON-NET) are charged 2.2cents/min! All incoming calls are charged 2.2cents/minute. Outgoing calls outside our network and anywhere in continental USA and Canada are charged 4cents/minute. Emergency 911 services are included with our VoIP a la carte service. With the VoIP a la Carte service, you get up to five (5) concurrent calls per telephone number. You pay as you go!</p>
<p>ON-NET rate table:</p>
<table border="0" cellspacing="0" cellpadding="1" width="245">
<tbody>
<tr>
<td><strong>ON-NET Minutes</strong></td>
<td><strong>Rate</strong></td>
</tr>
<tr>
<td>No commitment</td>
<td>2.2cents/min.</td>
</tr>
<tr>
<td>10,000mins/mth</td>
<td>1.8cents/min.</td>
</tr>
<tr>
<td>100,000mins/mth</td>
<td>1.6cents/min.</td>
</tr>
</tbody>
</table>
<h4>VoIP telephone number rate table:</h4>
<table border="0" cellspacing="0" cellpadding="1" width="696">
<tbody>
<tr>
<td width="602"><strong>Cities</strong></td>
<td width="79"><strong>Rate</strong></td>
</tr>
<tr>
<td>Toronto (On), Vancouver (Bc), Montreal (Qc), Ottawa (On), Calgary (Ab), Quebec City (Qc), Hamilton (On), Kitchener (On), Aurora (On), Belleville (On), Clarkson (On), Kanata (On), Milton (On), Oakville (On), Port Credit (On), Richmond Hill (On), South Pickering (On), St-Catharines (On), Thornhill (On), Unionville (On), London (On), Edmonton (Ab), Winnipeg (Mb), Brampton (On), Brantford (On), Kingston (On), Mississauga (On), Oshawa (On), Windsor (On), Cornwall (On), Brockville (On), Barrie (On), Burlington (On), Sarnia (On), Sherbrooke (Qc), Chomedey Laval (Qc), Alma (Qc), Chicoutimi (Qc), Jonquiere (Qc), Lachine (Qc), Pointe-Claire (Qc), Roxboro (Qc), Ste-Genevieve (Qc), Trois-Rivieres (Qc)</td>
<td>$ 7.00/mth</td>
</tr>
</tbody>
</table>
<p>DID rate table:</p>
<table border="0" cellspacing="0" cellpadding="1" width="308">
<tbody>
<tr>
<td width="187"><strong>No. of DIDs</strong></td>
<td width="505"><strong>Rate/DID</strong></td>
</tr>
<tr>
<td>0 &#8211; 20</td>
<td>$ 7.00</td>
</tr>
<tr>
<td>21 &#8211; 200</td>
<td>$ 5.00</td>
</tr>
<tr>
<td>Over 201</td>
<td>$ 4.00</td>
</tr>
</tbody>
</table>
<p>Sign-up for a <a class="zem_slink" title="Toll-free telephone number" rel="wikipedia" href="http://en.wikipedia.org/wiki/Toll-free_telephone_number">toll-free number</a> and we will forward all of your calls to your Unlimitel VoIP account for just $5.00/month and 6.0 cents/minute for all incoming calls!</p>
<p>If you don&#8217;t have a VoIP account with us, we can also forward toll-free calls directly to your phone service anywhere in Montréal, Ottawa, Toronto, Cornwall, Brockville, Kingston, Oshawa, Brantford, Mississauga, Brampton, Hamilton, Kitchener, London, Winnipeg, Edmonton, Calgary and Vancouver for 10 cents/minute.</p>
<p>Additionally, if you already have an existing tollfree number, we can transfer your existing toll-free number to our network at no extra charge.</p>
<p>You can use your existing SIP compatible ATA, <a class="zem_slink" title="Softphone" rel="wikipedia" href="http://en.wikipedia.org/wiki/Softphone">SoftPhone</a> to our network, but for better <a class="zem_slink" title="Telephony" rel="wikipedia" href="http://en.wikipedia.org/wiki/Telephony">voice</a> quality and service, we highly recommend to use the Mediatrix 2102 with our VoIP service.</p>
<h3><span id="more-40"></span>HOSTED IP-PBX SERVICES</h3>
<p>You need a complete telephone system to handle all your interactive voice menus, voicemail accounts for each employee and a call queueing system to handle all your sales with sales agents working from home?</p>
<p>We have the perfect proposition for you:</p>
<p>You need our hosted IP-PBX services.  We send you the VoIP adapters and you are ready to use your new telephone system.</p>
<p>Feature list:</p>
<table border="0" cellspacing="2" cellpadding="2" width="723">
<tbody>
<tr>
<td width="201">- Calling number ID<br />
- Unified voicemail<br />
- Call Queueing<br />
- Call waiting<br />
- 3-way call conference<br />
- Call forwarding<br />
- Stations for remote workers</td>
<td width="508" valign="top">- <a class="zem_slink" title="Call forwarding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Call_forwarding">Follow Me</a> services &#8211; Long distance calls in continental USA and Canada for just 2cents/minute.<br />
- 911 Emergency services.<br />
- LNP (number transfer)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="2" cellpadding="2" width="723">
<tbody>
<tr>
<td width="201"></td>
</tr>
</tbody>
</table>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/db1b4bb3-25ab-410c-bff7-77818b9783f3/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=db1b4bb3-25ab-410c-bff7-77818b9783f3" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_40_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/40?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_40_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=40&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D40' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What our customers are saying</title>
		<link>http://voicesync.ca/?p=36</link>
		<comments>http://voicesync.ca/?p=36#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Business model]]></category>
		<category><![CDATA[Customers]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Product Support]]></category>
		<category><![CDATA[Technical support]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Voice over Internet Protocol]]></category>

		<guid isPermaLink="false">http://voicesync.ca/?p=36</guid>
		<description><![CDATA[What our customers are saying&#8230; Image via Wikipedia &#8220;As a customer of Voicesync, we cannot hide how impressed we are of their services: excellent voice quality, competitive rates and always-on, prompt and professional technical support.&#8221; &#8220;Their business model and imagination is so fantastic. We used their origination and termination VoIP services, and have no complaints [...]]]></description>
			<content:encoded><![CDATA[<h2>What our customers are saying&#8230;</h2>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Cisco_7960_IP_Phone.JPG"><img title="A Cisco 7960 VoIP telephone displaying a Sonus..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Cisco_7960_IP_Phone.JPG/300px-Cisco_7960_IP_Phone.JPG" alt="A Cisco 7960 VoIP telephone displaying a Sonus..." width="300" height="225" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Cisco_7960_IP_Phone.JPG">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>&#8220;As a customer of Voicesync, we cannot hide how impressed we are of their services: excellent voice quality, competitive rates and always-on, prompt and <a class="zem_slink" title="Professional" rel="wikipedia" href="http://en.wikipedia.org/wiki/Professional">professional</a> <a class="zem_slink" title="Technical support" rel="wikipedia" href="http://en.wikipedia.org/wiki/Technical_support">technical support</a>.&#8221;</p>
<p>&#8220;Their <a class="zem_slink" title="Business model" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business_model">business model</a> and imagination is so fantastic. We used their <a class="zem_slink" title="Origination" rel="wikipedia" href="http://en.wikipedia.org/wiki/Origination">origination</a> and termination <a class="zem_slink" title="Voip" rel="wikinvest" href="http://www.wikinvest.com/concept/Voip">VoIP</a> services, and have no complaints at all. They have provided much more support than was expected.&#8221;</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/80ca4abe-8ed6-4a8b-a6d0-cdf00c0e8ad4/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=80ca4abe-8ed6-4a8b-a6d0-cdf00c0e8ad4" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_36_38a46fda0ca062df'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/36?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_36_38a46fda0ca062df' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=36&amp;url= http%3A%2F%2Fvoicesync.ca%2F%3Fp%3D36' /></p>]]></content:encoded>
			<wfw:commentRss>http://voicesync.ca/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
