Page 1 of 1
Asterisk 1.8 directory and compilation
Posted:
Thu Oct 09, 2014 11:46 am
by oshonubi
Hello All,
Kindly help with the directory in which asterisk 1.8 is installed in goautodial 3.3. I need to recompile asterisk but cannot locate it in the legacy directory /usr/src/.
Thank you.
Re: Asterisk 1.8 directory and compilation
Posted:
Mon Oct 13, 2014 2:50 pm
by gardo
You need to download and install the Asterisk SRPM (source RPM) file. You can get it here:
http://downloads2.goautodial.org/centos/5/updates/SRPMS/.
Re: Asterisk 1.8 directory and compilation
Posted:
Mon Oct 13, 2014 4:07 pm
by oshonubi
Hi Gardo,
Thanks for the response. Will go through and get back to you.
Re: Asterisk 1.8 directory and compilation
Posted:
Mon Oct 13, 2014 4:32 pm
by oshonubi
Hello Gardo,
I downloaded the source rpm and run the command rpm -Uvh asterisk-1.8.23.0-1_centos5.go.src.rpm. It did not install the source rpm, is there any other instruction for the installation.
Re: Asterisk 1.8 directory and compilation
Posted:
Tue Oct 28, 2014 5:17 am
by Anabia123
Hi Gardo,
Thanks in advance for your reply. That was an excellent solution.
I did it as follows:
Line 14018 before:
14018 <!-- RECORD ID: --><font class="body_small" style="display:none;"><span id="RecorDID" style="display:none;"></span></font><br />
Now:
14018 RECORD ID: <font class="body_small" style="display:always:"><span id="RecorDID" style="display:always;"></span></font><br />
Best regards.
Re: Asterisk 1.8 directory and compilation
Posted:
Sat Nov 01, 2014 9:07 pm
by gardo
Try googling on how to install SRPM files. Normally if you run "rpm -Uvh file.srpm", it will install the tar.gz (source file) file in "/usr/src/redhat/SOURCES" directory.
oshonubi wrote:Hello Gardo,
I downloaded the source rpm and run the command rpm -Uvh asterisk-1.8.23.0-1_centos5.go.src.rpm. It did not install the source rpm, is there any other instruction for the installation.