For those users who has a voicemaster image (crack version). This howto will show you how to install VoiceMaster-<release>.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 (copy and paste this in the Internet Browser)
VoiceMaster-2.01SF.tar.bz2
2. Download and Burn gentoo Linux
. http://bouncer.gentoo.org/?product=gentoo-2006.0-minimal&os=x86
3. Boot from Gentoo Linux on the new machine.
Set up networking:
4. Type the ff: command:
gentoo# ifconfig eth0 192.168.10.1 netmask 255.255.255.0
gentoo# passwd
Enter new UNIX password: gentoo <enter>
Retype new UNIX password: gentoo <enter>
passwd: password updated successfully
gentoo#
gentoo# /etc/init.d/sshd start <enter>
4. Partition the Hardisk.
Make sure to delete all partition first:
livecd root # fdisk /dev/hda
The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 10 80293+ 83 Linux
/dev/hda2 11 135 1004062+ 82 Linux swap / Solaris
/dev/hda3 136 4865 37993725 83 Linux
To delete partitions: labaled: hda3, hda2 and hda1
Command (m for help): d
Partition number (1-4): 3
Command (m for help): d
Partition number (1-4): 2
Command (m for help): d
Selected partition 1
Lets print it again to check if there is still partition define:
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Command (m for help):
Now, we create partitions:
Type the ff:
Command (m for help): n
Command action
e extended
p primary partition (1-4) p
Partition number (1-4): 1
First cylinder (1-4865, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-4865, default 4865): +100M
Command (m for help): n
Command action
e extended
p primary partition (1-4) p
Partition number (1-4): 2
First cylinder (14-4865, default 14): < enter >
Using default value 14
Last cylinder or +size or +sizeM or +sizeK (14-4865, default 4865): +2048M
Command (m for help): n
Command action
e extended
p primary partition (1-4) p
Partition number (1-4): 3
First cylinder (264-4865, default 264): < enter >
Using default value 264
Last cylinder or +size or +sizeM or +sizeK (264-4865, default 4865): < enter >
Using default value 4865
Command (m for help): p
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 13 104391 83 Linux
/dev/hda2 14 263 2008125 83 Linux
/dev/hda3 264 4865 36965565 83 Linux
Command (m for help):
Change the Filesystem type
Command (m for help): t
Partition number (1-4): 2
Hex code (type L to list codes): 82
Changed system type of partition 2 to 82 (Linux swap / Solaris)
Command (m for help): p
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 13 104391 83 Linux
/dev/hda2 14 263 2008125 82 Linux swap / Solaris
/dev/hda3 264 4865 36965565 83 Linux
Configure to boot from Hda1
Command (m for help): a
Partition number (1-4): 1
Command (m for help): p
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 263 2008125 82 Linux swap / Solaris
/dev/hda3 264 4865 36965565 83 Linux
Command (m for help):
Save Settings:
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
Creating ext3 and swap filesystems
livecd root # mkfs.ext3 /dev/hda3
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
4627616 inodes, 9241391 blocks
462069 blocks (5.00%) reserved for the super user
First data block=0
283 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 28 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
livecd root # mkfs.ext3 /dev/hda1
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
26104 inodes, 104388 blocks
5219 blocks (5.00%) reserved for the super user
First data block=1
13 block groups
8192 blocks per group, 8192 fragments per group
2008 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
livecd root # mkswap /dev/hda2
Setting up swapspace version 1, size = 2056314 kB
Mounting Filesystems
livecd root # mount /dev/hda3 /mnt/gentoo
livecd root # mkdir /mnt/gentoo/boot
livecd root # mount /dev/hda1 /mnt/gentoo/boot
livecd root # swapon /dev/hda2
livecd root #
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
Save it under /mnt/gentoo/
Goto the directory:
livecd root # cd /mnt/gentoo/
livecd gentoo # ls
VoiceMaster-2.01SF.tar.bz2 boot lost+found
livecd gentoo #
and extract the file
livecd gentoo # tar xvpfj VoiceMaster-2.01SF.tar.bz2
After extracting. Type the ff: command
livecd gentoo # chroot /mnt/gentoo /bin/bash
oot@livecd:/# source /etc/profile
oot@livecd:/# lilo -v
ILO version 22.3.4, Copyright (C) 1992-1998 Werner Almesberger
evelopment beyond version 21 Copyright (C) 1999-2002 John Coffman
eleased 01-Nov-2002 and compiled at 15:00:20 on Nov 22 2002.
Reading boot sector from /dev/hda
sing MENU secondary loader
alling map_insert_data
Boot image: /boot/2420rc32VM.img
dded vm *
/boot/boot.0300 exists - no backup copy made.
Writing boot sector.
You’re a Gentoo user so you’ve evidently got something about you; why waste your time with unmaintainable cracked commercial software (that depends on LILO, LOL!) when there’s an adequate GPL alternative: http://www.asterisk2billing.org/
(in the interests of disclosure I should mention that I maintain many servers for many clients running A2B, and I’ve committed quite a few bug fixes over the last couple of years.)
Comment by stavros — July 6, 2008 @ 12:16 am
@stavros, yes i’m an experienced linux user and currently working in a voip industry. i would agree to you not to waste time on a crack version of VoiceMaster and Sysmaster but there are many users still out there that still want to have this piece of software/s and want to buy this crack version and use this. I know some company and individuals who are using crack version. BUT as you know, im also a user of your A2Billing Software and I Loved it. I already have 2 clients using it and im also using it myself : https://admin.callsolutions.org
.
Comment by nelson — July 6, 2008 @ 1:20 pm
[...] » VoiceMaster Installation HOWTO :: VoIP: Whosesale :: Calling Card :.. [...]
Pingback by Philippine Cockatoo, Now Only 180 Left | Blog, Pipi at Bingi — July 22, 2008 @ 9:40 am
WHERE I CAN DOWNLOAD VOICEMASTER CRACK
Comment by SARKER — August 7, 2008 @ 11:55 pm
Hi, i do have the voicemaster crack. Please contact me @ msn: voipxpert@gmail.com
Comment by nelson — August 18, 2008 @ 12:54 pm