Installation issue with RHEL 6

I have a FreePBX 12.0.76 with Asterisk 13.5.0 installed
on RHEL6, more specifically Red Hat Enterprise Linux Server release
6.7.
This is not a distro. While trying to install the RPMs for
commercial modules I receive this error from yum.Error: Cannot
retrieve repository metadata (repomd.xml) for repository:
schmooze-commercial. Please verify its path and try again.
This is what yum is telling me about the repo.

repo: schmooze-commercial

[schmooze-commercial]
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/6Server
baseurl =
cache = 0
cachedir = /var/cache/yum/x86_64/6Server/schmooze-commercial
cost = 1000
enabled = True
enablegroups = True
exclude =
failovermethod = priority
gpgcadir = /var/lib/yum/repos/x86_64/6Server/schmooze-commercial/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/6Server/schmooze-commercial/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/6Server/schmooze-commercial/headers
http_caching = all
includepkgs =
keepalive = True
mdpolicy = group:primary
mediaid =
metadata_expire = 21600
metalink =
mirrorlist = Xhttp://mirrorlist.schmoozecom.net/?release=6Server&arch=x86_64&repo=schmooze-commercial (the X does not belong, had to change to add)
mirrorlist_expire = 86400
name = schmooze-commercial
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/6Server/schmooze-commercial
pkgdir = /var/cache/yum/x86_64/6Server/schmooze-commercial/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 10
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 30.0
username =

Try setting the release to ‘6.6’, not ‘6Server’

That did the trick, thanks.