<?xml version="1.0" encoding="ISO-8859-1" ?>
	<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
	><channel rdf:about="http://canada-voip.com">
		<version>rss_2.0</version><description>Resourceful information on voip topics</description><managingeditor>fax@megatron.net</managingeditor><title>VOIP Resources</title><link>http://canada-voip.com</link><copyright>canada-voip.com</copyright><webmaster>fax@megatron.net</webmaster><cloud><protocol>soap</protocol><path>/rpc2</path><domain>rpc.sys.com</domain><port>80</port><registerprocedure>pingMe</registerprocedure></cloud><language>English</language><pubdate>{ts '2012-02-22 17:00:24'}</pubdate><lastbuilddate>{ts '2012-02-22 17:00:24'}</lastbuilddate><ttl>60</ttl>
		<items>
		<rdf:Seq>
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=9" />
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=8" />
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=7" />
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=6" />
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=5" />
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=4" />
		
		<rdf:li rdf:resource="http://canada-voip.com/Blog.cfm?ID=1" />
		
		</rdf:Seq>
		</items>
		</channel>
		<item rdf:about="http://canada-voip.com/Blog.cfm?ID=9">
		<title>VOIP VPN</title>
		<description>Good VPN for VOIP.&lt;br&gt;&lt;br&gt;&lt;br&gt;

Voice Over IP is not always easy under a Virtual Private Network.&lt;br&gt;&lt;br&gt;

A VOIP VPN combines voice over IP and virtual private network technologies.&lt;br&gt;&lt;br&gt;


Because VOIP transmits digitized voice as a stream of data, the VOIP VPN solution accomplishes voice encryption.&lt;br&gt;&lt;br&gt;


The VOIP gateway-router first converts the analog voice signal to digital form, encapsulates the digitized voice within IP packets, 
then encrypts the digitized voice using IPsec, and finally routes the encrypted voice packets securely through a VPN tunnel.&lt;br&gt; &lt;br&gt;

At the remote site, another VoIP router decodes the voice and converts the digital voice to an analog signal for delivery to the phone.&lt;br&gt;&lt;br&gt;

A VOIP VPN can also run within an IP in IP tunnel or using SSL-based OpenVPN.&lt;br&gt; &lt;br&gt;

There is no encryption in former case, 
but traffic overhead is significantly lower in comparison with IPsec tunnel.&lt;br&gt; &lt;br&gt;

The advantage of OpenVPN tunneling is that it can run on a dynamic IP and may provide up to 512 bits SSL encryption.&lt;br&gt;&lt;br&gt;




What is good about it:&lt;br&gt;&lt;br&gt;&lt;br&gt;

Security is not the only reason to pass Voice over IP through a virtual private network.&lt;br&gt;
Session Initiation Protocol, a commonly used VoIP protocol is notoriously difficult to pass through a firewall 
because it uses random port numbers to establish connections. &lt;br&gt;&lt;br&gt;

A VPN is also a workaround to avoid a firewall issue when configuring remote VoIP clients. &lt;br&gt;&lt;br&gt;
Some VOIP standard STUN, ICE and TURN eliminate natively some NAT problems of VOIP.&lt;br&gt;&lt;br&gt;



What is not good:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;

The protocol overhead caused by the encapsulation of VoIP protocol within IPSec dramatically increases the bandwidth requirements for VOIP calls.&lt;br&gt;&lt;br&gt;

VoIP over VPN protocols too &quot;fat&quot; to be used over a mobile data connections like GPRS, EDGE or UMTS. &lt;br&gt;&lt;br&gt;

VoIP over VPN is not as usable in mobile environments, it is sometimes used to create &quot;encrypted VOIP trunk&quot; 
between different sites of a corporations, running VoIP PBX interconnections over a VPN connection.&lt;br&gt;&lt;br&gt;


New standards:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;

The recent publication of new VoIP encryption standards built into the protocol, such as ZRTP and SRTP, 
allow the VOIP client to run without the VPN overhead, integrating with standard features of VOIP PBX 
without having to manage both the VPN gateway and the PBX. No more VPN overhead.&lt;br&gt;&lt;br&gt;

You can do it for free:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;

VOIP VPN solution may be accomplished using open source software like Linux distribution, 
or BSD, as an operating system, a VoIP server, and an IPsec server.&lt;br&gt;&lt;br&gt;



VOIP Definition:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;

VOIP or Voice over Internet Protocol is methodology in which the Internet users transmit their voice data over the Internet Protocol (IP).&lt;br&gt;&lt;br&gt;

Different terms have been developed for the VoIP like Internet telephony; Internet phone, IP telephony and IP phone.&lt;br&gt;&lt;br&gt;
This is the latest technology in which fax, text, SMS and voice is transmitted over the Internet after it is converted in to IP data packets.&lt;br&gt;&lt;br&gt;

Working of VoIP:&lt;br&gt;&lt;br&gt;&lt;br&gt;

VOIP uses the Internet to transmit the voice messages rather than the Public Switched Telephone Network (PSTN).&lt;br&gt;&lt;br&gt;

The basic steps involve for the process are signaling and media channel setup, digitization of the analog voice signal, 
encoding, packetization, and transmission as Internet Protocol (IP) packets over a packet-switched network.&lt;br&gt;&lt;br&gt;

On the receiver side these same steps are used but in the reverse order. &lt;br&gt;&lt;br&gt;

VOIP systems employ session control protocols to control the set-up and tear-down of calls as well as audio codecs which encode speech allowing 
transmission over an IP network as digital audio via an audio stream.&lt;br&gt;&lt;br&gt;


VPN and VOIP:&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;

VOIP is considered as unsafe because the protocol used can be easily broken down. &lt;br&gt;&lt;br&gt;

So to improve the security of the VoIP channel VPN technique is integrated with the VoIP network. &lt;br&gt;&lt;br&gt;

Users can connect and send and receive calls using a VoIP channel without any concern of a security lapse using the VPN connection.&lt;br&gt;&lt;br&gt;

VPN allows encrypts the data sent over the channel using the 128-bit AES technique which is still unbreakable 
and as voice is transmitted as data packets so they can also be encrypted through the AES technique and transmitted.&lt;br&gt;&lt;br&gt;

In this way whatever you speak is safe and secure.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;



    Any kind of broadband internet connection from your local ISP can be use: 
    ADSL modem, Cable modem, Satellite, ISDN, T1/E1, DDN etc. &lt;br&gt;&lt;br&gt;
    
    Your ISP blocks the VOIP calls? Not a problem. &lt;br&gt;&lt;br&gt;
    VPN for VOIP service works 100% with any ISP.&lt;br&gt;&lt;br&gt;
    
    VPN service works with private IP (behind NAT router) or dynamic IP (PPPoE) environment. &lt;br&gt;&lt;br&gt;
    
    A VPN router just works like plug-and-play; connect it to your home network or office network where DHCP is enabled, 
    and you are online with connection to a VPN network where all network parameters are optimized for VOIP traffic.&lt;br&gt;&lt;br&gt;
    
    
   


    VOIP Traversal (nobody can block your VOIP traffic) - your local ISP can&apos;t block your VOIP calls any more. &lt;br&gt;&lt;br&gt;
    
   
    
    Your VOIP traffic doesn&apos;t run on famous VOIP ports, no H.323 or SIP signal packet pattern can be matched by ISP.&lt;br&gt;&lt;br&gt;
    Privacy &amp; Security (nobody can find out that you are running VOIP traffic) 
    
    your local ISP can&apos;t figure out what applications you are running with the internet connection, 
    and the highest encrypted VPN packet doesn&apos;t make any sense to the network monitor. &lt;br&gt;&lt;br&gt;
    
    
    No one can find that you are running VOIP traffic through the network, and no one can sniff the VOIP phone call conversation.&lt;br&gt;&lt;br&gt;
    Flexibility (you can run VOIP service with any kind of internet connection) &lt;br&gt;&lt;br&gt;
    
  
    People may get surprised but it&apos;s true, that in professional tests, under the same network condition, 
    SSL VPN network provides better voice quality than regular network.&lt;br&gt;&lt;br&gt;




In high-bandwidth, low-latency environments, there is virtually no difference in quality between an unencrypted VoIP call 
and the same call made over an SSL VPN. &lt;br&gt;&lt;br&gt;

In every case, adding an SSL VPN to a VoIP call over a good broadband network improved call quality.&lt;br&gt;&lt;br&gt;

Run over a bad, slow network, showed that when the network is horrible, nothing helps.&lt;br&gt;&lt;br&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=9</link>
		<dc:date>2012-02-03T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item><item rdf:about="http://canada-voip.com/Blog.cfm?ID=8">
		<title>Megatron  the first in fax broadcasting</title>
		<description>&lt;p&gt;Fax broadcasting is very usefull for business and B2B.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Megatron Communications inc.&lt;/p&gt;
&lt;p&gt;Flat rate for mass fax broadcast. &lt;/p&gt;
&lt;p&gt;O&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;ver than&amp;nbsp; 450,000 Canadian fax numbers and 3 millions U.S. fax numbers,          1.4 millions France fax numbers, 1.9 millions Germany fax numbers, 1.2 millions Italia fax numbers,          1.6 millions Spain fax numbers, 186 000 Norway fax numbers, 227 000 Sweden fax numbers,          300 000 Finland fax numbers, 400 000 Belgium fax numbers, 300 000 Switzerland fax numbers,          346 000 poland fax numbers, 24 000 Morroco fax numbers, 119 000 Romania fax numbers,&lt;br /&gt;
MEGATRON  is at the forefront in fax broadcasting services. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;br /&gt;
&lt;/font&gt;And the price is about 1 cent per fax...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.megatron.net&quot;&gt;www.megatron.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The first in fax marketing.&lt;/p&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=8</link>
		<dc:date>2011-11-20T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item><item rdf:about="http://canada-voip.com/Blog.cfm?ID=7">
		<title>innomedia</title>
		<description>&lt;p&gt;The Innomedia SIP MTA-6328 is a reliable telephone adapter that works  well with the Callcentric service when configured properly.&lt;/p&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=7</link>
		<dc:date>2011-09-27T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item><item rdf:about="http://canada-voip.com/Blog.cfm?ID=6">
		<title>Fax Over IP</title>
		<description>&lt;p&gt;FOIP - Fax over IP.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Here you can find all kind of information about fax over ip.&lt;/p&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=6</link>
		<dc:date>2011-08-14T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item><item rdf:about="http://canada-voip.com/Blog.cfm?ID=5">
		<title>SIP technology</title>
		<description>&lt;p&gt;SIP technology explain.&lt;/p&gt;
&lt;p&gt;&#xa0;&lt;/p&gt;
&lt;p&gt;&#xa0;&lt;/p&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=5</link>
		<dc:date>2011-08-14T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item><item rdf:about="http://canada-voip.com/Blog.cfm?ID=4">
		<title>Configuring an MTA ?</title>
		<description>&lt;p&gt;Need to configure an MTA to use it for SIP&lt;/p&gt;
&lt;p&gt;&amp;nbsp;SIP configuration for MTA (VOIP)&lt;/p&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=4</link>
		<dc:date>2011-08-14T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item><item rdf:about="http://canada-voip.com/Blog.cfm?ID=1">
		<title>Canada VOIP service</title>
		<description>&lt;p&gt;Save money and&amp;nbsp;get&amp;nbsp; better service with more options.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;And full control.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
		<link>http://canada-voip.com/Blog.cfm?ID=1</link>
		<dc:date>2010-03-21T00:00:00-05:00</dc:date>
		<dc:subject>VOIP</dc:subject>
		</item></rdf:RDF>

