<?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; VoiceMaster</title>
	<atom:link href="http://callsolutions.org/tag/voicemaster/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, 05 Feb 2012 13:16:06 +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>
	</channel>
</rss>

