| 88 |
mount -t iso9660 /tmp/cdrom /mnt/cdrom |
mount -t iso9660 /tmp/cdrom /mnt/cdrom |
| 89 |
cp /mnt/cdrom/extras/lnx3.1.1_1.tgz /mnt/sysimage/tmp/ |
cp /mnt/cdrom/extras/lnx3.1.1_1.tgz /mnt/sysimage/tmp/ |
| 90 |
cp /mnt/cdrom/extras/Hmp.Uconfig /mnt/sysimage/tmp/ |
cp /mnt/cdrom/extras/Hmp.Uconfig /mnt/sysimage/tmp/ |
| 91 |
|
cp /mnt/cdrom/extras/SS7DiaStar.tgz /mnt/sysimage/tmp/ |
| 92 |
tar -zxvf /mnt/sysimage/tmp/lnx3.1.1_1.tgz -C /mnt/sysimage/tmp/ |
tar -zxvf /mnt/sysimage/tmp/lnx3.1.1_1.tgz -C /mnt/sysimage/tmp/ |
| 93 |
|
tar -zxvf /mnt/sysimage/tmp/SS7DiaStar.tgz -C /mnt/sysimage/tmp/ |
| 94 |
umount /mnt/cdrom |
umount /mnt/cdrom |
| 95 |
rmdir /mnt/cdrom |
rmdir /mnt/cdrom |
| 96 |
|
|
| 117 |
# RTP latency mods |
# RTP latency mods |
| 118 |
cp /tmp/Hmp.Uconfig /usr/dialogic/data |
cp /tmp/Hmp.Uconfig /usr/dialogic/data |
| 119 |
|
|
| 120 |
|
# Install SS7 |
| 121 |
|
mv /tmp/SS7DiaStar/gcss7.cfg /usr/dialogic/cfg |
| 122 |
|
mkdir /usr/dialogic/SS7 |
| 123 |
|
cp -R --preserve=links /tmp/SS7DiaStar/* /usr/dialogic/SS7 |
| 124 |
|
|
| 125 |
|
|
| 126 |
# Stop CentOS yum updates |
# Stop CentOS yum updates |
| 127 |
rm -f /etc/yum.repos.d/* |
rm -f /etc/yum.repos.d/* |
| 128 |
|
|