<?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>OverLoad It &#187; asterisk</title>
	<atom:link href="http://www.overloadit.com/tag/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.overloadit.com</link>
	<description>Overloading a blog</description>
	<lastBuildDate>Thu, 31 May 2012 12:15:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>asterisk 1.6 install and deploy.</title>
		<link>http://www.overloadit.com/2009/02/19/asterisk-16-install-and-deploy/</link>
		<comments>http://www.overloadit.com/2009/02/19/asterisk-16-install-and-deploy/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 09:31:36 +0000</pubDate>
		<dc:creator>hitech</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[1.6]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=108</guid>
		<description><![CDATA[Asterisk with chan mobile. So, my lovely TUSI-M does not work, it has legacy USB ports, I want USB 2.0. Got an old celeron PC I had somewhere, found out it had 1GB of DDR1 ram, a 2.53GHz processor, a &#8230; <a href="http://www.overloadit.com/2009/02/19/asterisk-16-install-and-deploy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Asterisk with chan mobile.<br />
So, my lovely TUSI-M does not work, it has legacy USB ports, I want USB 2.0.</p>
<p>Got an old celeron PC I had somewhere, found out it had 1GB of DDR1 ram, a 2.53GHz processor, a P4i65GV Motherboard with Bios 1.80 (Asrock), And an 80GB hard disk, fits the bill perfect.<br />
the good thing about this motherboard is that it has 8 USB ports (2.0), The bad thing, A Celeron processor, An old celeron processor.<br />
I installed an X100P (That I got in the mail today) on the PC.<br />
1-    Installed Ubuntu 8.04 32Bit from DVD, a default DVD install, user name (yazeed), Password (ZeDevildetail), and hostname (asterisk).</p>
<p>2-  Now i need to enable VNC access, see <a href="http://ubuntuforums.org/showthread.php?t=122402">This post in the ubuntu forums</a><br />
3-    Restarted Ubuntu to make sure the previous step works.<br />
4-    Installed Samba by starting Synaptic Package manager, Searching for Samba, and marking samba for install, 2 more packages are requiered, agreed to</p>
<p>install them when prompted after hitting the apply button, Same to install openssh. And miraculesly, when I start ubuntu on the machine, I can poin my VNC</p>
<p>viewer to asterisk:2<br />
5-    I installed RealVNC on my windows machine (The viewer only, if you install the server you will need a serial number).<br />
6-    logged in via VNC.<br />
7-    Downloaded Asterisk 1.6.0.5  along with the addons 1.6, DAHDI linux, Dahdi tools, and libpri 1.4.7 to /usr/src, DAHDI is what used to be ZAPTEL ,</p>
<p>LibPri is for T1, E1, J1 and I don’t need it, Just thought I’d install it anyway , So I unpacked them to that same directory I am in.<br />
8-    Before I install anything, I probably need to satisfy some dependancies, and add some tools so I can make managing the system easy later on,<br />
Running aptitude<br />
LAMP task: PHP would help me write stuff I can fix online !<br />
the, MySQL with root password being “whatdevil”</p>
<p>Now from Synaptics package manager<br />
GCC 3+, G++ 4.1, cpp and other compiler stuff ubuntu tells me about<br />
Ncurses devel<br />
Libtermcap-devel<br />
Kernel development headers<br />
Kernel development headers (SMP)<br />
GCC++<br />
Openssl and its dev package<br />
Newt-devel<br />
Zlib-devel<br />
unixOBDC and unixOBDC devel<br />
libtool<br />
gnu make<br />
Bison for CLI (yacc and)<br />
Libnewt for zttool – ztcfg</p>
<p>Now that i have installed everything with synaptics that looks like the above, i will</p>
<p>Start with the Zaptel &#8211; Now dahdi driver&#8230;.</p>
<p>cd /usr/src/DAHDIblahblah</p>
<p>make</p>
<p>makeinstall</p>
<p>cd /usr/src/asterisk-1.6blahblah</p>
<p>make clean</p>
<p>./configure</p>
<p>make menuselect</p>
<p>&#8230;Now from Menu select, i am looking for dependencies that i need so that i can compile everything in asterisk 1.6&#8230;.</p>
<p>up to now, i need</p>
<p>CURL OK<br />
PostgreSQL OK<br />
sqlite<br />
sqlite3</p>
<p>Cryptographic digital signatures</p>
<p>jabber</p>
<p>netsnmp</p>
<p>spandsp</p>
<p>resample</p>
<p>jack ??</p>
<p>osptk</p>
<p>ssl</p>
<p>radius</p>
<p>freetds</p>
<p>asound</p>
<p>portaudio</p>
<p>res_jabber</p>
<p>iksemel</p>
<p>openh323</p>
<p>isdnnet</p>
<p>misdn</p>
<p>suppserv</p>
<p>nbs</p>
<p>usb</p>
<p>vpbapi</p>
<p>speexdsp</p>
<p>verbis</p>
<p>ogg</p>
<p>curl</p>
<p>gtk</p>
<p>lua</p>
<p>ldap</p>
<p>imap_tk</p>
<p>gmime</p>
<p>Asterisk sound packages in multiple formats, both basic and extra</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overloadit.com/2009/02/19/asterisk-16-install-and-deploy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

