Yum returns 404 error with Asterick repo

Trying to install Asterick on CentOS 6 i386 running on VirtualBox.

Yum is not happy however.

Please help me understand why Yum returns error from Asterick repo.
Installing Asterisk With Yum procedure also produced the same 404 errors.

Please help.
What is problem? How can it be fixed.
There are a bunch of asterick and digium repo files, but which one is causing the problem?
How did those repo files get there? I did not create them.

Yum Error Message
[root@localhost yum.repos.d]# yum list
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

Repo file List

[root@localhost ~]# cd /etc/yum.repos.d [root@localhost yum.repos.d]# ls -l total 56 -rw-r--r--. 1 root root 208 Oct 12 2011 centos-asterisk-10.repo -rw-r--r--. 1 root root 211 Oct 12 2011 centos-asterisk-1.4.repo -rw-r--r--. 1 root root 217 Oct 12 2011 centos-asterisk-1.6.2.repo -rw-r--r--. 1 root root 211 Oct 12 2011 centos-asterisk-1.8.repo -rw-r--r--. 1 root root 424 Oct 12 2011 centos-asterisk.repo -rw-r--r--. 1 root root 1926 Jun 26 05:29 CentOS-Base.repo -rw-r--r--. 1 root root 637 Jun 26 05:29 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 198 Oct 12 2011 centos-digium-10.repo -rw-r--r--. 1 root root 201 Oct 12 2011 centos-digium-1.4.repo -rw-r--r--. 1 root root 207 Oct 12 2011 centos-digium-1.6.2.repo -rw-r--r--. 1 root root 201 Oct 12 2011 centos-digium-1.8.repo -rw-r--r--. 1 root root 408 Oct 12 2011 centos-digium.repo -rw-r--r--. 1 root root 626 Jun 26 05:29 CentOS-Media.repo -rw-r--r--. 1 root root 2593 Jun 26 05:29 CentOS-Vault.repo [root@localhost yum.repos.d]#

Any clues appreciated. Thank you.

###

There is no CentOS 6 repository on that machine. I have a feeling there are no CentOS 6 packages for Asterisk maintained by the Asterisk project:

[code] Index of /centos

[ICO] Name Last modified Size Description
_________________________________________________________________

[DIR] Parent Directory -
[DIR] 5/ 25-Apr-2012 15:35 -
[ ] centos-asterisk-1.4.repo 11-Oct-2011 15:50 211
[ ] centos-asterisk-1.6.2.repo 11-Oct-2011 15:50 217
[ ] centos-asterisk-1.8-certified.repo 25-Apr-2012 15:36 241
[ ] centos-asterisk-1.8.repo 11-Oct-2011 15:50 211
[ ] centos-asterisk-10.repo 11-Oct-2011 15:50 208
[ ] centos-asterisk-scf.repo 12-May-2011 10:08 211
[ ] centos-asterisk.repo 11-Oct-2011 15:50 424
_________________________________________________________________

Apache/2.2.8  (Ubuntu) DAV/2 SVN/1.5.1 mod_python/3.3.1 Python/2.5.2
PHP/5.2.4-2ubuntu5.26     with     Suhosin-Patch    proxy_html/3.0.0
mod_ssl/2.2.8 OpenSSL/0.9.8g Server at packages.asterisk.org Port 80[/code]

Thank you so much david55 for reply,

After installing Centos 5 on VirtualBox, Astericsk 1.8 was successfully installed by Yum.

Now I have to figure out Asterisk. :smiley:

== Parsing '/etc/asterisk/queues.conf': == Found -- Registered extension context 'app_queue_gosub_virtual_context'; registrar : app_queue -- Added extension 's' priority 1 to app_queue_gosub_virtual_context == Registered application 'Queue' == Registered application 'AddQueueMember' == Registered application 'RemoveQueueMember' == Registered application 'PauseQueueMember' == Registered application 'UnpauseQueueMember' == Registered application 'QueueLog' == Manager registered action Queues == Manager registered action QueueStatus == Manager registered action QueueSummary == Manager registered action QueueAdd == Manager registered action QueueRemove == Manager registered action QueuePause == Manager registered action QueueLog == Manager registered action QueuePenalty == Manager registered action QueueRule == Manager registered action QueueReload == Manager registered action QueueReset == Registered custom function 'QUEUE_VARIABLES' == Registered custom function 'QUEUE_EXISTS' == Registered custom function 'QUEUE_MEMBER' == Registered custom function 'QUEUE_MEMBER_COUNT' == Registered custom function 'QUEUE_MEMBER_LIST' == Registered custom function 'QUEUE_WAITING_COUNT' == Registered custom function 'QUEUE_MEMBER_PENALTY' app_queue.so => (True Call Queueing) == Parsing '/etc/asterisk/cli_permissions.conf': == Found Asterisk Ready. == Parsing '/etc/asterisk/cli.conf': == Found *CLI>

By the way, what is the difference between Asterisk 1.8 and Asterisk 10?
Take care.