<?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>Oldstone Place &#187; VoIP</title>
	<atom:link href="http://www.dmortell.com/category/voip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmortell.com</link>
	<description>Web, Mobile and Desktop Software Development</description>
	<lastBuildDate>Mon, 17 May 2010 03:20:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testin Asterisk</title>
		<link>http://www.dmortell.com/20051123/testin-asterisk/</link>
		<comments>http://www.dmortell.com/20051123/testin-asterisk/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 08:06:28 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=11</guid>
		<description><![CDATA[I downloaded Asterisk@Home from http://asteriskathome.sourceforge.net It took a couple of hours at 46kbps

I have VMware, but you could also use the free VMWare Player and QEMU.
Set up a new virtual machine in VMware with an IDE disk and set the CDROM to point to the Asterisk@home ISO file.
Start the virtual machine and the A@H install [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded Asterisk@Home from <a href="http://asteriskathome.sourceforge.net">http://asteriskathome.sourceforge.net</a> It took a couple of hours at 46kbps<br />
<a></a></p>
<p>I have VMware, but you could also use the free VMWare Player and QEMU.<br />
Set up a new virtual machine in VMware with an IDE disk and set the CDROM to point to the Asterisk@home ISO file.<br />
Start the virtual machine and the A@H install screen will be displayed. Pressing enter will repartition the virtual machines hard disk and install Red Hat Linux, Apache, MySQL, Asterisk and an Asterisk web-based administration tool called AMP.<br />
After installation, login as root with password password.</p>
<p>Change the root password by typing passwd.<br />
YOu can access advanced configuration settings by typing asterisk -r.<br />
Run netconfig if you want to sassign a static IP address.</p>
<p>Note the URL displayed and paste it into you browser to open the AMP administration tool. Click Asterisc Management Portal and enter username maint and password passowrd.</p>
<p>First add an extension by clicking Setup &gt; Extensions.<br />
Select SIP<br />
Assign an extension number (301 for example), a display name (Demo301).<br />
Enter a password in secret (pass301 for example).<br />
Set Voicemail &#38; Directory to Enabled to access more options.<br />
Enter a voicemail password and email address.<br />
After clicking Submit, I got 2 errors. These didnt appear when I created another IAX2 extension, and they didnt seem to cause any problems.</p>
<p>Warning: Invalid argument supplied for foreach() in /var/www/html/admin/functions.php on line 2599<br />
Warning: Invalid argument supplied for foreach() in /var/www/html/admin/functions.php on line 2460</p>
<p>To test your extensions, install a softphone such as X-Lite from <a href="http://www.xten.com">www.xten.com</a> or SJphone from <a href="http://www.sjlabs.com">www.sjlabs.com</a> on your Windwos PC.</p>
<p>On installing Xlite, if it cannot connect the settings screen will open. Under System Settings, select the SIP proxy settings then double-click the first entry called Default and change the following:</p>
<p>Username: 301 (extenstion umber)<br />
Authorization User: 301 (extension again)<br />
Password: pass301 (secret password)<br />
Domain/Realm: 192.168.11.6 (PBX IP address)<br />
SIP Proxy: 192.168.11.6 (PBX IP Address)</p>
<p>X-Lite cannot use silence detection when it is used with Asterisk server. To solve this problem we must turn on the &#8216;Transmit Silence&#8217; option. We can find this option in Menu&gt;Advanced System settings&gt;Audio Settings&gt;Silence Settings&gt;Transmit Silence. By doing this we are assured that X-lite will send always audio frames even after it detects a silence.</p>
<p>Next click Digital Receptionist in APM and enter your extension (301)<br />
Try recording a message. I couldnt get anything out of mine, but maybe you&#8217;ll have better luck. But you need at least one message to set up Incoming Calls next. YOu can set up a complex IVR system here later if you want.</p>
<p>Next go to Incoming Calls and set the regular and after hours times to * and set it to go to Digital Receptionist Menu #1: Main Menu</p>
<p>Click Panel to watch the activity on your PBX</p>
<p>Now if you try calling your own extension (301) on your softphone, you&#8217;ll hear a pleasant womans voice telling you thet you are on the phone so please leave a message. After you leave a message and hang up you sould get an email notifying you of the voice mail. You can listen to the message by calling *98 on your softphone or using the web browser based interface linked in the email. The URL in my email was missing the server name so it didnt work, but with a but of editing I was able to open the webpage, enter my voicemail password and listen to my messages.</p>
<p>Now to set up another phone and get a connection to the outside world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051123/testin-asterisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Asterisk on Windows</title>
		<link>http://www.dmortell.com/20051122/running-asterisk-on-windows/</link>
		<comments>http://www.dmortell.com/20051122/running-asterisk-on-windows/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 04:45:25 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=12</guid>
		<description><![CDATA[This article shows how to run Asterisk on Windows by using the free VMware Player and QEMU emulator with the Asterisk@Home ISO (500Mb )

http://voipspeak.net/index.php?option=com_content&#38;task=view&#38;id=45&#38;Itemid=28
Btw you can download OS images preinstalled with a couple of applications for QEMU from http://www.oszoo.org/
]]></description>
			<content:encoded><![CDATA[<p>This article shows how to run Asterisk on Windows by using the free VMware Player and QEMU emulator with the Asterisk@Home ISO (500Mb )</p>
<p><a></a></p>
<p><a href="http://voipspeak.net/index.php?option=com_content&#38;task=view&#38;id=45&#38;Itemid=28">http://voipspeak.net/index.php?option=com_content&#38;task=view&#38;id=45&#38;Itemid=28</a></p>
<p>Btw you can download OS images preinstalled with a couple of applications for QEMU from <a href="http://www.oszoo.org/">http://www.oszoo.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/running-asterisk-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Softphones on LAN</title>
		<link>http://www.dmortell.com/20051122/two-softphones-on-lan/</link>
		<comments>http://www.dmortell.com/20051122/two-softphones-on-lan/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 04:30:39 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=13</guid>
		<description><![CDATA[If you have two softphones that you want to receive calls from the internet, set the ports as below then set your router to forward to each phone.

X-Lite 1:
Listen SIP Port: 5060
Listen RTP Port: 8000
Forward port 5060 to this PC.
X-Lite 2:
Listen SIP Port: 5061
Listen RTP Port: 8006
Forward port 5061 to this second PC.
If you have [...]]]></description>
			<content:encoded><![CDATA[<p>If you have two softphones that you want to receive calls from the internet, set the ports as below then set your router to forward to each phone.</p>
<p><a></a></p>
<p>X-Lite 1:<br />
Listen SIP Port: 5060<br />
Listen RTP Port: 8000<br />
Forward port 5060 to this PC.</p>
<p>X-Lite 2:<br />
Listen SIP Port: 5061<br />
Listen RTP Port: 8006<br />
Forward port 5061 to this second PC.</p>
<p>If you have problems try forwarding ports 8000-8005 to PC 1 and 8006-8011 to PC2. X-Lite has 3 LINES! and each uses 2 Listen RTP ports, that&#8217;s why the first uses 8000 and 8001 for line 1, 8002 and 8003 for line 2 and so on.</p>
<p>Wait, that cant be correct. 5060 is used as the inbound port as well that is the nature of the sip protocol unless you are using the fwdnat proxy. So dont change the listen SIP port, leave it at 5060.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/two-softphones-on-lan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soft Phones</title>
		<link>http://www.dmortell.com/20051122/soft-phones/</link>
		<comments>http://www.dmortell.com/20051122/soft-phones/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 03:26:28 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=15</guid>
		<description><![CDATA[If your PC has speakers and a microphone, you can make phone calls by downloading a soft phone. Or you could replace your microphone with a USB phone, a phone that plugs into your PCs USB port.

Download software phones from SJLabs at http://www.sjlabs.com/sjp.html
There are packages for Telephony providers such as Vonage, VoiceGlo, Free World Dialup, [...]]]></description>
			<content:encoded><![CDATA[<p>If your PC has speakers and a microphone, you can make phone calls by downloading a soft phone. Or you could replace your microphone with a USB phone, a phone that plugs into your PCs USB port.</p>
<p><a></a></p>
<p>Download software phones from SJLabs at <a href="http://www.sjlabs.com/sjp.html">http://www.sjlabs.com/sjp.html</a><br />
There are packages for Telephony providers such as Vonage, VoiceGlo, Free World Dialup, and Stanaphone.</p>
<p>Dante&#8217;s DIAX Software phone is small (300kb) and free for Windows from <a href="http://www.laser.com/dante/diax/diax.html">http://www.laser.com/dante/diax/diax.html</a></p>
<p>Versions of Microsoft Messenger 4.7</p>
<p>Idefisk is a good looking softphone client for IAX2<br />
<a href="http://www.asteriskguru.com/tools/idefisk_beta.php">http://www.asteriskguru.com/tools/idefisk_beta.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/soft-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links</title>
		<link>http://www.dmortell.com/20051122/useful-links/</link>
		<comments>http://www.dmortell.com/20051122/useful-links/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 02:12:54 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=16</guid>
		<description><![CDATA[The main Asterisk website, put together by the web developers at Digium

http://www.asterisk.org/
Astrisk documentation project
http://www.asteriskdocs.org
http://www.asteriskguru.com
A wiki about all things VOIP
http://www.voip-info.org
VOIPSpeak has news and articles all about VOIP, including useful articles on step-by-step configuration of Asterisk@Home and building your own PBX
http://voipspeak.net
Digium provides hardware for connecting phones and phone lines to your PC, and suppport for Asterisk PBX.
http://www.digium.com
They [...]]]></description>
			<content:encoded><![CDATA[<p>The main Asterisk website, put together by the web developers at Digium<br />
<a></a></p>
<p><a href="http://www.asterisk.org/">http://www.asterisk.org/</a></p>
<p>Astrisk documentation project<br />
<a href="http://www.asteriskdocs.org">http://www.asteriskdocs.org</a></p>
<p><a href="http://www.asteriskguru.com">http://www.asteriskguru.com</a></p>
<p>A wiki about all things VOIP<br />
<a href="http://www.voip-info.org">http://www.voip-info.org</a></p>
<p>VOIPSpeak has news and articles all about VOIP, including useful articles on step-by-step configuration of Asterisk@Home and building your own PBX<br />
<a href="http://voipspeak.net">http://voipspeak.net</a></p>
<p>Digium provides hardware for connecting phones and phone lines to your PC, and suppport for Asterisk PBX.<br />
<a href="http://www.digium.com">http://www.digium.com</a><br />
They also host useful forums for the Asterisk community<br />
<a href="http://forums.digium.com/index.php">http://forums.digium.com/index.php</a></p>
<p>Sangoma also provides hardware for connecting phones and lines to your PBX<br />
<a href="http://www.sangoma.com/">http://www.sangoma.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying Asterisk</title>
		<link>http://www.dmortell.com/20051122/trying-asterisk/</link>
		<comments>http://www.dmortell.com/20051122/trying-asterisk/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 01:57:59 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=17</guid>
		<description><![CDATA[There are a couple of ways to try Asterisk

The easiest is to download an ISO of a live Linux CD with Asterisk from AstLinux at http://www.astlinux.org
Burn the ISO to CD-R (or compact flash) and reboot and you&#8217;ll have a working Asterisk system. You&#8217;ll need a USB or flash card to save your configuration, or you [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of ways to try Asterisk</p>
<p><a></a></p>
<p>The easiest is to download an ISO of a live Linux CD with Asterisk from AstLinux at <a href="http://www.astlinux.org">http://www.astlinux.org</a><br />
Burn the ISO to CD-R (or compact flash) and reboot and you&#8217;ll have a working Asterisk system. You&#8217;ll need a USB or flash card to save your configuration, or you can use the CD to install AstLinux on your harddisk. NOTE that this will erase your disk!<br />
You could also downlaod the free VMware Player, set it to boot from the ISO using the virtual CDROM, then install AstLinux in the virtual PC.</p>
<p>Asterisk @ Home is another possibility. At 485MB, the ISO file is a hefty download compared to the 30MB of AstLinux, but it includes Asterisk, AMP, FOP, MySQL, Apache, etc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/trying-asterisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk</title>
		<link>http://www.dmortell.com/20051122/asterisk/</link>
		<comments>http://www.dmortell.com/20051122/asterisk/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 01:47:39 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=18</guid>
		<description><![CDATA[Itoh-san was the first to tell me about the open-source PBX system called Asterisk. His company at the time was seriously thinking about changing from their existing Cisco IP phone network to Asterisk.

Asterisk 1.2 released on Nov 17 2005. Available from http://www.asterisk.org/
 
]]></description>
			<content:encoded><![CDATA[<p>Itoh-san was the first to tell me about the open-source PBX system called Asterisk. His company at the time was seriously thinking about changing from their existing Cisco IP phone network to Asterisk.</p>
<p><a></a></p>
<p>Asterisk 1.2 released on Nov 17 2005. Available from <a href="http://www.asterisk.org/">http://www.asterisk.org/</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/asterisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling PSTN</title>
		<link>http://www.dmortell.com/20051122/calling-pstn/</link>
		<comments>http://www.dmortell.com/20051122/calling-pstn/#comments</comments>
		<pubDate>Tue, 22 Nov 2005 22:10:56 +0000</pubDate>
		<dc:creator>dmortell</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.dmortell.com/?p=14</guid>
		<description><![CDATA[fwdOut shows how to configure your Asterisk PBX to allow calls to PSTN phones via other Asterisk servers who have agreed to share their PSTN connections. InN return, you have to make your PSTN connection available for other users to call your local area. You get credit when someone uses your access point, this allows [...]]]></description>
			<content:encoded><![CDATA[<p>fwdOut shows how to configure your Asterisk PBX to allow calls to PSTN phones via other Asterisk servers who have agreed to share their PSTN connections. InN return, you have to make your PSTN connection available for other users to call your local area. You get credit when someone uses your access point, this allows you to make calls through other peoples connections. If you make a lot of international calls, this could save money if your local phone bill doesnt increase too much.<br />
<a></a></p>
<p><a href="http://www.fwdout.com/web/">http://www.fwdout.com/web/</a></p>
<p>Vonage is a fee-based PSTN replacement/enhancement service, SKYPE is an internet communications service with a fee-based PSTN connection, and FWD is an Internet-based calling service.</p>
<p>So, while you can&#8217;t usually call free, there are many services that allow calls for a few cents per minute. These are just a few. Most of the above allow you to provision an account with say $10 or so and use the service until the funds are depleted. Some have DID or dial in numbers so people can call you. Some offer 800 numbers in the USA, UK, Israel&#8230;</p>
<p><a href="http://www.Libretel.com">www.Libretel.com</a><br />
<a href="http://www.IconnectHere.com">www.IconnectHere.com</a><br />
<a href="http://www.voicepulse.com">www.voicepulse.com</a><br />
<a href="http://www.calgarytelecom.com">www.calgarytelecom.com</a><br />
<a href="http://www.voiptalk.com">www.voiptalk.com</a><br />
www.nufone.com [defunct]<br />
<a href="http://www.voipjet.com">www.voipjet.com</a><br />
<a href="http://www.sipgate.com">www.sipgate.com</a><br />
<a href="http://www.voipfone.us/">http://www.voipfone.us/</a></p>
<p>sipphone.com offer 5 free 1 minute calls per day.</p>
<p>since 800 numbers are free and can be dialed from FWD, you can also use any calling card, which uses an 800 number for access, to dial normal phone numbers.</p>
<p>Make a new hotmail/yahoo email account for spam mail then sign up for a free calling card at <a href="http://www.phonehog.com">www.phonehog.com</a></p>
<p>You can receive incoming calls from the normal PSTN network. You have to signup to make this happen in most cases.</p>
<p>Get a Seattle, WA, USA number through IPKall <a href="http://www.ipkall.com/">http://www.ipkall.com/</a><br />
Get a Michigan, USA number through ClearPath <a href="http://www.clearpath1.com/fwd.htm">http://www.clearpath1.com/fwd.htm</a><br />
Get a UK number through Call UK <a href="http://www.calluk.com/">http://www.calluk.com/</a><br />
Use a LibreTel number <a href="http://www.libretel.com/">http://www.libretel.com/</a> (does not support dialling FWD numbers higher than 80000)</p>
<p>(0845) 004 5566 xtraphone.com (UK Local only)<br />
+31 20 3987567 XSALL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmortell.com/20051122/calling-pstn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
