<?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>HOWTO :: VoIP: Whosesale :: Calling Card :: OpenSer :: Radius :: Asterisk :: FreeSwitch :: A2Billing :: IVR :: Colo :: Colocations :: GADGETS &#187; Asterisk Installation</title>
	<atom:link href="http://callsolutions.org/tag/asterisk-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://callsolutions.org</link>
	<description>You can also find CCNA :: CCNAP :: Exam, Brandump, CheatSheet, Sample Exams</description>
	<lastBuildDate>Sun, 20 May 2012 15:14:27 +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>VoiceMaster Installation</title>
		<link>http://callsolutions.org/voicemaster-installation/</link>
		<comments>http://callsolutions.org/voicemaster-installation/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 07:58:34 +0000</pubDate>
		<dc:creator>nelson</dc:creator>
				<category><![CDATA[VoiceMaster]]></category>
		<category><![CDATA[Asterisk Installation]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[Sysmater]]></category>

		<guid isPermaLink="false">http://callsolutions.org/?p=5</guid>
		<description><![CDATA[For those users who has a voicemaster image (crack version). This howto will show you how to install VoiceMaster-&#60;release&#62;.tar.bz2 on a new machine.

1. Prepare the Machine where VM to be install.
Hardware Requirements:
. Pentium 4 3GHz or better
. 1 GB of RAM or Higher
. 10/100 LAN Card
. 80 GB of IDE Hardisk
Download and get VoiceMaster Image [...]]]></description>
			<content:encoded><![CDATA[<p>For those users who has a voicemaster image (crack version). This howto will show you how to install VoiceMaster-&lt;release&gt;.tar.bz2 on a new machine.</p>
<p><span id="more-5"></span><br />
1. Prepare the Machine where VM to be install.</p>
<p>Hardware Requirements:</p>
<p>. Pentium 4 3GHz or better<br />
. 1 GB of RAM or Higher<br />
. 10/100 LAN Card<br />
. 80 GB of IDE Hardisk</p>
<p>Download and get VoiceMaster Image (copy and paste this in the Internet Browser)</p>
<p>VoiceMaster-2.01SF.tar.bz2</p>
<p>2. Download and Burn gentoo Linux</p>
<p>. http://bouncer.gentoo.org/?product=gentoo-2006.0-minimal&amp;os=x86</p>
<p>3. Boot from Gentoo Linux on the new machine.</p>
<p>Set up networking:</p>
<p>4. Type the ff: command:</p>
<p>gentoo# ifconfig eth0 192.168.10.1 netmask 255.255.255.0</p>
<p>gentoo# passwd<br />
Enter new UNIX password: gentoo &lt;enter&gt;<br />
Retype new UNIX password: gentoo &lt;enter&gt;<br />
passwd: password updated successfully<br />
gentoo#<br />
gentoo# /etc/init.d/sshd start &lt;enter&gt;</p>
<p>4. Partition the Hardisk.</p>
<p>Make sure to delete all partition first:<br />
livecd root # fdisk /dev/hda<br />
The number of cylinders for this disk is set to 4865.<br />
There is nothing wrong with that, but this is larger than 1024,<br />
and could in certain setups cause problems with:</p>
<p>1) software that runs at boot time (e.g., old versions of LILO)</p>
<p>2) booting and partitioning software from other OSs</p>
<p>(e.g., DOS FDISK, OS/2 FDISK)</p>
<p>Command (m for help): p<br />
Disk /dev/hda: 40.0 GB, 40020664320 bytes<br />
255 heads, 63 sectors/track, 4865 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/hda1   *           1          10       80293+  83  Linux<br />
/dev/hda2              11         135     1004062+  82  Linux swap / Solaris<br />
/dev/hda3             136        4865    37993725   83  Linux</p>
<p>To delete partitions: labaled: hda3, hda2 and hda1</p>
<p>Command (m for help): d<br />
Partition number (1-4): 3</p>
<p>Command (m for help): d<br />
Partition number (1-4): 2</p>
<p>Command (m for help): d<br />
Selected partition 1</p>
<p>Lets print it again to check if there is still partition define:</p>
<p>Disk /dev/hda: 40.0 GB, 40020664320 bytes<br />
255 heads, 63 sectors/track, 4865 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System</p>
<p>Command (m for help):</p>
<p>Now, we create partitions:</p>
<p>Type the ff:</p>
<p>Command (m for help): n<br />
Command action<br />
e   extended<br />
p   primary partition (1-4) p<br />
Partition number (1-4): 1<br />
First cylinder (1-4865, default 1): 1<br />
Last cylinder or +size or +sizeM or +sizeK (1-4865, default 4865): +100M</p>
<p>Command (m for help): n<br />
Command action<br />
e   extended<br />
p   primary partition (1-4) p<br />
Partition number (1-4): 2<br />
First cylinder (14-4865, default 14): &lt; enter &gt;<br />
Using default value 14<br />
Last cylinder or +size or +sizeM or +sizeK (14-4865, default 4865): +2048M</p>
<p>Command (m for help): n<br />
Command action<br />
e   extended<br />
p   primary partition (1-4) p<br />
Partition number (1-4): 3<br />
First cylinder (264-4865, default 264): &lt; enter &gt;<br />
Using default value 264<br />
Last cylinder or +size or +sizeM or +sizeK (264-4865, default 4865): &lt; enter &gt;<br />
Using default value 4865</p>
<p>Command (m for help): p</p>
<p>Disk /dev/hda: 40.0 GB, 40020664320 bytes<br />
255 heads, 63 sectors/track, 4865 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/hda1               1          13      104391   83  Linux<br />
/dev/hda2              14         263     2008125   83  Linux<br />
/dev/hda3             264        4865    36965565   83  Linux</p>
<p>Command (m for help):</p>
<p>Change the Filesystem type</p>
<p>Command (m for help): t<br />
Partition number (1-4): 2<br />
Hex code (type L to list codes): 82<br />
Changed system type of partition 2 to 82 (Linux swap / Solaris)</p>
<p>Command (m for help): p</p>
<p>Disk /dev/hda: 40.0 GB, 40020664320 bytes<br />
255 heads, 63 sectors/track, 4865 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/hda1               1          13      104391   83  Linux<br />
/dev/hda2              14         263     2008125   82  Linux swap / Solaris<br />
/dev/hda3             264        4865    36965565   83  Linux</p>
<p>Configure to boot from Hda1</p>
<p>Command (m for help): a<br />
Partition number (1-4): 1</p>
<p>Command (m for help): p</p>
<p>Disk /dev/hda: 40.0 GB, 40020664320 bytes<br />
255 heads, 63 sectors/track, 4865 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/hda1   *           1          13      104391   83  Linux<br />
/dev/hda2              14         263     2008125   82  Linux swap / Solaris<br />
/dev/hda3             264        4865    36965565   83  Linux</p>
<p>Command (m for help):</p>
<p>Save Settings:</p>
<p>Command (m for help): w<br />
The partition table has been altered!</p>
<p>Calling ioctl() to re-read partition table.<br />
Syncing disks.</p>
<p>Creating ext3 and swap filesystems</p>
<p>livecd root # mkfs.ext3 /dev/hda3<br />
mke2fs 1.35 (28-Feb-2004)<br />
Filesystem label=<br />
OS type: Linux<br />
Block size=4096 (log=2)<br />
Fragment size=4096 (log=2)<br />
4627616 inodes, 9241391 blocks<br />
462069 blocks (5.00%) reserved for the super user<br />
First data block=0<br />
283 block groups<br />
32768 blocks per group, 32768 fragments per group<br />
16352 inodes per group<br />
Superblock backups stored on blocks:<br />
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,<br />
4096000, 7962624</p>
<p>Writing inode tables: done<br />
Creating journal (8192 blocks): done<br />
Writing superblocks and filesystem accounting information: done</p>
<p>This filesystem will be automatically checked every 28 mounts or<br />
180 days, whichever comes first.  Use tune2fs -c or -i to override.<br />
livecd root # mkfs.ext3 /dev/hda1<br />
mke2fs 1.35 (28-Feb-2004)<br />
Filesystem label=<br />
OS type: Linux<br />
Block size=1024 (log=0)<br />
Fragment size=1024 (log=0)<br />
26104 inodes, 104388 blocks<br />
5219 blocks (5.00%) reserved for the super user<br />
First data block=1<br />
13 block groups<br />
8192 blocks per group, 8192 fragments per group<br />
2008 inodes per group<br />
Superblock backups stored on blocks:<br />
8193, 24577, 40961, 57345, 73729</p>
<p>Writing inode tables: done<br />
Creating journal (4096 blocks): done<br />
Writing superblocks and filesystem accounting information: done<br />
This filesystem will be automatically checked every 26 mounts or<br />
180 days, whichever comes first.  Use tune2fs -c or -i to override.<br />
livecd root # mkswap /dev/hda2<br />
Setting up swapspace version 1, size = 2056314 kB</p>
<p>Mounting Filesystems</p>
<p>livecd root # mount /dev/hda3 /mnt/gentoo<br />
livecd root # mkdir /mnt/gentoo/boot<br />
livecd root # mount /dev/hda1 /mnt/gentoo/boot<br />
livecd root # swapon /dev/hda2<br />
livecd root #</p>
<p>Now, save the file VoiceMaster-2.01SF.tar.bz2in the machine (I used WinSCP to copy it). Can be downloaded here: http://winscp.net/download/winscp380setup.exe</p>
<p>Save it under /mnt/gentoo/</p>
<p>Goto the directory:</p>
<p>livecd root # cd /mnt/gentoo/<br />
livecd gentoo # ls<br />
VoiceMaster-2.01SF.tar.bz2 boot  lost+found<br />
livecd gentoo #</p>
<p>and extract the file</p>
<p>livecd gentoo # tar xvpfj VoiceMaster-2.01SF.tar.bz2</p>
<p>After extracting. Type the ff: command</p>
<p>livecd gentoo # chroot /mnt/gentoo /bin/bash<br />
oot@livecd:/# source /etc/profile<br />
oot@livecd:/# lilo -v<br />
ILO version 22.3.4, Copyright (C) 1992-1998 Werner Almesberger<br />
evelopment beyond version 21 Copyright (C) 1999-2002 John Coffman<br />
eleased 01-Nov-2002 and compiled at 15:00:20 on Nov 22 2002.</p>
<p>Reading boot sector from /dev/hda<br />
sing MENU secondary loader<br />
alling map_insert_data</p>
<p>Boot image: /boot/2420rc32VM.img<br />
dded vm *</p>
<p>/boot/boot.0300 exists &#8211; no backup copy made.<br />
Writing boot sector.</p>
]]></content:encoded>
			<wfw:commentRss>http://callsolutions.org/voicemaster-installation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Debian Etch + Asterisk 1.4 + H323 + G729 + G723</title>
		<link>http://callsolutions.org/debian-etch-asterisk-14-h323-g729-g723/</link>
		<comments>http://callsolutions.org/debian-etch-asterisk-14-h323-g729-g723/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 11:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk Installation]]></category>
		<category><![CDATA[Asterisk PBX]]></category>
		<category><![CDATA[VoIP Tutorial]]></category>
		<category><![CDATA[Asterisk g729]]></category>
		<category><![CDATA[Asterisk H323]]></category>
		<category><![CDATA[Asterisk Install H323 + g729]]></category>

		<guid isPermaLink="false">http://callsolutions.org/?p=3</guid>
		<description><![CDATA[This tutorial will show you how to install Asterisk 1.4 with H323 Support + G729 and G723 Codec.
1) Installing necessary Debian packages before installing Asterisk
aptitude update
aptitude upgrade
aptitude install ssh ntp screen
aptitude install build-essential libcurl3-dev libvorbis-dev libspeex-dev unixodbc unixodbc-dev libiksemel-dev flex xsltproc linux-headers-`uname -r` g++ libncurses5-dev libnewt-dev libusb-dev subversion git-core flex bison
2) Get the stable release [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to install Asterisk 1.4 with H323 Support + G729 and G723 Codec.</p>
<p>1) Installing necessary Debian packages before installing Asterisk</p>
<p class="MsoNormal">aptitude update<br />
aptitude upgrade</p>
<p class="MsoNormal">aptitude install ssh ntp screen</p>
<p class="MsoNormal">aptitude install build-essential libcurl3-dev libvorbis-dev libspeex-dev unixodbc unixodbc-dev libiksemel-dev flex xsltproc linux-headers-`uname -r` g++ libncurses5-dev libnewt-dev libusb-dev subversion git-core flex bison</p>
<p class="MsoNormal">2) Get the stable release of Asterisk,  Libpri and Zaptel</p>
<p>cd /usr/src<br />
wget http://downloads.digium.com/pub/asterisk/asterisk-1.4-current.tar.gz<br />
wget http://downloads.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz<br />
wget http://downloads.digium.com/pub/libpri/libpri-1.4-current.tar.gz<br />
wget http://downloads.digium.com/pub/asterisk/asterisk-addons-1.4-current.tar.gz</p>
<p>tar xvzf asterisk-1.4-current.tar.gz &amp;&amp; tar xvzf zaptel-1.4-current.tar.gz &amp;&amp; tar xvzf libpri-1.4-current.tar.gz &amp;&amp; tar xvzf asterisk-addons-1.4-current.tar.gz tar</p>
<p><span id="more-3"></span></p>
<p class="MsoNormal"><strong>a) Installing Zaptel</strong></p>
<p class="MsoNormal">cd /usr/src/zaptel-1.4*<br />
./install_prereq test<br />
./install_prereq install<br />
./configure<br />
make<br />
make install<br />
make config<br />
modprobe ztdummy</p>
<p class="MsoNormal"><strong>b) Installing Libpri</strong></p>
<p class="MsoNormal">cd /usr/src/libpri-1.4*<br />
make &amp;&amp; make install</p>
<p class="MsoNormal"><strong>c) Installing Asterisk</strong></p>
<p class="MsoNormal">cd /usr/src/asterisk-1.4*</p>
<p class="MsoNormal">./configure</p>
<p class="MsoNormal">Comment: The next step is not mandatory. To install core and extra sounds in different languages:</p>
<p class="MsoNormal">make menuselect</p>
<p class="MsoNormal">Comment: Select the core-sounds you would like to play and extra sounds. Exit with �x� to save.</p>
<p class="MsoNormal">make<br />
make install<br />
make samples<br />
make config<br />
asterisk -vvvc<br />
stop now<br />
echo �ztdummy� &gt;&gt; /etc/modules</p>
<p>Note: If you make a mistake and/or the compilation fails, you need to run:</p>
<p class="MsoNormal">make clean</p>
<p class="MsoNormal">then</p>
<p class="MsoNormal">./configure</p>
<p class="MsoNormal">and</p>
<p class="MsoNormal">make install</p>
<p class="MsoNormal">again.</p>
<p class="MsoNormal">Reboot and test if the system startup is correct.</p>
<p class="MsoNormal">reboot<br />
asterisk -r<br />
exit</p>
<p class="MsoNormal">d) Installing Asterisk Addons</p>
<p class="MsoNormal">cd /usr/src/asterisk-addons*<br />
./configure &amp;&amp; make &amp;&amp; make install<br />
make samples</p>
<p class="MsoNormal">3) Installing H323 Support</p>
<p class="MsoNormal">//dirty hack to prevent error from missing file<br />
cd /usr/include/linux<br />
touch compiler.h</p>
<p>//PWLIB<br />
cd /usr/src<br />
wget http://kent.dl.sourceforge.net/sourceforge/openh323/pwlib-v1_10_0-src-tar.gz<br />
tar zxvf pwlib-v1_10_0-src-tar.gz<br />
cd pwlib_v1_10_0/<br />
./configure<br />
make &amp;&amp; make install &amp;&amp; make opt<br />
PWLIBDIR=/usr/src/pwlib_v1_10_0 &amp;&amp; export PWLIBDIR</p>
<p>//OpenH323<br />
cd /usr/src<br />
wget http://ovh.dl.sourceforge.net/sourceforge/openh323/openh323-v1_18_0-src-tar.gz<br />
tar zxvf openh323-v1_18_0-src-tar.gz<br />
cd openh323_v1_18_0/<br />
./configure &amp;&amp; make &amp;&amp; make opt &amp;&amp; make install<br />
OPENH323DIR=/usr/src/openh323_v1_18_0/  &amp;&amp; export OPENH323DIR</p>
<p>cd /usr/src/asterisk/channels/h323/<br />
make &amp;&amp; make opt<br />
cd /usr/src/asterisk<br />
./configure &amp;&amp; make &amp;&amp; make install</p>
<p>echo �/usr/local/lib� &gt;&gt; /etc/ld.so.conf &amp;&amp; ldconfig</p>
<p>//or similar way</p>
<p>//cp /usr/local/lib/* /usr/lib</p>
<p>Binaries<br />
� choose codec binary appropriate for your Asterisk version and CPU type, use x86_64 for 64-bit mode, scroll to the end of the list for FreeBSD binaries<br />
�    delete old codec_g729/723*.so files (if any) from /usr/lib/asterisk/modules directory<br />
�    copy new codec_g729/723*.so files into /usr/lib/asterisk/modules directory<br />
�    restart Asterisk<br />
�    check the codec is loaded with �core show translation recalc 10? on Asterisk console (�show translation� in Asterisk 1.2)<br />
� G.723.1 send rate is configured in Asterisk codecs.conf file (Linux Asterisk 1.2, 1.4, 1.6, TRUNK and Callweaver, FreeBSD 7.x Asterisk 1.4 binaries only):<br />
�    [g723]<br />
�    ; 6.3Kbps stream, default<br />
�    sendrate=63<br />
�    ; 5.3Kbps<br />
;sendrate=53<br />
This option is for outgoing voice stream only. It does not affect incoming stream that should be decoded automatically whatever the bitrate is.</p>
<p>4) Installing G72X Codec (binary)</p>
<table border="0" width="250">
<tbody>
<tr>
<td></td>
<td><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-0448452892049658";
/* 336x280, CALLSOLUTIONS 2TA SP */
google_ad_slot = "8746423819";
google_ad_width = 336;
google_ad_height = 280;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></td>
</tr>
</tbody>
</table>
<p>Go TO: http://asterisk.hosting.lv/</p>
]]></content:encoded>
			<wfw:commentRss>http://callsolutions.org/debian-etch-asterisk-14-h323-g729-g723/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

