Whoops, forgot one last step and noticed mod_shout didn’t auto-install. This is a full install now 😊
Re-posting the install instructions below, with a few clean-ups as well.
I added step 4 and step 5 below. Step 5 is temporary because mod_shout doesn’t ship with the latest FreeSWITCH so is a workaround for now. This will give you a 100% fully working system, guaranteed.
To be sure I’m not crazy or missing anything, I wiped the box and re-did the below. With copy/paste I started at . Then logged into the GUI, added a user, a device, clicked the “Main Number” tab (which initializes feature codes), then registered a phone and dialed *97 plus extension 1000 (the default extension). It let me setup greetings, played prompts, etc.
I’ve also added my complete log, including a timed run of how long it takes to set everything up, register a phone and make your first call to voicemail, so you can see that it only takes ~9 minutes to do all this, and also you can compare your output with my results. Let me know if I’ve missed anything.
To Install Kazoo as a single server, do this (I just did this on linode):
Step 1: Install Kazoo Repos
yum -y install
https://packages.2600hz.com/centos/7/stable/2600hz-release/4.0/2600hz-release-4.0-3.el7.centos.noarch.rpm
Step 2: Install Kazoo
yum -y install kazoo httpd
That auto-installs about 227 packages.
Step 3: Tell Kamailio about FreeSWITCH
Edit /etc/kazoo/kamailio/dbtext/dispatcher and add:
:1:sip\:45.56.89.65\:11000:0:0::
li891-65.members.linode.com
Replace 45.56.89.65 above with your IP (that was my test IP)
Step 4: Tell Kamailio about it’s own IP address
Edit /etc/kazoo/kamailio/local.cfg and change any occurrence of 127.0.0.1 to the IP of the local box
Step 5 (TEMPORARY): Install FreeSWITCH 1.6 mod_shout RPM
rpm -ivh --nodeps
http://download.opensuse.org/repositories/network:/telephony:/freeswitch/openSUSE_Tumbleweed/x86_64/freeswitch-format-mod-shout-1.6.17-1.10.x86_64.rpm
Step 6: Start services.
# NOTE: Kazoo-applications does a bunch of database initialization on it’s first start, so don’t interrupt it – give it 90 seconds to initialize before starting the rest of the apps on the system
service rsyslog restart ; service kazoo-bigcouch start ; service kazoo-haproxy start ; service kazoo-rabbitmq start ; sleep 5 ; service kazoo-applications start ; echo "Pausing for 90 seconds..." ; sleep 90 ; service kazoo-ecallmgr start ; service kazoo-freeswitch start ; service httpd start ; service kazoo-kamailio start ; echo "Sleeping 30 more seconds…" ; sleep 30 ; echo "All apps should be up now."
Step 7: Make sure services are up
kazoo-applications status
(Compare your output to mine below)
Step 8: Tell Kazoo about FreeSWITCH
sup -necallmgr ecallmgr_maintenance add_fs_node
frees...@li891-65.members.linode.com<mailto:
frees...@li891-65.members.linode.com>
Step 9: Import English sound prompts
sup kazoo_media_maintenance import_prompts /opt/kazoo/sounds/en/us/ en-us
Step 10: Create master admin account
sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
^^ This command has terrible validation, please make sure to not use special characters – the only special characters are the realm (second argument)
Step 11: Set the API URL in the GUI
Edit /var/www/html/monster-ui/js/config.js and replace the “localhost” word with your hostname (DNS name)
Step 12: Initialize installed GUI apps
sup crossbar_maintenance init_apps /var/www/html/monster-ui/apps/
You’re done – go to
http://your.server.ip/monster-ui and you should be able to login with “admin, “pass1234”, “admin” as listed above. Replace with your own creds.
This is of course a non-redundant setup and is the easiest route, but should be fully functional including making calls between phones.
Here’s my output from just a few minutes ago:
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
failed to validate account properties(error): '"schema accounts not found."'
failed
[root@li891-65 ~]# tail -f /var/log/kazoo/kazoo.log
May 20 03:19:12 li891-65 2600hz[6281]: |
sup_...@li891-65.members.linode.com|crossbar_maintenance:405 (<0.2258.0>) crashed creating account: error: {badmatch,{error,<<"schema accounts not found.">>}}
May 20 03:19:12 li891-65 2600hz[6281]: |
sup_...@li891-65.members.linode.com|kz_util:171 (<0.2258.0>) stacktrace:
May 20 03:19:12 li891-65 2600hz[6281]: |
sup_...@li891-65.members.linode.com|kz_util:185 (<0.2258.0>) st: crossbar_maintenance:create_account/4 at (385)
May 20 03:19:12 li891-65 2600hz[6281]: |
sup_...@li891-65.members.linode.com|kz_util:185 (<0.2258.0>) st: sup:in_kazoo/4 at (96)
May 20 03:19:12 li891-65 2600hz[6281]: |
sup_...@li891-65.members.linode.com|kz_util:185 (<0.2258.0>) st: rpc:-handle_call_call/6-fun-0-/5 at (206)
May 20 03:19:12 li891-65 2600hz[6281]: |
sup_...@li891-65.members.linode.com|sup:97 (<0.2258.0>) sup result: failed
May 20 03:19:12 li891-65 2600hz[6281]: |60431064-d57f-4135-b68c-40ea430d9b53|kz_nodes:563 (<0.1157.0>) VM
sup_...@li891-65.members.linode.com is no longer connected:
May 20 03:19:12 li891-65 2600hz[6281]: |60431064-d57f-4135-b68c-40ea430d9b53|kz_nodes:564 (<0.1157.0>) nodedown_reason: connection_closed
May 20 03:19:12 li891-65 2600hz[6281]: |60431064-d57f-4135-b68c-40ea430d9b53|kz_nodes:564 (<0.1157.0>) node_type: hidden
May 20 03:19:12 li891-65 2600hz[6281]: |0000000000|Undefined:Undefined (emulator) Error in process <0.2267.0> on node '
kazoo...@li891-65.members.linode.com' with exit value:#012{{badmatch,{error,no_accounts}},[{teletype_system_alert,process_req,1,[{file,"src/templates/teletype_system_alert.erl"},{line,121}]}]}
^Z
[1]+ Stopped tail -f /var/log/kazoo/kazoo.log
[root@li891-65 ~]# bg
[1]+ tail -f /var/log/kazoo/kazoo.log &
[root@li891-65 ~]#
[root@li891-65 ~]# fg
tail -f /var/log/kazoo/kazoo.log
^C
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]# Connection to 45.56.89.65 closed by remote host.
Connection to 45.56.89.65 closed.
real 6m12.075s
user 0m0.256s
sys 0m0.492s
dschreiber@darren:~$ vim /home/dschreiber/.ssh/known_hosts
dschreiber@darren:~$ clear ; date
Fri May 19 20:22:00 PDT 2017
dschreiber@darren:~$ time ssh
ro...@45.56.89.65
The authenticity of host '45.56.89.65 (45.56.89.65)' can't be established.
ECDSA key fingerprint is bc:14:5f:a2:74:b5:45:75:3f:df:1f:29:ec:55:59:40.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '45.56.89.65' (ECDSA) to the list of known hosts.
ro...@45.56.89.65's password:
[root@li891-65 ~]# yum -y install
https://packages.2600hz.com/centos/7/stable/2600hz-release/4.0/2600hz-release-4.0-3.el7.centos.noarch.rpm
Loaded plugins: fastestmirror
2600hz-release-4.0-3.el7.centos.noarch.rpm | 11 kB 00:00:00
Examining /var/tmp/yum-root-NUkmIc/2600hz-release-4.0-3.el7.centos.noarch.rpm: 2600hz-release-4.0-3.el7.centos.noarch
Marking /var/tmp/yum-root-NUkmIc/2600hz-release-4.0-3.el7.centos.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package 2600hz-release.noarch 0:4.0-3.el7.centos will be installed
--> Processing Dependency: epel-release for package: 2600hz-release-4.0-3.el7.centos.noarch
base | 3.6 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/4): base/7/x86_64/group_gz | 155 kB 00:00:00
(2/4): extras/7/x86_64/primary_db | 151 kB 00:00:00
(3/4): updates/7/x86_64/primary_db | 4.8 MB 00:00:00
(4/4): base/7/x86_64/primary_db | 5.6 MB 00:00:00
Determining fastest mirrors
* base:
mirrors.linode.com
* extras:
mirrors.linode.com
* updates:
mirrors.linode.com
--> Running transaction check
---> Package epel-release.noarch 0:7-9 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
===================================================================================================================================================================================================================
Package Arch Version Repository Size
===================================================================================================================================================================================================================
Installing:
2600hz-release noarch 4.0-3.el7.centos /2600hz-release-4.0-3.el7.centos.noarch 22 k
Installing for dependencies:
epel-release noarch 7-9 extras 14 k
Transaction Summary
===================================================================================================================================================================================================================
Install 1 Package (+1 Dependent package)
Total size: 36 k
Total download size: 14 k
Installed size: 46 k
Downloading packages:
epel-release-7-9.noarch.rpm | 14 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : epel-release-7-9.noarch 1/2
Installing : 2600hz-release-4.0-3.el7.centos.noarch 2/2
Verifying : 2600hz-release-4.0-3.el7.centos.noarch 1/2
Verifying : epel-release-7-9.noarch 2/2
Installed:
2600hz-release.noarch 0:4.0-3.el7.centos
Dependency Installed:
epel-release.noarch 0:7-9
Complete!
[root@li891-65 ~]# yum -y install kazoo httpd
Loaded plugins: fastestmirror
2600hz-stable | 2.9 kB 00:00:00
epel/x86_64/metalink | 13 kB 00:00:00
epel | 4.3 kB 00:00:00
freeswitch | 951 B 00:00:00
epel/x86_64/primary_db FAILED
http://mirror.sfo12.us.leaseweb.net/epel/7/x86_64/repodata/f6f00606c931914c2036896daf1307874a79ffdd1aa3009d3c8a525751a53d4a-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found0.0 B/s | 0 B --:--:-- ETA
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on
https://bugs.centos.org/
(1/4): epel/x86_64/group_gz | 170 kB 00:00:00
(2/4): 2600hz-stable/7/primary_db | 2.0 MB 00:00:01
(3/4): epel/x86_64/updateinfo | 797 kB 00:00:01
(4/4): epel/x86_64/primary_db | 4.7 MB 00:00:02
freeswitch/7/x86_64/primary | 325 kB 00:00:00
Loading mirror speeds from cached hostfile
* base:
mirrors.linode.com
* epel:
mirror.sjc02.svwh.net
* extras:
mirrors.linode.com
* updates:
mirrors.linode.com
freeswitch 1530/1530
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.4.6-45.el7.centos.4 will be installed
--> Processing Dependency: httpd-tools = 2.4.6-45.el7.centos.4 for package: httpd-2.4.6-45.el7.centos.4.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-45.el7.centos.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-45.el7.centos.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-45.el7.centos.4.x86_64
---> Package kazoo.noarch 0:4.0-6.el7.centos will be installed
--> Processing Dependency: kazoo-applications = 4.0-6.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Processing Dependency: monster-ui = 4.0-5.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-rabbitmq = 4.0-4.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-kamailio = 4.0-4.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-freeswitch = 4.0-4.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-bigcouch = 4.0-4.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-haproxy = 4.0-3.el7.centos for package: kazoo-4.0-6.el7.centos.noarch
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package httpd-tools.x86_64 0:2.4.6-45.el7.centos.4 will be installed
---> Package kazoo-applications.noarch 0:4.0-6.el7.centos will be installed
--> Processing Dependency: kazoo-application-hangups = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-cdr = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-trunkstore = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-core-fr-ca = 4.0-1.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-call_inspector = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-conference = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-configs-core = 4.0-14.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-core-en-us = 4.0-1.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-registrar = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-webhooks = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-core-es-es = 4.0-1.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-stepswitch = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-fax = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-media_mgr = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-tasks = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-hotornot = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-milliwatt = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-core = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-teletype = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-crossbar = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-core-ru-ru = 4.0-1.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-sysconf = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-callflow = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-reorder = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-notify = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-pivot = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-omnipresence = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-blackhole = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-ecallmgr = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
--> Processing Dependency: kazoo-application-acdc = 4.0-51.el7.centos for package: kazoo-applications-4.0-6.el7.centos.noarch
---> Package kazoo-bigcouch.noarch 0:4.0-4.el7.centos will be installed
--> Processing Dependency: kazoo-configs-bigcouch = 4.0-14.el7.centos for package: kazoo-bigcouch-4.0-4.el7.centos.noarch
--> Processing Dependency: bigcouch-unofficial = 0.4-2b.el7.centos for package: kazoo-bigcouch-4.0-4.el7.centos.noarch
---> Package kazoo-freeswitch.noarch 0:4.0-4.el7.centos will be installed
--> Processing Dependency: freeswitch-codec-passthru-amr = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: kazoo-configs-freeswitch = 4.0-14.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-kazoo = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-format-local-stream = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-asrtts-flite = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-codec-siren = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-codec-ilbc = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-application-http-cache = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-codec-passthru-g723_1 = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-lang-en = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-codec-h26x = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-codec-passthru-amrwb = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-freeswitch-music-8000 = 4.0-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-application-conference = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-format-tone-stream = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: freeswitch-codec-opus = 1.6.17-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-freeswitch-ru-ru = 4.0-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-freeswitch-en-us = 4.0-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
--> Processing Dependency: kazoo-sounds-freeswitch-fr-ca = 4.0-1.el7.centos for package: kazoo-freeswitch-4.0-4.el7.centos.noarch
---> Package kazoo-haproxy.noarch 0:4.0-3.el7.centos will be installed
--> Processing Dependency: kazoo-configs-haproxy = 4.0-13.el7.centos for package: kazoo-haproxy-4.0-3.el7.centos.noarch
--> Processing Dependency: haproxy for package: kazoo-haproxy-4.0-3.el7.centos.noarch
--> Processing Dependency: nc for package: kazoo-haproxy-4.0-3.el7.centos.noarch
---> Package kazoo-kamailio.noarch 0:4.0-4.el7.centos will be installed
--> Processing Dependency: kamailio-tls = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kamailio-kazoo = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kamailio-websocket = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kamailio-presence = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kamailio-outbound = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kamailio = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kazoo-configs-kamailio = 4.0-14.el7.centos for package: kazoo-kamailio-4.0-4.el7.centos.noarch
--> Processing Dependency: kamailio-uuid = 4.4.4-7.1 for package: kazoo-kamailio-4.0-4.el7.centos.noarch
---> Package kazoo-rabbitmq.noarch 0:4.0-4.el7.centos will be installed
--> Processing Dependency: kazoo-configs-rabbitmq = 4.0-14.el7.centos for package: kazoo-rabbitmq-4.0-4.el7.centos.noarch
--> Processing Dependency: rabbitmq-server for package: kazoo-rabbitmq-4.0-4.el7.centos.noarch
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
---> Package monster-ui.noarch 0:4.0-5.el7.centos will be installed
--> Processing Dependency: monster-ui-application-webhooks = 4.0-3.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-pbxs = 4.0-5.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-voicemails = 4.0-3.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-voip = 4.0-15.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-core = 4.0-31.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-accounts = 4.0-3.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-fax = 4.0-2.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-numbers = 4.0-1.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Processing Dependency: monster-ui-application-callflows = 4.0-15.el7.centos for package: monster-ui-4.0-5.el7.centos.noarch
--> Running transaction check
---> Package bigcouch-unofficial.x86_64 0:0.4-2b.el7.centos will be installed
--> Processing Dependency: js for package: bigcouch-unofficial-0.4-2b.el7.centos.x86_64
--> Processing Dependency: libicu for package: bigcouch-unofficial-0.4-2b.el7.centos.x86_64
--> Processing Dependency: libmozjs185.so.1.0()(64bit) for package: bigcouch-unofficial-0.4-2b.el7.centos.x86_64
--> Processing Dependency: libicui18n.so.50()(64bit) for package: bigcouch-unofficial-0.4-2b.el7.centos.x86_64
--> Processing Dependency: libicuuc.so.50()(64bit) for package: bigcouch-unofficial-0.4-2b.el7.centos.x86_64
--> Processing Dependency: libicudata.so.50()(64bit) for package: bigcouch-unofficial-0.4-2b.el7.centos.x86_64
---> Package freeswitch.x86_64 0:1.6.17-1.el7.centos will be installed
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libjpeg for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: speex for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: db4 for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libvorbis for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libtheora for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libogg for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: unixODBC for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libtiff for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libsndfile for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libsndfile.so.1()(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libodbc.so.2()(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libspeexdsp.so.1()(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libpq.so.5()(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libspeex.so.1()(64bit) for package: freeswitch-1.6.17-1.el7.centos.x86_64
---> Package freeswitch-application-conference.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-application-http-cache.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-asrtts-flite.x86_64 0:1.6.17-1.el7.centos will be installed
--> Processing Dependency: libflite_cmu_indic_lex.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_us_kal16.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_usenglish.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_time_awb.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_grapheme_lang.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_indic_lang.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_us_rms.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmulex.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_us_awb.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_grapheme_lex.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_us_slt.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libflite_cmu_us_kal.so.1()(64bit) for package: freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64
---> Package freeswitch-codec-h26x.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-codec-ilbc.x86_64 0:1.6.17-1.el7.centos will be installed
--> Processing Dependency: ilbc2 for package: freeswitch-codec-ilbc-1.6.17-1.el7.centos.x86_64
--> Processing Dependency: libilbc.so.0()(64bit) for package: freeswitch-codec-ilbc-1.6.17-1.el7.centos.x86_64
---> Package freeswitch-codec-opus.x86_64 0:1.6.17-1.el7.centos will be installed
--> Processing Dependency: libopus.so.0()(64bit) for package: freeswitch-codec-opus-1.6.17-1.el7.centos.x86_64
---> Package freeswitch-codec-passthru-amr.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-codec-passthru-amrwb.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-codec-passthru-g723_1.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-codec-siren.x86_64 0:1.6.17-1.el7.centos will be installed
--> Processing Dependency: libg722_1.so.0()(64bit) for package: freeswitch-codec-siren-1.6.17-1.el7.centos.x86_64
---> Package freeswitch-format-local-stream.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-format-tone-stream.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package freeswitch-kazoo.x86_64 0:1.6.17-1.el7.centos will be installed
--> Processing Dependency: erlang for package: freeswitch-kazoo-1.6.17-1.el7.centos.x86_64
---> Package freeswitch-lang-en.x86_64 0:1.6.17-1.el7.centos will be installed
---> Package haproxy.x86_64 0:1.5.18-3.el7_3.1 will be installed
---> Package kamailio.x86_64 0:4.4.4-7.1 will be installed
---> Package kamailio-kazoo.x86_64 0:4.4.4-7.1 will be installed
--> Processing Dependency: libevent for package: kamailio-kazoo-4.4.4-7.1.x86_64
--> Processing Dependency: librabbitmq for package: kamailio-kazoo-4.4.4-7.1.x86_64
--> Processing Dependency: librabbitmq.so.1()(64bit) for package: kamailio-kazoo-4.4.4-7.1.x86_64
--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: kamailio-kazoo-4.4.4-7.1.x86_64
---> Package kamailio-outbound.x86_64 0:4.4.4-7.1 will be installed
---> Package kamailio-presence.x86_64 0:4.4.4-7.1 will be installed
---> Package kamailio-tls.x86_64 0:4.4.4-7.1 will be installed
---> Package kamailio-uuid.x86_64 0:4.4.4-7.1 will be installed
---> Package kamailio-websocket.x86_64 0:4.4.4-7.1 will be installed
---> Package kazoo-application-acdc.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-blackhole.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-call_inspector.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-callflow.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-cdr.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-conference.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-crossbar.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-ecallmgr.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-fax.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-hangups.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-hotornot.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-media_mgr.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-milliwatt.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-notify.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-omnipresence.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-pivot.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-registrar.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-reorder.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-stepswitch.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-sysconf.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-tasks.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-teletype.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-trunkstore.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-application-webhooks.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-configs-bigcouch.noarch 0:4.0-14.el7.centos will be installed
---> Package kazoo-configs-core.noarch 0:4.0-14.el7.centos will be installed
---> Package kazoo-configs-freeswitch.noarch 0:4.0-14.el7.centos will be installed
---> Package kazoo-configs-haproxy.noarch 0:4.0-13.el7.centos will be installed
---> Package kazoo-configs-kamailio.noarch 0:4.0-14.el7.centos will be installed
---> Package kazoo-configs-rabbitmq.noarch 0:4.0-14.el7.centos will be installed
---> Package kazoo-core.x86_64 0:4.0-51.el7.centos will be installed
---> Package kazoo-sounds-core-en-us.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-core-es-es.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-core-fr-ca.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-core-ru-ru.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-freeswitch-en-us.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-freeswitch-fr-ca.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-freeswitch-music-8000.noarch 0:4.0-1.el7.centos will be installed
---> Package kazoo-sounds-freeswitch-ru-ru.noarch 0:4.0-1.el7.centos will be installed
---> Package monster-ui-application-accounts.noarch 0:4.0-3.el7.centos will be installed
---> Package monster-ui-application-callflows.noarch 0:4.0-15.el7.centos will be installed
---> Package monster-ui-application-fax.noarch 0:4.0-2.el7.centos will be installed
---> Package monster-ui-application-numbers.noarch 0:4.0-1.el7.centos will be installed
---> Package monster-ui-application-pbxs.noarch 0:4.0-5.el7.centos will be installed
---> Package monster-ui-application-voicemails.noarch 0:4.0-3.el7.centos will be installed
---> Package monster-ui-application-voip.noarch 0:4.0-15.el7.centos will be installed
---> Package monster-ui-application-webhooks.noarch 0:4.0-3.el7.centos will be installed
---> Package monster-ui-core.noarch 0:4.0-31.el7.centos will be installed
---> Package nmap-ncat.x86_64 2:6.40-7.el7 will be installed
---> Package rabbitmq-server.noarch 0:3.3.5-34.el7 will be installed
--> Processing Dependency: erlang-xmerl >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-tools >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-stdlib >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-ssl >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-sasl >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-public_key >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-os_mon >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-mnesia >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-kernel >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-erts >= R12B-3 for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Processing Dependency: erlang-sd_notify for package: rabbitmq-server-3.3.5-34.el7.noarch
--> Running transaction check
---> Package erlang.x86_64 0:R16B-03.18.el7 will be installed
--> Processing Dependency: erlang-wx(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-webtool(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-typer(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-tv(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-toolbar(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-test_server(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-syntax_tools(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-ssh(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-snmp(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-runtime_tools(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-reltool(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-pman(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-percept(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-parsetools(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-otp_mibs(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-orber(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-odbc(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-observer(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-megaco(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-jinterface(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-inets(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-ic(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-hipe(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-gs(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-examples(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-eunit(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-et(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-erl_interface(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-erl_docgen(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-eldap(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-edoc(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-diameter(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-dialyzer(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-debugger(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-crypto(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosTransactions(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosTime(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosProperty(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosNotification(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosFileTransfer(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosEventDomain(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-cosEvent(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-compiler(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-common_test(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-asn1(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
--> Processing Dependency: erlang-appmon(x86-64) = R16B-03.18.el7 for package: erlang-R16B-03.18.el7.x86_64
---> Package erlang-erts.x86_64 0:R16B-03.18.el7 will be installed
--> Processing Dependency: lksctp-tools for package: erlang-erts-R16B-03.18.el7.x86_64
---> Package erlang-kernel.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-mnesia.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-os_mon.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-public_key.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-sasl.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-sd_notify.x86_64 0:0.1-1.el7 will be installed
---> Package erlang-ssl.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-stdlib.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-tools.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-xmerl.x86_64 0:R16B-03.18.el7 will be installed
---> Package flite.x86_64 0:2.0.0-0.el7.centos will be installed
---> Package g722_1.x86_64 0:0.2.0-1.el7.centos will be installed
---> Package ilbc2.x86_64 0:0.0.1-1.el7.centos will be installed
---> Package js.x86_64 1:1.8.5-19.el7 will be installed
---> Package libdb4.x86_64 0:4.8.30-13.el7 will be installed
---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed
---> Package libicu.x86_64 0:50.1.2-15.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
---> Package librabbitmq.x86_64 0:0.5.2-1.el7 will be installed
---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed
--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-27.el7_3.x86_64
---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
---> Package opus.x86_64 0:1.1-1.el7.centos will be installed
---> Package postgresql-libs.x86_64 0:9.2.18-1.el7 will be installed
---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed
---> Package unixODBC.x86_64 0:2.3.1-11.el7 will be installed
--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.1-11.el7.x86_64
--> Running transaction check
---> Package erlang-appmon.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-asn1.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-common_test.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-compiler.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosEvent.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosEventDomain.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosFileTransfer.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosNotification.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosProperty.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosTime.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-cosTransactions.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-crypto.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-debugger.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-dialyzer.x86_64 0:R16B-03.18.el7 will be installed
--> Processing Dependency: graphviz for package: erlang-dialyzer-R16B-03.18.el7.x86_64
---> Package erlang-diameter.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-edoc.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-eldap.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-erl_docgen.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-erl_interface.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-et.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-eunit.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-examples.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-gs.x86_64 0:R16B-03.18.el7 will be installed
--> Processing Dependency: tk for package: erlang-gs-R16B-03.18.el7.x86_64
---> Package erlang-hipe.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-ic.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-inets.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-jinterface.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-megaco.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-observer.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-odbc.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-orber.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-otp_mibs.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-parsetools.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-percept.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-pman.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-reltool.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-runtime_tools.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-snmp.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-ssh.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-syntax_tools.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-test_server.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-toolbar.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-tv.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-typer.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-webtool.x86_64 0:R16B-03.18.el7 will be installed
---> Package erlang-wx.x86_64 0:R16B-03.18.el7 will be installed
--> Processing Dependency: mesa-libGLU for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: mesa-libGL for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_html-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8.5)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_baseu-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_html-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_core-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_baseu_xml-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libwx_baseu-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libGLU.so.1()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: erlang-wx-R16B-03.18.el7.x86_64
---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
--> Running transaction check
---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed
--> Processing Dependency: urw-fonts for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: librsvg-2.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libgs.so.9()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libfontconfig.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libXt.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libXpm.so.4()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libSM.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
---> Package mesa-libGL.x86_64 0:11.2.2-2.20160614.el7 will be installed
--> Processing Dependency: mesa-libglapi = 11.2.2-2.20160614.el7 for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-xfixes.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-sync.so.1()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-shape.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-render.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-randr.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-present.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-glx.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-dri3.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libxcb-dri2.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
---> Package tk.x86_64 1:8.5.13-6.el7 will be installed
--> Processing Dependency: tcl = 1:8.5.13 for package: 1:tk-8.5.13-6.el7.x86_64
--> Processing Dependency: tcl >= 1:8.5.13-5 for package: 1:tk-8.5.13-6.el7.x86_64
--> Processing Dependency:
libtcl8.5.so()(64bit) for package: 1:tk-8.5.13-6.el7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: 1:tk-8.5.13-6.el7.x86_64
---> Package wxBase.x86_64 0:2.8.12-20.el7 will be installed
---> Package wxGTK.x86_64 0:2.8.12-20.el7 will be installed
--> Processing Dependency: libXinerama.so.1()(64bit) for package: wxGTK-2.8.12-20.el7.x86_64
--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: wxGTK-2.8.12-20.el7.x86_64
---> Package wxGTK-gl.x86_64 0:2.8.12-20.el7 will be installed
--> Running transaction check
---> Package SDL.x86_64 0:1.2.15-14.el7 will be installed
---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
---> Package fontconfig.x86_64 0:2.10.95-10.el7 will be installed
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-10.el7.x86_64
---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
---> Package ghostscript.x86_64 0:9.07-20.el7_3.5 will be installed
--> Processing Dependency: poppler-data for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-20.el7_3.5.x86_64
---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libX11.x86_64 0:1.6.3-3.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.3-3.el7 for package: libX11-1.6.3-3.el7.x86_64
---> Package libXaw.x86_64 0:1.0.12-5.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed
---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
---> Package mesa-libglapi.x86_64 0:11.2.2-2.20160614.el7 will be installed
---> Package pango.x86_64 0:1.36.8-2.el7 will be installed
--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
---> Package tcl.x86_64 1:8.5.13-8.el7 will be installed
---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
--> Processing Dependency: xorg-x11-font-utils for package: urw-fonts-2.4-16.el7.noarch
--> Running transaction check
---> Package cups-libs.x86_64 1:1.6.3-26.el7 will be installed
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-26.el7.x86_64
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-26.el7.x86_64
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64
---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
---> Package jasper-libs.x86_64 0:1.900.1-30.el7_3 will be installed
---> Package lcms2.x86_64 0:2.6-3.el7 will be installed
---> Package libX11-common.noarch 0:1.6.3-3.el7 will be installed
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package mesa-libEGL.x86_64 0:11.2.2-2.20160614.el7 will be installed
--> Processing Dependency: mesa-libgbm = 11.2.2-2.20160614.el7 for package: mesa-libEGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-11.2.2-2.20160614.el7.x86_64
---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Running transaction check
---> Package avahi-libs.x86_64 0:0.6.31-17.el7 will be installed
---> Package graphite2.x86_64 0:1.3.6-1.el7_2 will be installed
---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed
---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed
---> Package mesa-libgbm.x86_64 0:11.2.2-2.20160614.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
===================================================================================================================================================================================================================
Package Arch Version Repository Size
===================================================================================================================================================================================================================
Installing:
httpd x86_64 2.4.6-45.el7.centos.4 updates 2.7 M
kazoo noarch 4.0-6.el7.centos 2600hz-stable 1.8 k
Installing for dependencies:
SDL x86_64 1.2.15-14.el7 base 204 k
apr x86_64 1.4.8-3.el7 base 103 k
apr-util x86_64 1.5.2-6.el7 base 92 k
atk x86_64 2.14.0-1.el7 base 251 k
avahi-libs x86_64 0.6.31-17.el7 base 61 k
bigcouch-unofficial x86_64 0.4-2b.el7.centos 2600hz-stable 18 M
cairo x86_64 1.14.2-1.el7 base 711 k
cups-libs x86_64 1:1.6.3-26.el7 base 356 k
erlang x86_64 R16B-03.18.el7 epel 31 k
erlang-appmon x86_64 R16B-03.18.el7 epel 139 k
erlang-asn1 x86_64 R16B-03.18.el7 epel 758 k
erlang-common_test x86_64 R16B-03.18.el7 epel 720 k
erlang-compiler x86_64 R16B-03.18.el7 epel 1.0 M
erlang-cosEvent x86_64 R16B-03.18.el7 epel 156 k
erlang-cosEventDomain x86_64 R16B-03.18.el7 epel 121 k
erlang-cosFileTransfer x86_64 R16B-03.18.el7 epel 175 k
erlang-cosNotification x86_64 R16B-03.18.el7 epel 739 k
erlang-cosProperty x86_64 R16B-03.18.el7 epel 168 k
erlang-cosTime x86_64 R16B-03.18.el7 epel 113 k
erlang-cosTransactions x86_64 R16B-03.18.el7 epel 173 k
erlang-crypto x86_64 R16B-03.18.el7 epel 86 k
erlang-debugger x86_64 R16B-03.18.el7 epel 547 k
erlang-dialyzer x86_64 R16B-03.18.el7 epel 656 k
erlang-diameter x86_64 R16B-03.18.el7 epel 657 k
erlang-edoc x86_64 R16B-03.18.el7 epel 321 k
erlang-eldap x86_64 R16B-03.18.el7 epel 103 k
erlang-erl_docgen x86_64 R16B-03.18.el7 epel 154 k
erlang-erl_interface x86_64 R16B-03.18.el7 epel 186 k
erlang-erts x86_64 R16B-03.18.el7 epel 2.5 M
erlang-et x86_64 R16B-03.18.el7 epel 225 k
erlang-eunit x86_64 R16B-03.18.el7 epel 153 k
erlang-examples x86_64 R16B-03.18.el7 epel 1.1 M
erlang-gs x86_64 R16B-03.18.el7 epel 628 k
erlang-hipe x86_64 R16B-03.18.el7 epel 2.4 M
erlang-ic x86_64 R16B-03.18.el7 epel 885 k
erlang-inets x86_64 R16B-03.18.el7 epel 800 k
erlang-jinterface x86_64 R16B-03.18.el7 epel 101 k
erlang-kernel x86_64 R16B-03.18.el7 epel 1.1 M
erlang-megaco x86_64 R16B-03.18.el7 epel 5.5 M
erlang-mnesia x86_64 R16B-03.18.el7 epel 700 k
erlang-observer x86_64 R16B-03.18.el7 epel 558 k
erlang-odbc x86_64 R16B-03.18.el7 epel 69 k
erlang-orber x86_64 R16B-03.18.el7 epel 947 k
erlang-os_mon x86_64 R16B-03.18.el7 epel 115 k
erlang-otp_mibs x86_64 R16B-03.18.el7 epel 32 k
erlang-parsetools x86_64 R16B-03.18.el7 epel 179 k
erlang-percept x86_64 R16B-03.18.el7 epel 151 k
erlang-pman x86_64 R16B-03.18.el7 epel 113 k
erlang-public_key x86_64 R16B-03.18.el7 epel 538 k
erlang-reltool x86_64 R16B-03.18.el7 epel 360 k
erlang-runtime_tools x86_64 R16B-03.18.el7 epel 179 k
erlang-sasl x86_64 R16B-03.18.el7 epel 293 k
erlang-sd_notify x86_64 0.1-1.el7 epel 9.1 k
erlang-snmp x86_64 R16B-03.18.el7 epel 1.5 M
erlang-ssh x86_64 R16B-03.18.el7 epel 394 k
erlang-ssl x86_64 R16B-03.18.el7 epel 588 k
erlang-stdlib x86_64 R16B-03.18.el7 epel 2.2 M
erlang-syntax_tools x86_64 R16B-03.18.el7 epel 336 k
erlang-test_server x86_64 R16B-03.18.el7 epel 282 k
erlang-toolbar x86_64 R16B-03.18.el7 epel 55 k
erlang-tools x86_64 R16B-03.18.el7 epel 566 k
erlang-tv x86_64 R16B-03.18.el7 epel 397 k
erlang-typer x86_64 R16B-03.18.el7 epel 67 k
erlang-webtool x86_64 R16B-03.18.el7 epel 51 k
erlang-wx x86_64 R16B-03.18.el7 epel 2.9 M
erlang-xmerl x86_64 R16B-03.18.el7 epel 998 k
flac-libs x86_64 1.3.0-5.el7_1 base 169 k
flite x86_64 2.0.0-0.el7.centos freeswitch 13 M
fontconfig x86_64 2.10.95-10.el7 base 229 k
fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
freeswitch x86_64 1.6.17-1.el7.centos freeswitch 3.9 M
freeswitch-application-conference x86_64 1.6.17-1.el7.centos freeswitch 125 k
freeswitch-application-http-cache x86_64 1.6.17-1.el7.centos freeswitch 30 k
freeswitch-asrtts-flite x86_64 1.6.17-1.el7.centos freeswitch 14 k
freeswitch-codec-h26x x86_64 1.6.17-1.el7.centos freeswitch 13 k
freeswitch-codec-ilbc x86_64 1.6.17-1.el7.centos freeswitch 13 k
freeswitch-codec-opus x86_64 1.6.17-1.el7.centos freeswitch 26 k
freeswitch-codec-passthru-amr x86_64 1.6.17-1.el7.centos freeswitch 13 k
freeswitch-codec-passthru-amrwb x86_64 1.6.17-1.el7.centos freeswitch 13 k
freeswitch-codec-passthru-g723_1 x86_64 1.6.17-1.el7.centos freeswitch 13 k
freeswitch-codec-siren x86_64 1.6.17-1.el7.centos freeswitch 14 k
freeswitch-format-local-stream x86_64 1.6.17-1.el7.centos freeswitch 24 k
freeswitch-format-tone-stream x86_64 1.6.17-1.el7.centos freeswitch 14 k
freeswitch-kazoo x86_64 1.6.17-1.el7.centos freeswitch 79 k
freeswitch-lang-en x86_64 1.6.17-1.el7.centos freeswitch 26 k
g722_1 x86_64 0.2.0-1.el7.centos freeswitch 35 k
gd x86_64 2.0.35-26.el7 base 146 k
gdk-pixbuf2 x86_64 2.31.6-3.el7 base 559 k
ghostscript x86_64 9.07-20.el7_3.5 updates 4.3 M
ghostscript-fonts noarch 5.50-32.el7 base 324 k
graphite2 x86_64 1.3.6-1.el7_2 base 112 k
graphviz x86_64 2.30.1-19.el7 base 1.3 M
gsm x86_64 1.0.13-11.el7 base 30 k
gtk2 x86_64 2.24.28-8.el7 base 3.4 M
haproxy x86_64 1.5.18-3.el7_3.1 updates 833 k
harfbuzz x86_64 0.9.36-1.el7 base 156 k
hicolor-icon-theme noarch 0.12-7.el7 base 42 k
httpd-tools x86_64 2.4.6-45.el7.centos.4 updates 84 k
ilbc2 x86_64 0.0.1-1.el7.centos freeswitch 35 k
jasper-libs x86_64 1.900.1-30.el7_3 updates 150 k
jbigkit-libs x86_64 2.0-11.el7 base 46 k
js x86_64 1:1.8.5-19.el7 base 2.3 M
kamailio x86_64 4.4.4-7.1 2600hz-stable 5.2 M
kamailio-kazoo x86_64 4.4.4-7.1 2600hz-stable 123 k
kamailio-outbound x86_64 4.4.4-7.1 2600hz-stable 21 k
kamailio-presence x86_64 4.4.4-7.1 2600hz-stable 671 k
kamailio-tls x86_64 4.4.4-7.1 2600hz-stable 182 k
kamailio-uuid x86_64 4.4.4-7.1 2600hz-stable 9.0 k
kamailio-websocket x86_64 4.4.4-7.1 2600hz-stable 53 k
kazoo-application-acdc x86_64 4.0-51.el7.centos 2600hz-stable 780 k
kazoo-application-blackhole x86_64 4.0-51.el7.centos 2600hz-stable 221 k
kazoo-application-call_inspector x86_64 4.0-51.el7.centos 2600hz-stable 189 k
kazoo-application-callflow x86_64 4.0-51.el7.centos 2600hz-stable 1.2 M
kazoo-application-cdr x86_64 4.0-51.el7.centos 2600hz-stable 90 k
kazoo-application-conference x86_64 4.0-51.el7.centos 2600hz-stable 179 k
kazoo-application-crossbar x86_64 4.0-51.el7.centos 2600hz-stable 3.0 M
kazoo-application-ecallmgr x86_64 4.0-51.el7.centos 2600hz-stable 1.4 M
kazoo-application-fax x86_64 4.0-51.el7.centos 2600hz-stable 403 k
kazoo-application-hangups x86_64 4.0-51.el7.centos 2600hz-stable 103 k
kazoo-application-hotornot x86_64 4.0-51.el7.centos 2600hz-stable 90 k
kazoo-application-media_mgr x86_64 4.0-51.el7.centos 2600hz-stable 46 k
kazoo-application-milliwatt x86_64 4.0-51.el7.centos 2600hz-stable 64 k
kazoo-application-notify x86_64 4.0-51.el7.centos 2600hz-stable 341 k
kazoo-application-omnipresence x86_64 4.0-51.el7.centos 2600hz-stable 192 k
kazoo-application-pivot x86_64 4.0-51.el7.centos 2600hz-stable 100 k
kazoo-application-registrar x86_64 4.0-51.el7.centos 2600hz-stable 120 k
kazoo-application-reorder x86_64 4.0-51.el7.centos 2600hz-stable 47 k
kazoo-application-stepswitch x86_64 4.0-51.el7.centos 2600hz-stable 441 k
kazoo-application-sysconf x86_64 4.0-51.el7.centos 2600hz-stable 93 k
kazoo-application-tasks x86_64 4.0-51.el7.centos 2600hz-stable 337 k
kazoo-application-teletype x86_64 4.0-51.el7.centos 2600hz-stable 607 k
kazoo-application-trunkstore x86_64 4.0-51.el7.centos 2600hz-stable 219 k
kazoo-application-webhooks x86_64 4.0-51.el7.centos 2600hz-stable 226 k
kazoo-applications noarch 4.0-6.el7.centos 2600hz-stable 3.1 k
kazoo-bigcouch noarch 4.0-4.el7.centos 2600hz-stable 1.9 k
kazoo-configs-bigcouch noarch 4.0-14.el7.centos 2600hz-stable 6.5 k
kazoo-configs-core noarch 4.0-14.el7.centos 2600hz-stable 7.7 k
kazoo-configs-freeswitch noarch 4.0-14.el7.centos 2600hz-stable 58 k
kazoo-configs-haproxy noarch 4.0-13.el7.centos 2600hz-stable 6.9 k
kazoo-configs-kamailio noarch 4.0-14.el7.centos 2600hz-stable 35 k
kazoo-configs-rabbitmq noarch 4.0-14.el7.centos 2600hz-stable 6.0 k
kazoo-core x86_64 4.0-51.el7.centos 2600hz-stable 23 M
kazoo-freeswitch noarch 4.0-4.el7.centos 2600hz-stable 2.8 k
kazoo-haproxy noarch 4.0-3.el7.centos 2600hz-stable 2.0 k
kazoo-kamailio noarch 4.0-4.el7.centos 2600hz-stable 2.1 k
kazoo-rabbitmq noarch 4.0-4.el7.centos 2600hz-stable 1.8 k
kazoo-sounds-core-en-us noarch 4.0-1.el7.centos 2600hz-stable 9.2 M
kazoo-sounds-core-es-es noarch 4.0-1.el7.centos 2600hz-stable 6.4 k
kazoo-sounds-core-fr-ca noarch 4.0-1.el7.centos 2600hz-stable 13 M
kazoo-sounds-core-ru-ru noarch 4.0-1.el7.centos 2600hz-stable 36 M
kazoo-sounds-freeswitch-en-us noarch 4.0-1.el7.centos 2600hz-stable 3.4 M
kazoo-sounds-freeswitch-fr-ca noarch 4.0-1.el7.centos 2600hz-stable 12 M
kazoo-sounds-freeswitch-music-8000 noarch 4.0-1.el7.centos 2600hz-stable 12 M
kazoo-sounds-freeswitch-ru-ru noarch 4.0-1.el7.centos 2600hz-stable 7.0 M
lcms2 x86_64 2.6-3.el7 base 150 k
libICE x86_64 1.0.9-2.el7 base 65 k
libSM x86_64 1.2.2-2.el7 base 39 k
libX11 x86_64 1.6.3-3.el7 base 606 k
libX11-common noarch 1.6.3-3.el7 base 162 k
libXau x86_64 1.0.8-2.1.el7 base 29 k
libXaw x86_64 1.0.12-5.el7 base 190 k
libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
libXcursor x86_64 1.1.14-2.1.el7 base 30 k
libXdamage x86_64 1.1.4-4.1.el7 base 20 k
libXext x86_64 1.3.3-3.el7 base 39 k
libXfixes x86_64 5.0.1-2.1.el7 base 18 k
libXfont x86_64 1.5.1-2.el7 base 150 k
libXft x86_64 2.3.2-2.el7 base 58 k
libXi x86_64 1.7.4-2.el7 base 40 k
libXinerama x86_64 1.1.3-2.1.el7 base 14 k
libXmu x86_64 1.1.2-2.el7 base 71 k
libXpm x86_64 3.5.11-3.el7 base 54 k
libXrandr x86_64 1.4.2-2.el7 base 26 k
libXrender x86_64 0.9.8-2.1.el7 base 25 k
libXt x86_64 1.1.4-6.1.el7 base 173 k
libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
libdb4 x86_64 4.8.30-13.el7 epel 607 k
libevent x86_64 2.0.21-4.el7 base 214 k
libfontenc x86_64 1.1.2-3.el7 base 30 k
libicu x86_64 50.1.2-15.el7 base 6.9 M
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libogg x86_64 2:1.3.0-7.el7 base 24 k
libpng x86_64 2:1.5.13-7.el7_2 base 213 k
librabbitmq x86_64 0.5.2-1.el7 epel 37 k
librsvg2 x86_64 2.39.0-1.el7 base 123 k
libsndfile x86_64 1.0.25-10.el7 base 149 k
libthai x86_64 0.1.14-9.el7 base 187 k
libtheora x86_64 1:1.1.1-8.el7 base 136 k
libtiff x86_64 4.0.3-27.el7_3 updates 170 k
libtool-ltdl x86_64 2.4.2-22.el7_3 updates 49 k
libvorbis x86_64 1:1.3.3-8.el7 base 204 k
libxcb x86_64 1.11-4.el7 base 189 k
libxshmfence x86_64 1.2-1.el7 base 7.2 k
lksctp-tools x86_64 1.0.17-2.el7 base 88 k
mailcap noarch 2.1.41-2.el7 base 31 k
mesa-libEGL x86_64 11.2.2-2.20160614.el7 base 85 k
mesa-libGL x86_64 11.2.2-2.20160614.el7 base 162 k
mesa-libGLU x86_64 9.0.0-4.el7 base 196 k
mesa-libgbm x86_64 11.2.2-2.20160614.el7 base 42 k
mesa-libglapi x86_64 11.2.2-2.20160614.el7 base 40 k
monster-ui noarch 4.0-5.el7.centos 2600hz-stable 2.0 k
monster-ui-application-accounts noarch 4.0-3.el7.centos 2600hz-stable 226 k
monster-ui-application-callflows noarch 4.0-15.el7.centos 2600hz-stable 1.4 M
monster-ui-application-fax noarch 4.0-2.el7.centos 2600hz-stable 32 k
monster-ui-application-numbers noarch 4.0-1.el7.centos 2600hz-stable 106 k
monster-ui-application-pbxs noarch 4.0-5.el7.centos 2600hz-stable 285 k
monster-ui-application-voicemails noarch 4.0-3.el7.centos 2600hz-stable 35 k
monster-ui-application-voip noarch 4.0-15.el7.centos 2600hz-stable 711 k
monster-ui-application-webhooks noarch 4.0-3.el7.centos 2600hz-stable 470 k
monster-ui-core noarch 4.0-31.el7.centos 2600hz-stable 6.1 M
nmap-ncat x86_64 2:6.40-7.el7 base 201 k
opus x86_64 1.1-1.el7.centos freeswitch 172 k
pango x86_64 1.36.8-2.el7 base 287 k
pixman x86_64 0.34.0-1.el7 base 248 k
poppler-data noarch 0.4.6-3.el7 base 2.2 M
postgresql-libs x86_64 9.2.18-1.el7 base 232 k
rabbitmq-server noarch 3.3.5-34.el7 epel 4.0 M
speex x86_64 1.2-0.19.rc1.el7 base 98 k
tcl x86_64 1:8.5.13-8.el7 base 1.9 M
tk x86_64 1:8.5.13-6.el7 base 1.4 M
unixODBC x86_64 2.3.1-11.el7 base 413 k
urw-fonts noarch 2.4-16.el7 base 3.0 M
wxBase x86_64 2.8.12-20.el7 epel 588 k
wxGTK x86_64 2.8.12-20.el7 epel 2.9 M
wxGTK-gl x86_64 2.8.12-20.el7 epel 34 k
xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
Transaction Summary
===================================================================================================================================================================================================================
Install 2 Packages (+226 Dependent packages)
Total download size: 261 M
Installed size: 519 M
Downloading packages:
(1/228): apr-1.4.8-3.el7.x86_64.rpm | 103 kB 00:00:00
(2/228): SDL-1.2.15-14.el7.x86_64.rpm | 204 kB 00:00:00
(3/228): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00
(4/228): avahi-libs-0.6.31-17.el7.x86_64.rpm | 61 kB 00:00:00
(5/228): atk-2.14.0-1.el7.x86_64.rpm | 251 kB 00:00:00
(6/228): cairo-1.14.2-1.el7.x86_64.rpm | 711 kB 00:00:00
(7/228): cups-libs-1.6.3-26.el7.x86_64.rpm | 356 kB 00:00:00
warning: /var/cache/yum/x86_64/7/epel/packages/erlang-R16B-03.18.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for erlang-R16B-03.18.el7.x86_64.rpm is not installed
(8/228): erlang-R16B-03.18.el7.x86_64.rpm | 31 kB 00:00:00
(9/228): erlang-appmon-R16B-03.18.el7.x86_64.rpm | 139 kB 00:00:00
(10/228): erlang-asn1-R16B-03.18.el7.x86_64.rpm | 758 kB 00:00:00
(11/228): erlang-common_test-R16B-03.18.el7.x86_64.rpm | 720 kB 00:00:00
(12/228): bigcouch-unofficial-0.4-2b.el7.centos.x86_64.rpm | 18 MB 00:00:01
(13/228): erlang-compiler-R16B-03.18.el7.x86_64.rpm | 1.0 MB 00:00:00
(14/228): erlang-cosEvent-R16B-03.18.el7.x86_64.rpm | 156 kB 00:00:00
(15/228): erlang-cosEventDomain-R16B-03.18.el7.x86_64.rpm | 121 kB 00:00:00
(16/228): erlang-cosFileTransfer-R16B-03.18.el7.x86_64.rpm | 175 kB 00:00:00
(17/228): erlang-cosNotification-R16B-03.18.el7.x86_64.rpm | 739 kB 00:00:00
(18/228): erlang-cosProperty-R16B-03.18.el7.x86_64.rpm | 168 kB 00:00:00
(19/228): erlang-cosTime-R16B-03.18.el7.x86_64.rpm | 113 kB 00:00:00
(20/228): erlang-cosTransactions-R16B-03.18.el7.x86_64.rpm | 173 kB 00:00:00
(21/228): erlang-crypto-R16B-03.18.el7.x86_64.rpm | 86 kB 00:00:00
(22/228): erlang-debugger-R16B-03.18.el7.x86_64.rpm | 547 kB 00:00:00
(23/228): erlang-dialyzer-R16B-03.18.el7.x86_64.rpm | 656 kB 00:00:00
(24/228): erlang-diameter-R16B-03.18.el7.x86_64.rpm | 657 kB 00:00:00
(25/228): erlang-edoc-R16B-03.18.el7.x86_64.rpm | 321 kB 00:00:00
(26/228): erlang-eldap-R16B-03.18.el7.x86_64.rpm | 103 kB 00:00:00
(27/228): erlang-erl_docgen-R16B-03.18.el7.x86_64.rpm | 154 kB 00:00:00
(28/228): erlang-erl_interface-R16B-03.18.el7.x86_64.rpm | 186 kB 00:00:00
(29/228): erlang-erts-R16B-03.18.el7.x86_64.rpm | 2.5 MB 00:00:01
(30/228): erlang-et-R16B-03.18.el7.x86_64.rpm | 225 kB 00:00:00
(31/228): erlang-eunit-R16B-03.18.el7.x86_64.rpm | 153 kB 00:00:00
(32/228): erlang-examples-R16B-03.18.el7.x86_64.rpm | 1.1 MB 00:00:00
(33/228): erlang-gs-R16B-03.18.el7.x86_64.rpm | 628 kB 00:00:00
(34/228): erlang-hipe-R16B-03.18.el7.x86_64.rpm | 2.4 MB 00:00:01
(35/228): erlang-ic-R16B-03.18.el7.x86_64.rpm | 885 kB 00:00:00
(36/228): erlang-inets-R16B-03.18.el7.x86_64.rpm | 800 kB 00:00:00
(37/228): erlang-jinterface-R16B-03.18.el7.x86_64.rpm | 101 kB 00:00:00
(38/228): erlang-kernel-R16B-03.18.el7.x86_64.rpm | 1.1 MB 00:00:00
(39/228): erlang-megaco-R16B-03.18.el7.x86_64.rpm | 5.5 MB 00:00:02
(40/228): erlang-mnesia-R16B-03.18.el7.x86_64.rpm | 700 kB 00:00:00
(41/228): erlang-observer-R16B-03.18.el7.x86_64.rpm | 558 kB 00:00:00
(42/228): erlang-odbc-R16B-03.18.el7.x86_64.rpm | 69 kB 00:00:00
(43/228): erlang-orber-R16B-03.18.el7.x86_64.rpm | 947 kB 00:00:00
(44/228): erlang-os_mon-R16B-03.18.el7.x86_64.rpm | 115 kB 00:00:00
(45/228): erlang-otp_mibs-R16B-03.18.el7.x86_64.rpm | 32 kB 00:00:00
(46/228): erlang-parsetools-R16B-03.18.el7.x86_64.rpm | 179 kB 00:00:00
(47/228): erlang-percept-R16B-03.18.el7.x86_64.rpm | 151 kB 00:00:00
(48/228): erlang-pman-R16B-03.18.el7.x86_64.rpm | 113 kB 00:00:00
(49/228): erlang-public_key-R16B-03.18.el7.x86_64.rpm | 538 kB 00:00:00
(50/228): erlang-reltool-R16B-03.18.el7.x86_64.rpm | 360 kB 00:00:00
(51/228): erlang-runtime_tools-R16B-03.18.el7.x86_64.rpm | 179 kB 00:00:00
(52/228): erlang-sasl-R16B-03.18.el7.x86_64.rpm | 293 kB 00:00:00
(53/228): erlang-sd_notify-0.1-1.el7.x86_64.rpm | 9.1 kB 00:00:00
(54/228): erlang-snmp-R16B-03.18.el7.x86_64.rpm | 1.5 MB 00:00:00
(55/228): erlang-ssh-R16B-03.18.el7.x86_64.rpm | 394 kB 00:00:00
(56/228): erlang-ssl-R16B-03.18.el7.x86_64.rpm | 588 kB 00:00:00
(57/228): erlang-stdlib-R16B-03.18.el7.x86_64.rpm | 2.2 MB 00:00:00
(58/228): erlang-syntax_tools-R16B-03.18.el7.x86_64.rpm | 336 kB 00:00:00
(59/228): erlang-test_server-R16B-03.18.el7.x86_64.rpm | 282 kB 00:00:00
(60/228): erlang-toolbar-R16B-03.18.el7.x86_64.rpm | 55 kB 00:00:00
(61/228): erlang-tools-R16B-03.18.el7.x86_64.rpm | 566 kB 00:00:00
(62/228): erlang-tv-R16B-03.18.el7.x86_64.rpm | 397 kB 00:00:00
(63/228): erlang-typer-R16B-03.18.el7.x86_64.rpm | 67 kB 00:00:00
(64/228): erlang-webtool-R16B-03.18.el7.x86_64.rpm | 51 kB 00:00:00
(65/228): erlang-wx-R16B-03.18.el7.x86_64.rpm | 2.9 MB 00:00:01
(66/228): flac-libs-1.3.0-5.el7_1.x86_64.rpm | 169 kB 00:00:00
(67/228): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00:00
(68/228): fontconfig-2.10.95-10.el7.x86_64.rpm | 229 kB 00:00:00
(69/228): erlang-xmerl-R16B-03.18.el7.x86_64.rpm | 998 kB 00:00:00
warning: /var/cache/yum/x86_64/7/freeswitch/packages/freeswitch-1.6.17-1.el7.centos.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 25e010cf: NOKEY ] 2.6 MB/s | 60 MB 00:01:17 ETA
Public key for freeswitch-1.6.17-1.el7.centos.x86_64.rpm is not installed
(70/228): freeswitch-1.6.17-1.el7.centos.x86_64.rpm | 3.9 MB 00:00:00
(71/228): freeswitch-application-conference-1.6.17-1.el7.centos.x86_64.rpm | 125 kB 00:00:00
(72/228): freeswitch-application-http-cache-1.6.17-1.el7.centos.x86_64.rpm | 30 kB 00:00:00
(73/228): flite-2.0.0-0.el7.centos.x86_64.rpm | 13 MB 00:00:00
(74/228): freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64.rpm | 14 kB 00:00:00
(75/228): freeswitch-codec-h26x-1.6.17-1.el7.centos.x86_64.rpm | 13 kB 00:00:00
(76/228): freeswitch-codec-ilbc-1.6.17-1.el7.centos.x86_64.rpm | 13 kB 00:00:00
(77/228): freeswitch-codec-opus-1.6.17-1.el7.centos.x86_64.rpm | 26 kB 00:00:00
(78/228): freeswitch-codec-passthru-amr-1.6.17-1.el7.centos.x86_64.rpm | 13 kB 00:00:00
(79/228): freeswitch-codec-passthru-amrwb-1.6.17-1.el7.centos.x86_64.rpm | 13 kB 00:00:00
(80/228): freeswitch-codec-passthru-g723_1-1.6.17-1.el7.centos.x86_64.rpm | 13 kB 00:00:00
(81/228): freeswitch-codec-siren-1.6.17-1.el7.centos.x86_64.rpm | 14 kB 00:00:00
(82/228): freeswitch-format-local-stream-1.6.17-1.el7.centos.x86_64.rpm | 24 kB 00:00:00
(83/228): freeswitch-format-tone-stream-1.6.17-1.el7.centos.x86_64.rpm | 14 kB 00:00:00
(84/228): freeswitch-kazoo-1.6.17-1.el7.centos.x86_64.rpm | 79 kB 00:00:00
(85/228): gd-2.0.35-26.el7.x86_64.rpm | 146 kB 00:00:00
(86/228): ghostscript-fonts-5.50-32.el7.noarch.rpm | 324 kB 00:00:00
(87/228): freeswitch-lang-en-1.6.17-1.el7.centos.x86_64.rpm | 26 kB 00:00:00
(88/228): graphite2-1.3.6-1.el7_2.x86_64.rpm | 112 kB 00:00:00
(89/228): g722_1-0.2.0-1.el7.centos.x86_64.rpm | 35 kB 00:00:00
(90/228): graphviz-2.30.1-19.el7.x86_64.rpm | 1.3 MB 00:00:00
(91/228): gsm-1.0.13-11.el7.x86_64.rpm | 30 kB 00:00:00
(92/228): gtk2-2.24.28-8.el7.x86_64.rpm | 3.4 MB 00:00:00
(93/228): harfbuzz-0.9.36-1.el7.x86_64.rpm | 156 kB 00:00:00
(94/228): gdk-pixbuf2-2.31.6-3.el7.x86_64.rpm | 559 kB 00:00:00
(95/228): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00:00
(96/228): ghostscript-9.07-20.el7_3.5.x86_64.rpm | 4.3 MB 00:00:00
(97/228): haproxy-1.5.18-3.el7_3.1.x86_64.rpm | 833 kB 00:00:00
(98/228): httpd-2.4.6-45.el7.centos.4.x86_64.rpm | 2.7 MB 00:00:00
(99/228): httpd-tools-2.4.6-45.el7.centos.4.x86_64.rpm | 84 kB 00:00:00
(100/228): ilbc2-0.0.1-1.el7.centos.x86_64.rpm | 35 kB 00:00:00
(101/228): jasper-libs-1.900.1-30.el7_3.x86_64.rpm | 150 kB 00:00:00
(102/228): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00:00
(103/228): js-1.8.5-19.el7.x86_64.rpm | 2.3 MB 00:00:00
(104/228): kamailio-4.4.4-7.1.x86_64.rpm | 5.2 MB 00:00:00
(105/228): kamailio-kazoo-4.4.4-7.1.x86_64.rpm | 123 kB 00:00:00
(106/228): kamailio-outbound-4.4.4-7.1.x86_64.rpm | 21 kB 00:00:00
(107/228): kamailio-tls-4.4.4-7.1.x86_64.rpm | 182 kB 00:00:00
(108/228): kamailio-presence-4.4.4-7.1.x86_64.rpm | 671 kB 00:00:00
(109/228): kamailio-uuid-4.4.4-7.1.x86_64.rpm | 9.0 kB 00:00:00
(110/228): kamailio-websocket-4.4.4-7.1.x86_64.rpm | 53 kB 00:00:00
(111/228): kazoo-4.0-6.el7.centos.noarch.rpm | 1.8 kB 00:00:00
(112/228): kazoo-application-blackhole-4.0-51.el7.centos.x86_64.rpm | 221 kB 00:00:00
(113/228): kazoo-application-acdc-4.0-51.el7.centos.x86_64.rpm | 780 kB 00:00:00
(114/228): kazoo-application-call_inspector-4.0-51.el7.centos.x86_64.rpm | 189 kB 00:00:00
(115/228): kazoo-application-cdr-4.0-51.el7.centos.x86_64.rpm | 90 kB 00:00:00
(116/228): kazoo-application-callflow-4.0-51.el7.centos.x86_64.rpm | 1.2 MB 00:00:00
(117/228): kazoo-application-conference-4.0-51.el7.centos.x86_64.rpm | 179 kB 00:00:00
(118/228): kazoo-application-ecallmgr-4.0-51.el7.centos.x86_64.rpm | 1.4 MB 00:00:00
(119/228): kazoo-application-fax-4.0-51.el7.centos.x86_64.rpm | 403 kB 00:00:00
(120/228): kazoo-application-crossbar-4.0-51.el7.centos.x86_64.rpm | 3.0 MB 00:00:00
(121/228): kazoo-application-hangups-4.0-51.el7.centos.x86_64.rpm | 103 kB 00:00:00
(122/228): kazoo-application-hotornot-4.0-51.el7.centos.x86_64.rpm | 90 kB 00:00:00
(123/228): kazoo-application-media_mgr-4.0-51.el7.centos.x86_64.rpm | 46 kB 00:00:00
(124/228): kazoo-application-milliwatt-4.0-51.el7.centos.x86_64.rpm | 64 kB 00:00:00
(125/228): kazoo-application-notify-4.0-51.el7.centos.x86_64.rpm | 341 kB 00:00:00
(126/228): kazoo-application-omnipresence-4.0-51.el7.centos.x86_64.rpm | 192 kB 00:00:00
(127/228): kazoo-application-pivot-4.0-51.el7.centos.x86_64.rpm | 100 kB 00:00:00
(128/228): kazoo-application-registrar-4.0-51.el7.centos.x86_64.rpm | 120 kB 00:00:00
(129/228): kazoo-application-reorder-4.0-51.el7.centos.x86_64.rpm | 47 kB 00:00:00
(130/228): kazoo-application-stepswitch-4.0-51.el7.centos.x86_64.rpm | 441 kB 00:00:00
(131/228): kazoo-application-sysconf-4.0-51.el7.centos.x86_64.rpm | 93 kB 00:00:00
(132/228): kazoo-application-tasks-4.0-51.el7.centos.x86_64.rpm | 337 kB 00:00:00
(133/228): kazoo-application-teletype-4.0-51.el7.centos.x86_64.rpm | 607 kB 00:00:00
(134/228): kazoo-application-trunkstore-4.0-51.el7.centos.x86_64.rpm | 219 kB 00:00:00
(135/228): kazoo-application-webhooks-4.0-51.el7.centos.x86_64.rpm | 226 kB 00:00:00
(136/228): kazoo-applications-4.0-6.el7.centos.noarch.rpm | 3.1 kB 00:00:00
(137/228): kazoo-bigcouch-4.0-4.el7.centos.noarch.rpm | 1.9 kB 00:00:00
(138/228): kazoo-configs-bigcouch-4.0-14.el7.centos.noarch.rpm | 6.5 kB 00:00:00
(139/228): kazoo-configs-core-4.0-14.el7.centos.noarch.rpm | 7.7 kB 00:00:00
(140/228): kazoo-configs-freeswitch-4.0-14.el7.centos.noarch.rpm | 58 kB 00:00:00
(141/228): kazoo-configs-haproxy-4.0-13.el7.centos.noarch.rpm | 6.9 kB 00:00:00
(142/228): kazoo-configs-kamailio-4.0-14.el7.centos.noarch.rpm | 35 kB 00:00:00
(143/228): kazoo-configs-rabbitmq-4.0-14.el7.centos.noarch.rpm | 6.0 kB 00:00:00
(144/228): kazoo-freeswitch-4.0-4.el7.centos.noarch.rpm | 2.8 kB 00:00:00
(145/228): kazoo-haproxy-4.0-3.el7.centos.noarch.rpm | 2.0 kB 00:00:00
(146/228): kazoo-kamailio-4.0-4.el7.centos.noarch.rpm | 2.1 kB 00:00:00
(147/228): kazoo-rabbitmq-4.0-4.el7.centos.noarch.rpm | 1.8 kB 00:00:00
(148/228): kazoo-sounds-core-en-us-4.0-1.el7.centos.noarch.rpm | 9.2 MB 00:00:00
(149/228): kazoo-sounds-core-es-es-4.0-1.el7.centos.noarch.rpm | 6.4 kB 00:00:00
(150/228): kazoo-core-4.0-51.el7.centos.x86_64.rpm | 23 MB 00:00:01
(151/228): kazoo-sounds-core-fr-ca-4.0-1.el7.centos.noarch.rpm | 13 MB 00:00:00
(152/228): kazoo-sounds-freeswitch-en-us-4.0-1.el7.centos.noarch.rpm | 3.4 MB 00:00:00
(153/228): kazoo-sounds-freeswitch-fr-ca-4.0-1.el7.centos.noarch.rpm | 12 MB 00:00:00
(154/228): kazoo-sounds-freeswitch-music-8000-4.0-1.el7.centos.noarch.rpm | 12 MB 00:00:00
(155/228): lcms2-2.6-3.el7.x86_64.rpm | 150 kB 00:00:00
(156/228): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00:00
(157/228): libX11-1.6.3-3.el7.x86_64.rpm | 606 kB 00:00:00
(158/228): libX11-common-1.6.3-3.el7.noarch.rpm | 162 kB 00:00:00
(159/228): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00:00
(160/228): libXaw-1.0.12-5.el7.x86_64.rpm | 190 kB 00:00:00
(161/228): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00:00
(162/228): libXcursor-1.1.14-2.1.el7.x86_64.rpm | 30 kB 00:00:00
(163/228): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00:00
(164/228): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00:00
(165/228): libXfixes-5.0.1-2.1.el7.x86_64.rpm | 18 kB 00:00:00
(166/228): libXfont-1.5.1-2.el7.x86_64.rpm | 150 kB 00:00:00
(167/228): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00:00
(168/228): libXi-1.7.4-2.el7.x86_64.rpm | 40 kB 00:00:00
(169/228): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00:00
(170/228): libXmu-1.1.2-2.el7.x86_64.rpm | 71 kB 00:00:00
(171/228): libXpm-3.5.11-3.el7.x86_64.rpm | 54 kB 00:00:00
(172/228): libXrandr-1.4.2-2.el7.x86_64.rpm | 26 kB 00:00:00
(173/228): libXrender-0.9.8-2.1.el7.x86_64.rpm | 25 kB 00:00:00
(174/228): libXt-1.1.4-6.1.el7.x86_64.rpm | 173 kB 00:00:00
(175/228): libICE-1.0.9-2.el7.x86_64.rpm | 65 kB 00:00:00
(176/228): libXxf86vm-1.1.3-2.1.el7.x86_64.rpm | 17 kB 00:00:00
(177/228): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00:00
(178/228): kazoo-sounds-core-ru-ru-4.0-1.el7.centos.noarch.rpm | 36 MB 00:00:02
(179/228): kazoo-sounds-freeswitch-ru-ru-4.0-1.el7.centos.noarch.rpm | 7.0 MB 00:00:00
(180/228): libicu-50.1.2-15.el7.x86_64.rpm | 6.9 MB 00:00:00
(181/228): libfontenc-1.1.2-3.el7.x86_64.rpm | 30 kB 00:00:00
(182/228): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00:00
(183/228): libpng-1.5.13-7.el7_2.x86_64.rpm | 213 kB 00:00:00
(184/228): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00:00
(185/228): libdb4-4.8.30-13.el7.x86_64.rpm | 607 kB 00:00:00
(186/228): librsvg2-2.39.0-1.el7.x86_64.rpm | 123 kB 00:00:00
(187/228): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00:00
(188/228): libtheora-1.1.1-8.el7.x86_64.rpm | 136 kB 00:00:00
(189/228): libvorbis-1.3.3-8.el7.x86_64.rpm | 204 kB 00:00:00
(190/228): librabbitmq-0.5.2-1.el7.x86_64.rpm | 37 kB 00:00:00
(191/228): libxcb-1.11-4.el7.x86_64.rpm | 189 kB 00:00:00
(192/228): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00:00
(193/228): lksctp-tools-1.0.17-2.el7.x86_64.rpm | 88 kB 00:00:00
(194/228): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00:00
(195/228): mesa-libEGL-11.2.2-2.20160614.el7.x86_64.rpm | 85 kB 00:00:00
(196/228): mesa-libGL-11.2.2-2.20160614.el7.x86_64.rpm | 162 kB 00:00:00
(197/228): mesa-libGLU-9.0.0-4.el7.x86_64.rpm | 196 kB 00:00:00
(198/228): mesa-libgbm-11.2.2-2.20160614.el7.x86_64.rpm | 42 kB 00:00:00
(199/228): mesa-libglapi-11.2.2-2.20160614.el7.x86_64.rpm | 40 kB 00:00:00
(200/228): libsndfile-1.0.25-10.el7.x86_64.rpm | 149 kB 00:00:00
(201/228): libtiff-4.0.3-27.el7_3.x86_64.rpm | 170 kB 00:00:00
(202/228): monster-ui-4.0-5.el7.centos.noarch.rpm | 2.0 kB 00:00:00
(203/228): libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm | 49 kB 00:00:00
(204/228): monster-ui-application-callflows-4.0-15.el7.centos.noarch.rpm | 1.4 MB 00:00:00
(205/228): monster-ui-application-fax-4.0-2.el7.centos.noarch.rpm | 32 kB 00:00:00
(206/228): monster-ui-application-numbers-4.0-1.el7.centos.noarch.rpm | 106 kB 00:00:00
(207/228): monster-ui-application-pbxs-4.0-5.el7.centos.noarch.rpm | 285 kB 00:00:00
(208/228): monster-ui-application-voicemails-4.0-3.el7.centos.noarch.rpm | 35 kB 00:00:00
(209/228): monster-ui-application-voip-4.0-15.el7.centos.noarch.rpm | 711 kB 00:00:00
(210/228): monster-ui-application-accounts-4.0-3.el7.centos.noarch.rpm | 226 kB 00:00:00
(211/228): nmap-ncat-6.40-7.el7.x86_64.rpm | 201 kB 00:00:00
(212/228): monster-ui-application-webhooks-4.0-3.el7.centos.noarch.rpm | 470 kB 00:00:00
(213/228): pixman-0.34.0-1.el7.x86_64.rpm | 248 kB 00:00:00
(214/228): poppler-data-0.4.6-3.el7.noarch.rpm | 2.2 MB 00:00:00
(215/228): postgresql-libs-9.2.18-1.el7.x86_64.rpm | 232 kB 00:00:00
(216/228): speex-1.2-0.19.rc1.el7.x86_64.rpm | 98 kB 00:00:00
(217/228): pango-1.36.8-2.el7.x86_64.rpm | 287 kB 00:00:00
(218/228): tcl-8.5.13-8.el7.x86_64.rpm | 1.9 MB 00:00:00
(219/228): tk-8.5.13-6.el7.x86_64.rpm | 1.4 MB 00:00:00
(220/228): opus-1.1-1.el7.centos.x86_64.rpm | 172 kB 00:00:00
(221/228): unixODBC-2.3.1-11.el7.x86_64.rpm | 413 kB 00:00:00
(222/228): urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:00:00
(223/228): monster-ui-core-4.0-31.el7.centos.noarch.rpm | 6.1 MB 00:00:00
(224/228): rabbitmq-server-3.3.5-34.el7.noarch.rpm | 4.0 MB 00:00:01
(225/228): wxBase-2.8.12-20.el7.x86_64.rpm | 588 kB 00:00:00
(226/228): wxGTK-2.8.12-20.el7.x86_64.rpm | 2.9 MB 00:00:01
(227/228): xorg-x11-font-utils-7.5-20.el7.x86_64.rpm | 87 kB 00:00:00
(228/228): wxGTK-gl-2.8.12-20.el7.x86_64.rpm | 34 kB 00:00:00
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 8.4 MB/s | 261 MB 00:00:31
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
Userid : "Fedora EPEL (7) <
ep...@fedoraproject.org>"
Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
Package : epel-release-7-9.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
Importing GPG key 0x25E010CF:
Userid : "FreeSWITCH Package Signing Key <
pack...@freeswitch.org>"
Fingerprint: 20b0 6ee6 21ab 150d 40f6 079f d76e dc77 25e0 10cf
Package : 2600hz-release-4.0-3.el7.centos.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : postgresql-libs-9.2.18-1.el7.x86_64 1/228
Installing : speex-1.2-0.19.rc1.el7.x86_64 2/228
Installing : monster-ui-core-4.0-31.el7.centos.noarch 3/228
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 4/228
Installing : 2:libpng-1.5.13-7.el7_2.x86_64 5/228
Installing : kamailio-4.4.4-7.1.x86_64 6/228
Installing : 2:libogg-1.3.0-7.el7.x86_64 7/228
Installing : atk-2.14.0-1.el7.x86_64 8/228
Installing : libICE-1.0.9-2.el7.x86_64 9/228
Installing : libSM-1.2.2-2.el7.x86_64 10/228
Installing : wxBase-2.8.12-20.el7.x86_64 11/228
Installing : apr-1.4.8-3.el7.x86_64 12/228
Installing : apr-util-1.5.2-6.el7.x86_64 13/228
Installing : 1:libvorbis-1.3.3-8.el7.x86_64 14/228
Installing : libfontenc-1.1.2-3.el7.x86_64 15/228
Installing : libxshmfence-1.2-1.el7.x86_64 16/228
Installing : 2:nmap-ncat-6.40-7.el7.x86_64 17/228
Installing : kazoo-configs-core-4.0-14.el7.centos.noarch 18/228
Installing : kazoo-core-4.0-51.el7.centos.x86_64 19/228
Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 20/228
Installing : unixODBC-2.3.1-11.el7.x86_64 21/228
Installing : mesa-libglapi-11.2.2-2.20160614.el7.x86_64 22/228
Installing : kazoo-configs-bigcouch-4.0-14.el7.centos.noarch 23/228
Installing : mesa-libgbm-11.2.2-2.20160614.el7.x86_64 24/228
Installing : kazoo-application-teletype-4.0-51.el7.centos.x86_64 25/228
Installing : kazoo-application-tasks-4.0-51.el7.centos.x86_64 26/228
Installing : kazoo-sounds-core-fr-ca-4.0-1.el7.centos.noarch 27/228
Installing : kazoo-application-pivot-4.0-51.el7.centos.x86_64 28/228
Installing : kazoo-application-ecallmgr-4.0-51.el7.centos.x86_64 29/228
Installing : kazoo-application-registrar-4.0-51.el7.centos.x86_64 30/228
Installing : kazoo-application-trunkstore-4.0-51.el7.centos.x86_64 31/228
Installing : kazoo-application-hotornot-4.0-51.el7.centos.x86_64 32/228
Installing : kazoo-application-call_inspector-4.0-51.el7.centos.x86_64 33/228
Installing : kazoo-sounds-core-ru-ru-4.0-1.el7.centos.noarch 34/228
Installing : kazoo-application-webhooks-4.0-51.el7.centos.x86_64 35/228
Installing : kazoo-application-acdc-4.0-51.el7.centos.x86_64 36/228
Installing : kazoo-application-stepswitch-4.0-51.el7.centos.x86_64 37/228
Installing : kazoo-application-reorder-4.0-51.el7.centos.x86_64 38/228
Installing : kazoo-application-callflow-4.0-51.el7.centos.x86_64 39/228
Installing : kazoo-application-crossbar-4.0-51.el7.centos.x86_64 40/228
Installing : kazoo-application-blackhole-4.0-51.el7.centos.x86_64 41/228
Installing : kazoo-application-conference-4.0-51.el7.centos.x86_64 42/228
Installing : kazoo-sounds-core-es-es-4.0-1.el7.centos.noarch 43/228
Installing : kazoo-application-notify-4.0-51.el7.centos.x86_64 44/228
Installing : kazoo-application-hangups-4.0-51.el7.centos.x86_64 45/228
Installing : kazoo-application-media_mgr-4.0-51.el7.centos.x86_64 46/228
Installing : kazoo-application-omnipresence-4.0-51.el7.centos.x86_64 47/228
Installing : kazoo-application-fax-4.0-51.el7.centos.x86_64 48/228
Installing : kazoo-application-milliwatt-4.0-51.el7.centos.x86_64 49/228
Installing : kazoo-application-sysconf-4.0-51.el7.centos.x86_64 50/228
Installing : kazoo-sounds-core-en-us-4.0-1.el7.centos.noarch 51/228
Installing : kazoo-application-cdr-4.0-51.el7.centos.x86_64 52/228
Installing : kazoo-applications-4.0-6.el7.centos.noarch 53/228
Installing : kazoo-configs-haproxy-4.0-13.el7.centos.noarch 54/228
Installing : libXfont-1.5.1-2.el7.x86_64 55/228
Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 56/228
Installing : httpd-tools-2.4.6-45.el7.centos.4.x86_64 57/228
Installing : flac-libs-1.3.0-5.el7_1.x86_64 58/228
Installing : 1:libtheora-1.1.1-8.el7.x86_64 59/228
Installing : kamailio-outbound-4.4.4-7.1.x86_64 60/228
Installing : kamailio-presence-4.4.4-7.1.x86_64 61/228
Installing : kamailio-websocket-4.4.4-7.1.x86_64 62/228
Installing : kamailio-uuid-4.4.4-7.1.x86_64 63/228
Installing : kamailio-tls-4.4.4-7.1.x86_64 64/228
Installing : jasper-libs-1.900.1-30.el7_3.x86_64 65/228
Installing : monster-ui-application-pbxs-4.0-5.el7.centos.noarch 66/228
Installing : monster-ui-application-callflows-4.0-15.el7.centos.noarch 67/228
Installing : monster-ui-application-accounts-4.0-3.el7.centos.noarch 68/228
Installing : monster-ui-application-numbers-4.0-1.el7.centos.noarch 69/228
Installing : monster-ui-application-fax-4.0-2.el7.centos.noarch 70/228
Installing : monster-ui-application-voicemails-4.0-3.el7.centos.noarch 71/228
Installing : monster-ui-application-webhooks-4.0-3.el7.centos.noarch 72/228
Installing : monster-ui-application-voip-4.0-15.el7.centos.noarch 73/228
Installing : monster-ui-4.0-5.el7.centos.noarch 74/228
Installing : kazoo-configs-rabbitmq-4.0-14.el7.centos.noarch 75/228
Installing : libdb4-4.8.30-13.el7.x86_64 76/228
Installing : librabbitmq-0.5.2-1.el7.x86_64 77/228
Installing : lcms2-2.6-3.el7.x86_64 78/228
Installing : avahi-libs-0.6.31-17.el7.x86_64 79/228
Installing : 1:cups-libs-1.6.3-26.el7.x86_64 80/228
Installing : g722_1-0.2.0-1.el7.centos.x86_64 81/228
Installing : jbigkit-libs-2.0-11.el7.x86_64 82/228
Installing : libtiff-4.0.3-27.el7_3.x86_64 83/228
Installing : kazoo-configs-freeswitch-4.0-14.el7.centos.noarch 84/228
Installing : libX11-common-1.6.3-3.el7.noarch 85/228
Installing : kazoo-configs-kamailio-4.0-14.el7.centos.noarch 86/228
Installing : libthai-0.1.14-9.el7.x86_64 87/228
Installing : flite-2.0.0-0.el7.centos.x86_64 88/228
Installing : libevent-2.0.21-4.el7.x86_64 89/228
Installing : kamailio-kazoo-4.4.4-7.1.x86_64 90/228
Installing : kazoo-kamailio-4.0-4.el7.centos.noarch 91/228
Installing : SDL-1.2.15-14.el7.x86_64 92/228
Installing : fontpackages-filesystem-1.44-8.el7.noarch 93/228
Installing : fontconfig-2.10.95-10.el7.x86_64 94/228
Installing : urw-fonts-2.4-16.el7.noarch 95/228
Installing : ghostscript-fonts-5.50-32.el7.noarch 96/228
Installing : haproxy-1.5.18-3.el7_3.1.x86_64 97/228
Installing : kazoo-haproxy-4.0-3.el7.centos.noarch 98/228
Installing : mailcap-2.1.41-2.el7.noarch 99/228
Installing : 1:tcl-8.5.13-8.el7.x86_64 100/228
Installing : 1:js-1.8.5-19.el7.x86_64 101/228
Installing : graphite2-1.3.6-1.el7_2.x86_64 102/228
Installing : harfbuzz-0.9.36-1.el7.x86_64 103/228
Installing : pixman-0.34.0-1.el7.x86_64 104/228
Installing : gsm-1.0.13-11.el7.x86_64 105/228
Installing : libsndfile-1.0.25-10.el7.x86_64 106/228
Installing : freeswitch-1.6.17-1.el7.centos.x86_64 107/228
Installing : kazoo-sounds-freeswitch-fr-ca-4.0-1.el7.centos.noarch 108/228
Installing : freeswitch-format-local-stream-1.6.17-1.el7.centos.x86_64 109/228
Installing : kazoo-sounds-freeswitch-en-us-4.0-1.el7.centos.noarch 110/228
Installing : freeswitch-codec-passthru-amr-1.6.17-1.el7.centos.x86_64 111/228
Installing : freeswitch-application-http-cache-1.6.17-1.el7.centos.x86_64 112/228
Installing : freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64 113/228
Installing : kazoo-sounds-freeswitch-ru-ru-4.0-1.el7.centos.noarch 114/228
Installing : freeswitch-application-conference-1.6.17-1.el7.centos.x86_64 115/228
Installing : freeswitch-format-tone-stream-1.6.17-1.el7.centos.x86_64 116/228
Installing : kazoo-sounds-freeswitch-music-8000-4.0-1.el7.centos.noarch 117/228
Installing : freeswitch-lang-en-1.6.17-1.el7.centos.x86_64 118/228
Installing : freeswitch-codec-passthru-amrwb-1.6.17-1.el7.centos.x86_64 119/228
Installing : freeswitch-codec-passthru-g723_1-1.6.17-1.el7.centos.x86_64 120/228
Installing : freeswitch-codec-h26x-1.6.17-1.el7.centos.x86_64 121/228
Installing : freeswitch-codec-siren-1.6.17-1.el7.centos.x86_64 122/228
Installing : poppler-data-0.4.6-3.el7.noarch 123/228
Installing : ilbc2-0.0.1-1.el7.centos.x86_64 124/228
Installing : freeswitch-codec-ilbc-1.6.17-1.el7.centos.x86_64 125/228
Installing : libicu-50.1.2-15.el7.x86_64 126/228
Installing : bigcouch-unofficial-0.4-2b.el7.centos.x86_64 127/228
Installing : kazoo-bigcouch-4.0-4.el7.centos.noarch 128/228
Installing : libXau-1.0.8-2.1.el7.x86_64 129/228
Installing : libxcb-1.11-4.el7.x86_64 130/228
Installing : libX11-1.6.3-3.el7.x86_64 131/228
Installing : libXext-1.3.3-3.el7.x86_64 132/228
Installing : libXrender-0.9.8-2.1.el7.x86_64 133/228
Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 134/228
Installing : libXfixes-5.0.1-2.1.el7.x86_64 135/228
Installing : libXt-1.1.4-6.1.el7.x86_64 136/228
Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 137/228
Installing : libXinerama-1.1.3-2.1.el7.x86_64 138/228
Installing : libXpm-3.5.11-3.el7.x86_64 139/228
Installing : libXmu-1.1.2-2.el7.x86_64 140/228
Installing : libXdamage-1.1.4-4.1.el7.x86_64 141/228
Installing : mesa-libGL-11.2.2-2.20160614.el7.x86_64 142/228
Installing : mesa-libGLU-9.0.0-4.el7.x86_64 143/228
Installing : libXft-2.3.2-2.el7.x86_64 144/228
Installing : 1:tk-8.5.13-6.el7.x86_64 145/228
Installing : libXaw-1.0.12-5.el7.x86_64 146/228
Installing : gd-2.0.35-26.el7.x86_64 147/228
Installing : ghostscript-9.07-20.el7_3.5.x86_64 148/228
Installing : libXcursor-1.1.14-2.1.el7.x86_64 149/228
Installing : libXrandr-1.4.2-2.el7.x86_64 150/228
Installing : libXi-1.7.4-2.el7.x86_64 151/228
Installing : libXcomposite-0.4.4-4.1.el7.x86_64 152/228
Installing : mesa-libEGL-11.2.2-2.20160614.el7.x86_64 153/228
Installing : cairo-1.14.2-1.el7.x86_64 154/228
Installing : pango-1.36.8-2.el7.x86_64 155/228
Installing : librsvg2-2.39.0-1.el7.x86_64 156/228
Installing : hicolor-icon-theme-0.12-7.el7.noarch 157/228
Installing : gtk2-2.24.28-8.el7.x86_64 158/228
Installing : wxGTK-2.8.12-20.el7.x86_64 159/228
Installing : wxGTK-gl-2.8.12-20.el7.x86_64 160/228
Installing : graphviz-2.30.1-19.el7.x86_64 161/228
Installing : lksctp-tools-1.0.17-2.el7.x86_64 162/228
Installing : erlang-kernel-R16B-03.18.el7.x86_64 163/228
Installing : erlang-hipe-R16B-03.18.el7.x86_64 164/228
Installing : erlang-syntax_tools-R16B-03.18.el7.x86_64 165/228
Installing : erlang-stdlib-R16B-03.18.el7.x86_64 166/228
Installing : erlang-erts-R16B-03.18.el7.x86_64 167/228
Installing : erlang-crypto-R16B-03.18.el7.x86_64 168/228
Installing : erlang-compiler-R16B-03.18.el7.x86_64 169/228
Installing : erlang-mnesia-R16B-03.18.el7.x86_64 170/228
Installing : erlang-runtime_tools-R16B-03.18.el7.x86_64 171/228
Installing : erlang-gs-R16B-03.18.el7.x86_64 172/228
Installing : erlang-wx-R16B-03.18.el7.x86_64 173/228
Installing : erlang-xmerl-R16B-03.18.el7.x86_64 174/228
Installing : erlang-snmp-R16B-03.18.el7.x86_64 175/228
Installing : erlang-asn1-R16B-03.18.el7.x86_64 176/228
Installing : erlang-public_key-R16B-03.18.el7.x86_64 177/228
Installing : erlang-ssl-R16B-03.18.el7.x86_64 178/228
Installing : erlang-inets-R16B-03.18.el7.x86_64 179/228
Installing : erlang-orber-R16B-03.18.el7.x86_64 180/228
Installing : erlang-tools-R16B-03.18.el7.x86_64 181/228
Installing : erlang-sasl-R16B-03.18.el7.x86_64 182/228
Installing : erlang-cosEvent-R16B-03.18.el7.x86_64 183/228
Installing : erlang-et-R16B-03.18.el7.x86_64 184/228
Installing : erlang-webtool-R16B-03.18.el7.x86_64 185/228
Installing : erlang-observer-R16B-03.18.el7.x86_64 186/228
Installing : erlang-debugger-R16B-03.18.el7.x86_64 187/228
Installing : erlang-test_server-R16B-03.18.el7.x86_64 188/228
Installing : erlang-cosTime-R16B-03.18.el7.x86_64 189/228
Installing : erlang-cosNotification-R16B-03.18.el7.x86_64 190/228
Installing : erlang-cosProperty-R16B-03.18.el7.x86_64 191/228
Installing : erlang-edoc-R16B-03.18.el7.x86_64 192/228
Installing : erlang-ssh-R16B-03.18.el7.x86_64 193/228
Installing : erlang-otp_mibs-R16B-03.18.el7.x86_64 194/228
Installing : erlang-os_mon-R16B-03.18.el7.x86_64 195/228
Installing : erlang-dialyzer-R16B-03.18.el7.x86_64 196/228
Installing : erlang-pman-R16B-03.18.el7.x86_64 197/228
Installing : erlang-tv-R16B-03.18.el7.x86_64 198/228
Installing : erlang-typer-R16B-03.18.el7.x86_64 199/228
Installing : erlang-common_test-R16B-03.18.el7.x86_64 200/228
Installing : erlang-erl_docgen-R16B-03.18.el7.x86_64 201/228
Installing : erlang-cosFileTransfer-R16B-03.18.el7.x86_64 202/228
Installing : erlang-cosEventDomain-R16B-03.18.el7.x86_64 203/228
Installing : erlang-megaco-R16B-03.18.el7.x86_64 204/228
Installing : erlang-reltool-R16B-03.18.el7.x86_64 205/228
Installing : erlang-cosTransactions-R16B-03.18.el7.x86_64 206/228
Installing : erlang-appmon-R16B-03.18.el7.x86_64 207/228
Installing : erlang-percept-R16B-03.18.el7.x86_64 208/228
Installing : erlang-diameter-R16B-03.18.el7.x86_64 209/228
Installing : erlang-eldap-R16B-03.18.el7.x86_64 210/228
Installing : erlang-toolbar-R16B-03.18.el7.x86_64 211/228
Installing : erlang-erl_interface-R16B-03.18.el7.x86_64 212/228
Installing : erlang-sd_notify-0.1-1.el7.x86_64 213/228
Installing : rabbitmq-server-3.3.5-34.el7.noarch 214/228
Installing : kazoo-rabbitmq-4.0-4.el7.centos.noarch 215/228
Installing : erlang-odbc-R16B-03.18.el7.x86_64 216/228
Installing : erlang-ic-R16B-03.18.el7.x86_64 217/228
Installing : erlang-parsetools-R16B-03.18.el7.x86_64 218/228
Installing : erlang-jinterface-R16B-03.18.el7.x86_64 219/228
Installing : erlang-eunit-R16B-03.18.el7.x86_64 220/228
Installing : erlang-examples-R16B-03.18.el7.x86_64 221/228
Installing : erlang-R16B-03.18.el7.x86_64 222/228
Installing : freeswitch-kazoo-1.6.17-1.el7.centos.x86_64 223/228
Installing : opus-1.1-1.el7.centos.x86_64 224/228
Installing : freeswitch-codec-opus-1.6.17-1.el7.centos.x86_64 225/228
Installing : kazoo-freeswitch-4.0-4.el7.centos.noarch 226/228
Installing : kazoo-4.0-6.el7.centos.noarch 227/228
Installing : httpd-2.4.6-45.el7.centos.4.x86_64 228/228
Verifying : kazoo-haproxy-4.0-3.el7.centos.noarch 1/228
Verifying : kazoo-application-teletype-4.0-51.el7.centos.x86_64 2/228
Verifying : erlang-erl_interface-R16B-03.18.el7.x86_64 3/228
Verifying : kazoo-configs-bigcouch-4.0-14.el7.centos.noarch 4/228
Verifying : kazoo-sounds-freeswitch-fr-ca-4.0-1.el7.centos.noarch 5/228
Verifying : kazoo-rabbitmq-4.0-4.el7.centos.noarch 6/228
Verifying : kazoo-application-tasks-4.0-51.el7.centos.x86_64 7/228
Verifying : freeswitch-format-local-stream-1.6.17-1.el7.centos.x86_64 8/228
Verifying : opus-1.1-1.el7.centos.x86_64 9/228
Verifying : mesa-libgbm-11.2.2-2.20160614.el7.x86_64 10/228
Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 11/228
Verifying : erlang-mnesia-R16B-03.18.el7.x86_64 12/228
Verifying : httpd-tools-2.4.6-45.el7.centos.4.x86_64 13/228
Verifying : erlang-common_test-R16B-03.18.el7.x86_64 14/228
Verifying : mesa-libglapi-11.2.2-2.20160614.el7.x86_64 15/228
Verifying : erlang-public_key-R16B-03.18.el7.x86_64 16/228
Verifying : erlang-observer-R16B-03.18.el7.x86_64 17/228
Verifying : kazoo-sounds-freeswitch-en-us-4.0-1.el7.centos.noarch 18/228
Verifying : httpd-2.4.6-45.el7.centos.4.x86_64 19/228
Verifying : erlang-erts-R16B-03.18.el7.x86_64 20/228
Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 21/228
Verifying : erlang-diameter-R16B-03.18.el7.x86_64 22/228
Verifying : monster-ui-application-pbxs-4.0-5.el7.centos.noarch 23/228
Verifying : kazoo-sounds-core-fr-ca-4.0-1.el7.centos.noarch 24/228
Verifying : 1:tk-8.5.13-6.el7.x86_64 25/228
Verifying : kazoo-configs-core-4.0-14.el7.centos.noarch 26/228
Verifying : erlang-kernel-R16B-03.18.el7.x86_64 27/228
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 28/228
Verifying : hicolor-icon-theme-0.12-7.el7.noarch 29/228
Verifying : erlang-sd_notify-0.1-1.el7.x86_64 30/228
Verifying : erlang-et-R16B-03.18.el7.x86_64 31/228
Verifying : flac-libs-1.3.0-5.el7_1.x86_64 32/228
Verifying : freeswitch-codec-passthru-amr-1.6.17-1.el7.centos.x86_64 33/228
Verifying : apr-util-1.5.2-6.el7.x86_64 34/228
Verifying : freeswitch-application-http-cache-1.6.17-1.el7.centos.x86_64 35/228
Verifying : kazoo-applications-4.0-6.el7.centos.noarch 36/228
Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 37/228
Verifying : kazoo-application-pivot-4.0-51.el7.centos.x86_64 38/228
Verifying : erlang-odbc-R16B-03.18.el7.x86_64 39/228
Verifying : erlang-tools-R16B-03.18.el7.x86_64 40/228
Verifying : librsvg2-2.39.0-1.el7.x86_64 41/228
Verifying : kazoo-configs-haproxy-4.0-13.el7.centos.noarch 42/228
Verifying : kazoo-application-ecallmgr-4.0-51.el7.centos.x86_64 43/228
Verifying : libXau-1.0.8-2.1.el7.x86_64 44/228
Verifying : erlang-snmp-R16B-03.18.el7.x86_64 45/228
Verifying : libicu-50.1.2-15.el7.x86_64 46/228
Verifying : kamailio-outbound-4.4.4-7.1.x86_64 47/228
Verifying : kazoo-application-registrar-4.0-51.el7.centos.x86_64 48/228
Verifying : erlang-ssl-R16B-03.18.el7.x86_64 49/228
Verifying : erlang-reltool-R16B-03.18.el7.x86_64 50/228
Verifying : libXfont-1.5.1-2.el7.x86_64 51/228
Verifying : erlang-cosTime-R16B-03.18.el7.x86_64 52/228
Verifying : erlang-megaco-R16B-03.18.el7.x86_64 53/228
Verifying : wxGTK-2.8.12-20.el7.x86_64 54/228
Verifying : erlang-eldap-R16B-03.18.el7.x86_64 55/228
Verifying : erlang-tv-R16B-03.18.el7.x86_64 56/228
Verifying : erlang-cosNotification-R16B-03.18.el7.x86_64 57/228
Verifying : rabbitmq-server-3.3.5-34.el7.noarch 58/228
Verifying : kazoo-application-trunkstore-4.0-51.el7.centos.x86_64 59/228
Verifying : freeswitch-asrtts-flite-1.6.17-1.el7.centos.x86_64 60/228
Verifying : erlang-cosEvent-R16B-03.18.el7.x86_64 61/228
Verifying : erlang-orber-R16B-03.18.el7.x86_64 62/228
Verifying : libXfixes-5.0.1-2.1.el7.x86_64 63/228
Verifying : kamailio-presence-4.4.4-7.1.x86_64 64/228
Verifying : kazoo-application-hotornot-4.0-51.el7.centos.x86_64 65/228
Verifying : kamailio-kazoo-4.4.4-7.1.x86_64 66/228
Verifying : libxcb-1.11-4.el7.x86_64 67/228
Verifying : erlang-erl_docgen-R16B-03.18.el7.x86_64 68/228
Verifying : freeswitch-codec-ilbc-1.6.17-1.el7.centos.x86_64 69/228
Verifying : kamailio-4.4.4-7.1.x86_64 70/228
Verifying : 2:nmap-ncat-6.40-7.el7.x86_64 71/228
Verifying : kazoo-sounds-freeswitch-ru-ru-4.0-1.el7.centos.noarch 72/228
Verifying : speex-1.2-0.19.rc1.el7.x86_64 73/228
Verifying : libX11-1.6.3-3.el7.x86_64 74/228
Verifying : erlang-edoc-R16B-03.18.el7.x86_64 75/228
Verifying : erlang-runtime_tools-R16B-03.18.el7.x86_64 76/228
Verifying : mesa-libGL-11.2.2-2.20160614.el7.x86_64 77/228
Verifying : monster-ui-application-callflows-4.0-15.el7.centos.noarch 78/228
Verifying : kazoo-application-call_inspector-4.0-51.el7.centos.x86_64 79/228
Verifying : kazoo-sounds-core-ru-ru-4.0-1.el7.centos.noarch 80/228
Verifying : erlang-ssh-R16B-03.18.el7.x86_64 81/228
Verifying : kazoo-application-webhooks-4.0-51.el7.centos.x86_64 82/228
Verifying : erlang-hipe-R16B-03.18.el7.x86_64 83/228
Verifying : kazoo-application-acdc-4.0-51.el7.centos.x86_64 84/228
Verifying : kazoo-freeswitch-4.0-4.el7.centos.noarch 85/228
Verifying : kazoo-application-stepswitch-4.0-51.el7.centos.x86_64 86/228
Verifying : 1:libtheora-1.1.1-8.el7.x86_64 87/228
Verifying : ilbc2-0.0.1-1.el7.centos.x86_64 88/228
Verifying : freeswitch-application-conference-1.6.17-1.el7.centos.x86_64 89/228
Verifying : erlang-xmerl-R16B-03.18.el7.x86_64 90/228
Verifying : poppler-data-0.4.6-3.el7.noarch 91/228
Verifying : erlang-cosFileTransfer-R16B-03.18.el7.x86_64 92/228
Verifying : libXext-1.3.3-3.el7.x86_64 93/228
Verifying : monster-ui-4.0-5.el7.centos.noarch 94/228
Verifying : erlang-appmon-R16B-03.18.el7.x86_64 95/228
Verifying : kazoo-application-reorder-4.0-51.el7.centos.x86_64 96/228
Verifying : gsm-1.0.13-11.el7.x86_64 97/228
Verifying : erlang-syntax_tools-R16B-03.18.el7.x86_64 98/228
Verifying : monster-ui-application-accounts-4.0-3.el7.centos.noarch 99/228
Verifying : ghostscript-fonts-5.50-32.el7.noarch 100/228
Verifying : erlang-os_mon-R16B-03.18.el7.x86_64 101/228
Verifying : 2:libogg-1.3.0-7.el7.x86_64 102/228
Verifying : erlang-webtool-R16B-03.18.el7.x86_64 103/228
Verifying : gd-2.0.35-26.el7.x86_64 104/228
Verifying : pixman-0.34.0-1.el7.x86_64 105/228
Verifying : gtk2-2.24.28-8.el7.x86_64 106/228
Verifying : erlang-typer-R16B-03.18.el7.x86_64 107/228
Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 108/228
Verifying : libXt-1.1.4-6.1.el7.x86_64 109/228
Verifying : libXcursor-1.1.14-2.1.el7.x86_64 110/228
Verifying : erlang-toolbar-R16B-03.18.el7.x86_64 111/228
Verifying : libXi-1.7.4-2.el7.x86_64 112/228
Verifying : kazoo-application-callflow-4.0-51.el7.centos.x86_64 113/228
Verifying : erlang-gs-R16B-03.18.el7.x86_64 114/228
Verifying : kazoo-4.0-6.el7.centos.noarch 115/228
Verifying : erlang-ic-R16B-03.18.el7.x86_64 116/228
Verifying : graphite2-1.3.6-1.el7_2.x86_64 117/228
Verifying : monster-ui-application-numbers-4.0-1.el7.centos.noarch 118/228
Verifying : harfbuzz-0.9.36-1.el7.x86_64 119/228
Verifying : libsndfile-1.0.25-10.el7.x86_64 120/228
Verifying : fontconfig-2.10.95-10.el7.x86_64 121/228
Verifying : 1:js-1.8.5-19.el7.x86_64 122/228
Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 123/228
Verifying : 1:tcl-8.5.13-8.el7.x86_64 124/228
Verifying : libtiff-4.0.3-27.el7_3.x86_64 125/228
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 126/228
Verifying : mailcap-2.1.41-2.el7.noarch 127/228
Verifying : haproxy-1.5.18-3.el7_3.1.x86_64 128/228
Verifying : erlang-stdlib-R16B-03.18.el7.x86_64 129/228
Verifying : freeswitch-format-tone-stream-1.6.17-1.el7.centos.x86_64 130/228
Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 131/228
Verifying : kazoo-application-crossbar-4.0-51.el7.centos.x86_64 132/228
Verifying : erlang-debugger-R16B-03.18.el7.x86_64 133/228
Verifying : fontpackages-filesystem-1.44-8.el7.noarch 134/228
Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 135/228
Verifying : kazoo-sounds-freeswitch-music-8000-4.0-1.el7.centos.noarch 136/228
Verifying : freeswitch-lang-en-1.6.17-1.el7.centos.x86_64 137/228
Verifying : freeswitch-kazoo-1.6.17-1.el7.centos.x86_64 138/228
Verifying : kazoo-application-blackhole-4.0-51.el7.centos.x86_64 139/228
Verifying : kazoo-application-conference-4.0-51.el7.centos.x86_64 140/228
Verifying : SDL-1.2.15-14.el7.x86_64 141/228
Verifying : kazoo-sounds-core-es-es-4.0-1.el7.centos.noarch 142/228
Verifying : erlang-sasl-R16B-03.18.el7.x86_64 143/228
Verifying : kazoo-application-notify-4.0-51.el7.centos.x86_64 144/228
Verifying : libXinerama-1.1.3-2.1.el7.x86_64 145/228
Verifying : kazoo-core-4.0-51.el7.centos.x86_64 146/228
Verifying : libXrender-0.9.8-2.1.el7.x86_64 147/228
Verifying : kazoo-application-hangups-4.0-51.el7.centos.x86_64 148/228
Verifying : erlang-parsetools-R16B-03.18.el7.x86_64 149/228
Verifying : urw-fonts-2.4-16.el7.noarch 150/228
Verifying : unixODBC-2.3.1-11.el7.x86_64 151/228
Verifying : libevent-2.0.21-4.el7.x86_64 152/228
Verifying : erlang-test_server-R16B-03.18.el7.x86_64 153/228
Verifying : erlang-inets-R16B-03.18.el7.x86_64 154/228
Verifying : freeswitch-codec-passthru-amrwb-1.6.17-1.el7.centos.x86_64 155/228
Verifying : pango-1.36.8-2.el7.x86_64 156/228
Verifying : libICE-1.0.9-2.el7.x86_64 157/228
Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 158/228
Verifying : kazoo-application-media_mgr-4.0-51.el7.centos.x86_64 159/228
Verifying : freeswitch-codec-passthru-g723_1-1.6.17-1.el7.centos.x86_64 160/228
Verifying : erlang-percept-R16B-03.18.el7.x86_64 161/228
Verifying : erlang-otp_mibs-R16B-03.18.el7.x86_64 162/228
Verifying : freeswitch-codec-h26x-1.6.17-1.el7.centos.x86_64 163/228
Verifying : libxshmfence-1.2-1.el7.x86_64 164/228
Verifying : erlang-examples-R16B-03.18.el7.x86_64 165/228
Verifying : libSM-1.2.2-2.el7.x86_64 166/228
Verifying : cairo-1.14.2-1.el7.x86_64 167/228
Verifying : postgresql-libs-9.2.18-1.el7.x86_64 168/228
Verifying : flite-2.0.0-0.el7.centos.x86_64 169/228
Verifying : kazoo-application-omnipresence-4.0-51.el7.centos.x86_64 170/228
Verifying : libXdamage-1.1.4-4.1.el7.x86_64 171/228
Verifying : erlang-asn1-R16B-03.18.el7.x86_64 172/228
Verifying : freeswitch-1.6.17-1.el7.centos.x86_64 173/228
Verifying : libthai-0.1.14-9.el7.x86_64 174/228
Verifying : monster-ui-application-fax-4.0-2.el7.centos.noarch 175/228
Verifying : ghostscript-9.07-20.el7_3.5.x86_64 176/228
Verifying : jasper-libs-1.900.1-30.el7_3.x86_64 177/228
Verifying : graphviz-2.30.1-19.el7.x86_64 178/228
Verifying : erlang-cosEventDomain-R16B-03.18.el7.x86_64 179/228
Verifying : erlang-dialyzer-R16B-03.18.el7.x86_64 180/228
Verifying : libfontenc-1.1.2-3.el7.x86_64 181/228
Verifying : libXaw-1.0.12-5.el7.x86_64 182/228
Verifying : kazoo-application-fax-4.0-51.el7.centos.x86_64 183/228
Verifying : erlang-compiler-R16B-03.18.el7.x86_64 184/228
Verifying : kamailio-websocket-4.4.4-7.1.x86_64 185/228
Verifying : monster-ui-application-voicemails-4.0-3.el7.centos.noarch 186/228
Verifying : monster-ui-application-webhooks-4.0-3.el7.centos.noarch 187/228
Verifying : wxGTK-gl-2.8.12-20.el7.x86_64 188/228
Verifying : kazoo-application-milliwatt-4.0-51.el7.centos.x86_64 189/228
Verifying : libXrandr-1.4.2-2.el7.x86_64 190/228
Verifying : apr-1.4.8-3.el7.x86_64 191/228
Verifying : erlang-pman-R16B-03.18.el7.x86_64 192/228
Verifying : 1:cups-libs-1.6.3-26.el7.x86_64 193/228
Verifying : erlang-cosTransactions-R16B-03.18.el7.x86_64 194/228
Verifying : kazoo-configs-kamailio-4.0-14.el7.centos.noarch 195/228
Verifying : kazoo-application-sysconf-4.0-51.el7.centos.x86_64 196/228
Verifying : libXft-2.3.2-2.el7.x86_64 197/228
Verifying : libX11-common-1.6.3-3.el7.noarch 198/228
Verifying : erlang-jinterface-R16B-03.18.el7.x86_64 199/228
Verifying : wxBase-2.8.12-20.el7.x86_64 200/228
Verifying : kamailio-uuid-4.4.4-7.1.x86_64 201/228
Verifying : freeswitch-codec-siren-1.6.17-1.el7.centos.x86_64 202/228
Verifying : bigcouch-unofficial-0.4-2b.el7.centos.x86_64 203/228
Verifying : kazoo-configs-freeswitch-4.0-14.el7.centos.noarch 204/228
Verifying : erlang-eunit-R16B-03.18.el7.x86_64 205/228
Verifying : erlang-cosProperty-R16B-03.18.el7.x86_64 206/228
Verifying : erlang-wx-R16B-03.18.el7.x86_64 207/228
Verifying : kazoo-sounds-core-en-us-4.0-1.el7.centos.noarch 208/228
Verifying : libXpm-3.5.11-3.el7.x86_64 209/228
Verifying : kazoo-bigcouch-4.0-4.el7.centos.noarch 210/228
Verifying : erlang-R16B-03.18.el7.x86_64 211/228
Verifying : erlang-crypto-R16B-03.18.el7.x86_64 212/228
Verifying : jbigkit-libs-2.0-11.el7.x86_64 213/228
Verifying : g722_1-0.2.0-1.el7.centos.x86_64 214/228
Verifying : avahi-libs-0.6.31-17.el7.x86_64 215/228
Verifying : mesa-libEGL-11.2.2-2.20160614.el7.x86_64 216/228
Verifying : kazoo-application-cdr-4.0-51.el7.centos.x86_64 217/228
Verifying : lcms2-2.6-3.el7.x86_64 218/228
Verifying : monster-ui-core-4.0-31.el7.centos.noarch 219/228
Verifying : freeswitch-codec-opus-1.6.17-1.el7.centos.x86_64 220/228
Verifying : librabbitmq-0.5.2-1.el7.x86_64 221/228
Verifying : atk-2.14.0-1.el7.x86_64 222/228
Verifying : libdb4-4.8.30-13.el7.x86_64 223/228
Verifying : kamailio-tls-4.4.4-7.1.x86_64 224/228
Verifying : monster-ui-application-voip-4.0-15.el7.centos.noarch 225/228
Verifying : libXmu-1.1.2-2.el7.x86_64 226/228
Verifying : kazoo-kamailio-4.0-4.el7.centos.noarch 227/228
Verifying : kazoo-configs-rabbitmq-4.0-14.el7.centos.noarch 228/228
Installed:
httpd.x86_64 0:2.4.6-45.el7.centos.4 kazoo.noarch 0:4.0-6.el7.centos
Dependency Installed:
SDL.x86_64 0:1.2.15-14.el7 apr.x86_64 0:1.4.8-3.el7 apr-util.x86_64 0:1.5.2-6.el7
atk.x86_64 0:2.14.0-1.el7 avahi-libs.x86_64 0:0.6.31-17.el7 bigcouch-unofficial.x86_64 0:0.4-2b.el7.centos
cairo.x86_64 0:1.14.2-1.el7 cups-libs.x86_64 1:1.6.3-26.el7 erlang.x86_64 0:R16B-03.18.el7
erlang-appmon.x86_64 0:R16B-03.18.el7 erlang-asn1.x86_64 0:R16B-03.18.el7 erlang-common_test.x86_64 0:R16B-03.18.el7
erlang-compiler.x86_64 0:R16B-03.18.el7 erlang-cosEvent.x86_64 0:R16B-03.18.el7 erlang-cosEventDomain.x86_64 0:R16B-03.18.el7
erlang-cosFileTransfer.x86_64 0:R16B-03.18.el7 erlang-cosNotification.x86_64 0:R16B-03.18.el7 erlang-cosProperty.x86_64 0:R16B-03.18.el7
erlang-cosTime.x86_64 0:R16B-03.18.el7 erlang-cosTransactions.x86_64 0:R16B-03.18.el7 erlang-crypto.x86_64 0:R16B-03.18.el7
erlang-debugger.x86_64 0:R16B-03.18.el7 erlang-dialyzer.x86_64 0:R16B-03.18.el7 erlang-diameter.x86_64 0:R16B-03.18.el7
erlang-edoc.x86_64 0:R16B-03.18.el7 erlang-eldap.x86_64 0:R16B-03.18.el7 erlang-erl_docgen.x86_64 0:R16B-03.18.el7
erlang-erl_interface.x86_64 0:R16B-03.18.el7 erlang-erts.x86_64 0:R16B-03.18.el7 erlang-et.x86_64 0:R16B-03.18.el7
erlang-eunit.x86_64 0:R16B-03.18.el7 erlang-examples.x86_64 0:R16B-03.18.el7 erlang-gs.x86_64 0:R16B-03.18.el7
erlang-hipe.x86_64 0:R16B-03.18.el7 erlang-ic.x86_64 0:R16B-03.18.el7 erlang-inets.x86_64 0:R16B-03.18.el7
erlang-jinterface.x86_64 0:R16B-03.18.el7 erlang-kernel.x86_64 0:R16B-03.18.el7 erlang-megaco.x86_64 0:R16B-03.18.el7
erlang-mnesia.x86_64 0:R16B-03.18.el7 erlang-observer.x86_64 0:R16B-03.18.el7 erlang-odbc.x86_64 0:R16B-03.18.el7
erlang-orber.x86_64 0:R16B-03.18.el7 erlang-os_mon.x86_64 0:R16B-03.18.el7 erlang-otp_mibs.x86_64 0:R16B-03.18.el7
erlang-parsetools.x86_64 0:R16B-03.18.el7 erlang-percept.x86_64 0:R16B-03.18.el7 erlang-pman.x86_64 0:R16B-03.18.el7
erlang-public_key.x86_64 0:R16B-03.18.el7 erlang-reltool.x86_64 0:R16B-03.18.el7 erlang-runtime_tools.x86_64 0:R16B-03.18.el7
erlang-sasl.x86_64 0:R16B-03.18.el7 erlang-sd_notify.x86_64 0:0.1-1.el7 erlang-snmp.x86_64 0:R16B-03.18.el7
erlang-ssh.x86_64 0:R16B-03.18.el7 erlang-ssl.x86_64 0:R16B-03.18.el7 erlang-stdlib.x86_64 0:R16B-03.18.el7
erlang-syntax_tools.x86_64 0:R16B-03.18.el7 erlang-test_server.x86_64 0:R16B-03.18.el7 erlang-toolbar.x86_64 0:R16B-03.18.el7
erlang-tools.x86_64 0:R16B-03.18.el7 erlang-tv.x86_64 0:R16B-03.18.el7 erlang-typer.x86_64 0:R16B-03.18.el7
erlang-webtool.x86_64 0:R16B-03.18.el7 erlang-wx.x86_64 0:R16B-03.18.el7 erlang-xmerl.x86_64 0:R16B-03.18.el7
flac-libs.x86_64 0:1.3.0-5.el7_1 flite.x86_64 0:2.0.0-0.el7.centos fontconfig.x86_64 0:2.10.95-10.el7
fontpackages-filesystem.noarch 0:1.44-8.el7 freeswitch.x86_64 0:1.6.17-1.el7.centos freeswitch-application-conference.x86_64 0:1.6.17-1.el7.centos
freeswitch-application-http-cache.x86_64 0:1.6.17-1.el7.centos freeswitch-asrtts-flite.x86_64 0:1.6.17-1.el7.centos freeswitch-codec-h26x.x86_64 0:1.6.17-1.el7.centos
freeswitch-codec-ilbc.x86_64 0:1.6.17-1.el7.centos freeswitch-codec-opus.x86_64 0:1.6.17-1.el7.centos freeswitch-codec-passthru-amr.x86_64 0:1.6.17-1.el7.centos
freeswitch-codec-passthru-amrwb.x86_64 0:1.6.17-1.el7.centos freeswitch-codec-passthru-g723_1.x86_64 0:1.6.17-1.el7.centos freeswitch-codec-siren.x86_64 0:1.6.17-1.el7.centos
freeswitch-format-local-stream.x86_64 0:1.6.17-1.el7.centos freeswitch-format-tone-stream.x86_64 0:1.6.17-1.el7.centos freeswitch-kazoo.x86_64 0:1.6.17-1.el7.centos
freeswitch-lang-en.x86_64 0:1.6.17-1.el7.centos g722_1.x86_64 0:0.2.0-1.el7.centos gd.x86_64 0:2.0.35-26.el7
gdk-pixbuf2.x86_64 0:2.31.6-3.el7 ghostscript.x86_64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7
graphite2.x86_64 0:1.3.6-1.el7_2 graphviz.x86_64 0:2.30.1-19.el7 gsm.x86_64 0:1.0.13-11.el7
gtk2.x86_64 0:2.24.28-8.el7 haproxy.x86_64 0:1.5.18-3.el7_3.1 harfbuzz.x86_64 0:0.9.36-1.el7
hicolor-icon-theme.noarch 0:0.12-7.el7 httpd-tools.x86_64 0:2.4.6-45.el7.centos.4 ilbc2.x86_64 0:0.0.1-1.el7.centos
jasper-libs.x86_64 0:1.900.1-30.el7_3 jbigkit-libs.x86_64 0:2.0-11.el7 js.x86_64 1:1.8.5-19.el7
kamailio.x86_64 0:4.4.4-7.1 kamailio-kazoo.x86_64 0:4.4.4-7.1 kamailio-outbound.x86_64 0:4.4.4-7.1
kamailio-presence.x86_64 0:4.4.4-7.1 kamailio-tls.x86_64 0:4.4.4-7.1 kamailio-uuid.x86_64 0:4.4.4-7.1
kamailio-websocket.x86_64 0:4.4.4-7.1 kazoo-application-acdc.x86_64 0:4.0-51.el7.centos kazoo-application-blackhole.x86_64 0:4.0-51.el7.centos
kazoo-application-call_inspector.x86_64 0:4.0-51.el7.centos kazoo-application-callflow.x86_64 0:4.0-51.el7.centos kazoo-application-cdr.x86_64 0:4.0-51.el7.centos
kazoo-application-conference.x86_64 0:4.0-51.el7.centos kazoo-application-crossbar.x86_64 0:4.0-51.el7.centos kazoo-application-ecallmgr.x86_64 0:4.0-51.el7.centos
kazoo-application-fax.x86_64 0:4.0-51.el7.centos kazoo-application-hangups.x86_64 0:4.0-51.el7.centos kazoo-application-hotornot.x86_64 0:4.0-51.el7.centos
kazoo-application-media_mgr.x86_64 0:4.0-51.el7.centos kazoo-application-milliwatt.x86_64 0:4.0-51.el7.centos kazoo-application-notify.x86_64 0:4.0-51.el7.centos
kazoo-application-omnipresence.x86_64 0:4.0-51.el7.centos kazoo-application-pivot.x86_64 0:4.0-51.el7.centos kazoo-application-registrar.x86_64 0:4.0-51.el7.centos
kazoo-application-reorder.x86_64 0:4.0-51.el7.centos kazoo-application-stepswitch.x86_64 0:4.0-51.el7.centos kazoo-application-sysconf.x86_64 0:4.0-51.el7.centos
kazoo-application-tasks.x86_64 0:4.0-51.el7.centos kazoo-application-teletype.x86_64 0:4.0-51.el7.centos kazoo-application-trunkstore.x86_64 0:4.0-51.el7.centos
kazoo-application-webhooks.x86_64 0:4.0-51.el7.centos kazoo-applications.noarch 0:4.0-6.el7.centos kazoo-bigcouch.noarch 0:4.0-4.el7.centos
kazoo-configs-bigcouch.noarch 0:4.0-14.el7.centos kazoo-configs-core.noarch 0:4.0-14.el7.centos kazoo-configs-freeswitch.noarch 0:4.0-14.el7.centos
kazoo-configs-haproxy.noarch 0:4.0-13.el7.centos kazoo-configs-kamailio.noarch 0:4.0-14.el7.centos kazoo-configs-rabbitmq.noarch 0:4.0-14.el7.centos
kazoo-core.x86_64 0:4.0-51.el7.centos kazoo-freeswitch.noarch 0:4.0-4.el7.centos kazoo-haproxy.noarch 0:4.0-3.el7.centos
kazoo-kamailio.noarch 0:4.0-4.el7.centos kazoo-rabbitmq.noarch 0:4.0-4.el7.centos kazoo-sounds-core-en-us.noarch 0:4.0-1.el7.centos
kazoo-sounds-core-es-es.noarch 0:4.0-1.el7.centos kazoo-sounds-core-fr-ca.noarch 0:4.0-1.el7.centos kazoo-sounds-core-ru-ru.noarch 0:4.0-1.el7.centos
kazoo-sounds-freeswitch-en-us.noarch 0:4.0-1.el7.centos kazoo-sounds-freeswitch-fr-ca.noarch 0:4.0-1.el7.centos kazoo-sounds-freeswitch-music-8000.noarch 0:4.0-1.el7.centos
kazoo-sounds-freeswitch-ru-ru.noarch 0:4.0-1.el7.centos lcms2.x86_64 0:2.6-3.el7 libICE.x86_64 0:1.0.9-2.el7
libSM.x86_64 0:1.2.2-2.el7 libX11.x86_64 0:1.6.3-3.el7 libX11-common.noarch 0:1.6.3-3.el7
libXau.x86_64 0:1.0.8-2.1.el7 libXaw.x86_64 0:1.0.12-5.el7 libXcomposite.x86_64 0:0.4.4-4.1.el7
libXcursor.x86_64 0:1.1.14-2.1.el7 libXdamage.x86_64 0:1.1.4-4.1.el7 libXext.x86_64 0:1.3.3-3.el7
libXfixes.x86_64 0:5.0.1-2.1.el7 libXfont.x86_64 0:1.5.1-2.el7 libXft.x86_64 0:2.3.2-2.el7
libXi.x86_64 0:1.7.4-2.el7 libXinerama.x86_64 0:1.1.3-2.1.el7 libXmu.x86_64 0:1.1.2-2.el7
libXpm.x86_64 0:3.5.11-3.el7 libXrandr.x86_64 0:1.4.2-2.el7 libXrender.x86_64 0:0.9.8-2.1.el7
libXt.x86_64 0:1.1.4-6.1.el7 libXxf86vm.x86_64 0:1.1.3-2.1.el7 libdb4.x86_64 0:4.8.30-13.el7
libevent.x86_64 0:2.0.21-4.el7 libfontenc.x86_64 0:1.1.2-3.el7 libicu.x86_64 0:50.1.2-15.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7 libogg.x86_64 2:1.3.0-7.el7 libpng.x86_64 2:1.5.13-7.el7_2
librabbitmq.x86_64 0:0.5.2-1.el7 librsvg2.x86_64 0:2.39.0-1.el7 libsndfile.x86_64 0:1.0.25-10.el7
libthai.x86_64 0:0.1.14-9.el7 libtheora.x86_64 1:1.1.1-8.el7 libtiff.x86_64 0:4.0.3-27.el7_3
libtool-ltdl.x86_64 0:2.4.2-22.el7_3 libvorbis.x86_64 1:1.3.3-8.el7 libxcb.x86_64 0:1.11-4.el7
libxshmfence.x86_64 0:1.2-1.el7 lksctp-tools.x86_64 0:1.0.17-2.el7 mailcap.noarch 0:2.1.41-2.el7
mesa-libEGL.x86_64 0:11.2.2-2.20160614.el7 mesa-libGL.x86_64 0:11.2.2-2.20160614.el7 mesa-libGLU.x86_64 0:9.0.0-4.el7
mesa-libgbm.x86_64 0:11.2.2-2.20160614.el7 mesa-libglapi.x86_64 0:11.2.2-2.20160614.el7 monster-ui.noarch 0:4.0-5.el7.centos
monster-ui-application-accounts.noarch 0:4.0-3.el7.centos monster-ui-application-callflows.noarch 0:4.0-15.el7.centos monster-ui-application-fax.noarch 0:4.0-2.el7.centos
monster-ui-application-numbers.noarch 0:4.0-1.el7.centos monster-ui-application-pbxs.noarch 0:4.0-5.el7.centos monster-ui-application-voicemails.noarch 0:4.0-3.el7.centos
monster-ui-application-voip.noarch 0:4.0-15.el7.centos monster-ui-application-webhooks.noarch 0:4.0-3.el7.centos monster-ui-core.noarch 0:4.0-31.el7.centos
nmap-ncat.x86_64 2:6.40-7.el7 opus.x86_64 0:1.1-1.el7.centos pango.x86_64 0:1.36.8-2.el7
pixman.x86_64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 postgresql-libs.x86_64 0:9.2.18-1.el7
rabbitmq-server.noarch 0:3.3.5-34.el7 speex.x86_64 0:1.2-0.19.rc1.el7 tcl.x86_64 1:8.5.13-8.el7
tk.x86_64 1:8.5.13-6.el7 unixODBC.x86_64 0:2.3.1-11.el7 urw-fonts.noarch 0:2.4-16.el7
wxBase.x86_64 0:2.8.12-20.el7 wxGTK.x86_64 0:2.8.12-20.el7 wxGTK-gl.x86_64 0:2.8.12-20.el7
xorg-x11-font-utils.x86_64 1:7.5-20.el7
Complete!
[root@li891-65 ~]# vim /etc/kazoo/kamailio/dbtext/dispatcher
[root@li891-65 ~]# vim /etc/kazoo/kamailio/local.cfg
[root@li891-65 ~]# rpm -ivh --nodeps
http://download.opensuse.org/repositories/network:/telephony:/freeswitch/openSUSE_Tumbleweed/x86_64/freeswitch-format-mod-shout-1.6.17-1.10.x86_64.rpm
Retrieving
http://download.opensuse.org/repositories/network:/telephony:/freeswitch/openSUSE_Tumbleweed/x86_64/freeswitch-format-mod-shout-1.6.17-1.10.x86_64.rpm
warning: /var/tmp/rpm-tmp.ZdwUrD: Header V3 RSA/SHA256 Signature, key ID b0d19f7e: NOKEY
Preparing... ################################# [100%]
Updating / installing...
1:freeswitch-format-mod-shout-1.6.1################################# [100%]
[root@li891-65 ~]# service rsyslog restart ; service kazoo-bigcouch start ; service kazoo-haproxy start ; service kazoo-rabbitmq start ; sleep 5 ; service kazoo-applications start ; echo "Pausing for 90 seconds..." ; sleep 90 ; service kazoo-ecallmgr start ; service kazoo-freeswitch start ; service httpd start ; service kazoo-kamailio start
Redirecting to /bin/systemctl restart rsyslog.service
Redirecting to /bin/systemctl start kazoo-bigcouch.service
Redirecting to /bin/systemctl start kazoo-haproxy.service
Redirecting to /bin/systemctl start kazoo-rabbitmq.service
Redirecting to /bin/systemctl start kazoo-applications.service
Pausing for 90 seconds...
Redirecting to /bin/systemctl start kazoo-ecallmgr.service
Redirecting to /bin/systemctl start kazoo-freeswitch.service
Redirecting to /bin/systemctl start httpd.service
Redirecting to /bin/systemctl start kazoo-kamailio.service
[root@li891-65 ~]# kazoo-applications status
Node :
kazoo...@li891-65.members.linode.com
Version : 4.0.51 - 18
Memory Usage : 58.93MB
Processes : 1651
Ports : 23
Zone : local
Broker : amqp://
127.0.0.1:5672
Globals : local (1)
Node Info : kz_amqp_pool: 150/0/0 (ready)
WhApps : blackhole(21s) callflow(21s) cdr(20s) conference(20s)
crossbar(20s) fax(19s) hangups(17s) media_mgr(17s)
milliwatt(17s) omnipresence(17s) pivot(17s) registrar(17s)
reorder(17s) stepswitch(17s) sysconf(21s) teletype(17s)
trunkstore(17s) webhooks(17s)
Node :
kama...@kamailio.2600hz.com
Version : 4.4.4
Memory Usage : 14.10MB
Processes : 0
Ports : 0
Zone : local
Broker : amqp://
127.0.0.1:5672
WhApps : kamailio(55s)
Node :
ecal...@li891-65.members.linode.com
Version : 4.0.51 - 18
Memory Usage : 43.92MB
Processes : 1111
Ports : 30
Zone : local
Broker : amqp://
127.0.0.1:5672
Globals : remote (1)
Node Info : kz_amqp_pool: 149/1/0 (ready)
WhApps : ecallmgr(47s)
Channels : 0
Registrations : 0
Media Servers :
frees...@li891-65.members.linode.com (18s)
[root@li891-65 ~]# sup -necallmgr ecallmgr_maintenance add_fs_node
frees...@li891-65.members.linode.com
adding
frees...@li891-65.members.linode.com to ecallmgr system config
{error,node_exists}
[root@li891-65 ~]# sup kazoo_media_maintenance import_prompts /opt/kazoo/sounds/en/us/ en-us
importing prompts from '/opt/kazoo/sounds/en/us/' with language 'en-us'
importing prompt '/opt/kazoo/sounds/en/us/agent-already_logged_in.wav' with language 'en-us'
importing as 'en-us/agent-already_logged_in'
saved metadata about '/opt/kazoo/sounds/en/us/agent-already_logged_in.wav'
uploaded prompt binary to en-us/agent-already_logged_in as agent-already_logged_in.wav
importing prompt '/opt/kazoo/sounds/en/us/agent-invalid_choice.wav' with language 'en-us'
importing as 'en-us/agent-invalid_choice'
saved metadata about '/opt/kazoo/sounds/en/us/agent-invalid_choice.wav'
uploaded prompt binary to en-us/agent-invalid_choice as agent-invalid_choice.wav
importing prompt '/opt/kazoo/sounds/en/us/agent-logged_in.wav' with language 'en-us'
importing as 'en-us/agent-logged_in'
saved metadata about '/opt/kazoo/sounds/en/us/agent-logged_in.wav'
uploaded prompt binary to en-us/agent-logged_in as agent-logged_in.wav
importing prompt '/opt/kazoo/sounds/en/us/agent-logged_out.wav' with language 'en-us'
importing as 'en-us/agent-logged_out'
saved metadata about '/opt/kazoo/sounds/en/us/agent-logged_out.wav'
uploaded prompt binary to en-us/agent-logged_out as agent-logged_out.wav
importing prompt '/opt/kazoo/sounds/en/us/agent-not_call_center_agent.wav' with language 'en-us'
importing as 'en-us/agent-not_call_center_agent'
saved metadata about '/opt/kazoo/sounds/en/us/agent-not_call_center_agent.wav'
uploaded prompt binary to en-us/agent-not_call_center_agent as agent-not_call_center_agent.wav
importing prompt '/opt/kazoo/sounds/en/us/agent-pause.wav' with language 'en-us'
importing as 'en-us/agent-pause'
saved metadata about '/opt/kazoo/sounds/en/us/agent-pause.wav'
uploaded prompt binary to en-us/agent-pause as agent-pause.wav
importing prompt '/opt/kazoo/sounds/en/us/agent-resume.wav' with language 'en-us'
importing as 'en-us/agent-resume'
saved metadata about '/opt/kazoo/sounds/en/us/agent-resume.wav'
uploaded prompt binary to en-us/agent-resume as agent-resume.wav
importing prompt '/opt/kazoo/sounds/en/us/camper-deny.wav' with language 'en-us'
importing as 'en-us/camper-deny'
saved metadata about '/opt/kazoo/sounds/en/us/camper-deny.wav'
uploaded prompt binary to en-us/camper-deny as camper-deny.wav
importing prompt '/opt/kazoo/sounds/en/us/camper-queue.wav' with language 'en-us'
importing as 'en-us/camper-queue'
saved metadata about '/opt/kazoo/sounds/en/us/camper-queue.wav'
uploaded prompt binary to en-us/camper-queue as camper-queue.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-disabled.wav' with language 'en-us'
importing as 'en-us/cf-disabled'
saved metadata about '/opt/kazoo/sounds/en/us/cf-disabled.wav'
uploaded prompt binary to en-us/cf-disabled as cf-disabled.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-disabled_menu.wav' with language 'en-us'
importing as 'en-us/cf-disabled_menu'
saved metadata about '/opt/kazoo/sounds/en/us/cf-disabled_menu.wav'
uploaded prompt binary to en-us/cf-disabled_menu as cf-disabled_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-enabled_menu.wav' with language 'en-us'
importing as 'en-us/cf-enabled_menu'
saved metadata about '/opt/kazoo/sounds/en/us/cf-enabled_menu.wav'
uploaded prompt binary to en-us/cf-enabled_menu as cf-enabled_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-enter_number.wav' with language 'en-us'
importing as 'en-us/cf-enter_number'
saved metadata about '/opt/kazoo/sounds/en/us/cf-enter_number.wav'
uploaded prompt binary to en-us/cf-enter_number as cf-enter_number.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-move-no_channel.wav' with language 'en-us'
importing as 'en-us/cf-move-no_channel'
saved metadata about '/opt/kazoo/sounds/en/us/cf-move-no_channel.wav'
uploaded prompt binary to en-us/cf-move-no_channel as cf-move-no_channel.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-move-no_owner.wav' with language 'en-us'
importing as 'en-us/cf-move-no_owner'
saved metadata about '/opt/kazoo/sounds/en/us/cf-move-no_owner.wav'
uploaded prompt binary to en-us/cf-move-no_owner as cf-move-no_owner.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-move-too_many_channels.wav' with language 'en-us'
importing as 'en-us/cf-move-too_many_channels'
saved metadata about '/opt/kazoo/sounds/en/us/cf-move-too_many_channels.wav'
uploaded prompt binary to en-us/cf-move-too_many_channels as cf-move-too_many_channels.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-not_available.wav' with language 'en-us'
importing as 'en-us/cf-not_available'
saved metadata about '/opt/kazoo/sounds/en/us/cf-not_available.wav'
uploaded prompt binary to en-us/cf-not_available as cf-not_available.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-now_forwarded_to.wav' with language 'en-us'
importing as 'en-us/cf-now_forwarded_to'
saved metadata about '/opt/kazoo/sounds/en/us/cf-now_forwarded_to.wav'
uploaded prompt binary to en-us/cf-now_forwarded_to as cf-now_forwarded_to.wav
importing prompt '/opt/kazoo/sounds/en/us/cf-unauthorized_call.wav' with language 'en-us'
importing as 'en-us/cf-unauthorized_call'
saved metadata about '/opt/kazoo/sounds/en/us/cf-unauthorized_call.wav'
uploaded prompt binary to en-us/cf-unauthorized_call as cf-unauthorized_call.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-alone.wav' with language 'en-us'
importing as 'en-us/conf-alone'
saved metadata about '/opt/kazoo/sounds/en/us/conf-alone.wav'
uploaded prompt binary to en-us/conf-alone as conf-alone.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-announce_your_name.wav' with language 'en-us'
importing as 'en-us/conf-announce_your_name'
saved metadata about '/opt/kazoo/sounds/en/us/conf-announce_your_name.wav'
uploaded prompt binary to en-us/conf-announce_your_name as conf-announce_your_name.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-bad_conf.wav' with language 'en-us'
importing as 'en-us/conf-bad_conf'
saved metadata about '/opt/kazoo/sounds/en/us/conf-bad_conf.wav'
uploaded prompt binary to en-us/conf-bad_conf as conf-bad_conf.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-bad_pin.wav' with language 'en-us'
importing as 'en-us/conf-bad_pin'
saved metadata about '/opt/kazoo/sounds/en/us/conf-bad_pin.wav'
uploaded prompt binary to en-us/conf-bad_pin as conf-bad_pin.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-deaf.wav' with language 'en-us'
importing as 'en-us/conf-deaf'
saved metadata about '/opt/kazoo/sounds/en/us/conf-deaf.wav'
uploaded prompt binary to en-us/conf-deaf as conf-deaf.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-enter_conf_number.wav' with language 'en-us'
importing as 'en-us/conf-enter_conf_number'
saved metadata about '/opt/kazoo/sounds/en/us/conf-enter_conf_number.wav'
uploaded prompt binary to en-us/conf-enter_conf_number as conf-enter_conf_number.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-enter_conf_pin.wav' with language 'en-us'
importing as 'en-us/conf-enter_conf_pin'
saved metadata about '/opt/kazoo/sounds/en/us/conf-enter_conf_pin.wav'
uploaded prompt binary to en-us/conf-enter_conf_pin as conf-enter_conf_pin.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-has_joined.wav' with language 'en-us'
importing as 'en-us/conf-has_joined'
saved metadata about '/opt/kazoo/sounds/en/us/conf-has_joined.wav'
uploaded prompt binary to en-us/conf-has_joined as conf-has_joined.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-has_left.wav' with language 'en-us'
importing as 'en-us/conf-has_left'
saved metadata about '/opt/kazoo/sounds/en/us/conf-has_left.wav'
uploaded prompt binary to en-us/conf-has_left as conf-has_left.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-joining_conference.wav' with language 'en-us'
importing as 'en-us/conf-joining_conference'
saved metadata about '/opt/kazoo/sounds/en/us/conf-joining_conference.wav'
uploaded prompt binary to en-us/conf-joining_conference as conf-joining_conference.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-max_participants.wav' with language 'en-us'
importing as 'en-us/conf-max_participants'
saved metadata about '/opt/kazoo/sounds/en/us/conf-max_participants.wav'
uploaded prompt binary to en-us/conf-max_participants as conf-max_participants.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-muted.wav' with language 'en-us'
importing as 'en-us/conf-muted'
saved metadata about '/opt/kazoo/sounds/en/us/conf-muted.wav'
uploaded prompt binary to en-us/conf-muted as conf-muted.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-other_participants.wav' with language 'en-us'
importing as 'en-us/conf-other_participants'
saved metadata about '/opt/kazoo/sounds/en/us/conf-other_participants.wav'
uploaded prompt binary to en-us/conf-other_participants as conf-other_participants.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-review.wav' with language 'en-us'
importing as 'en-us/conf-review'
saved metadata about '/opt/kazoo/sounds/en/us/conf-review.wav'
uploaded prompt binary to en-us/conf-review as conf-review.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-single.wav' with language 'en-us'
importing as 'en-us/conf-single'
saved metadata about '/opt/kazoo/sounds/en/us/conf-single.wav'
uploaded prompt binary to en-us/conf-single as conf-single.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-there_are.wav' with language 'en-us'
importing as 'en-us/conf-there_are'
saved metadata about '/opt/kazoo/sounds/en/us/conf-there_are.wav'
uploaded prompt binary to en-us/conf-there_are as conf-there_are.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-too_many_attempts.wav' with language 'en-us'
importing as 'en-us/conf-too_many_attempts'
saved metadata about '/opt/kazoo/sounds/en/us/conf-too_many_attempts.wav'
uploaded prompt binary to en-us/conf-too_many_attempts as conf-too_many_attempts.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-undeaf.wav' with language 'en-us'
importing as 'en-us/conf-undeaf'
saved metadata about '/opt/kazoo/sounds/en/us/conf-undeaf.wav'
uploaded prompt binary to en-us/conf-undeaf as conf-undeaf.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-unmuted.wav' with language 'en-us'
importing as 'en-us/conf-unmuted'
saved metadata about '/opt/kazoo/sounds/en/us/conf-unmuted.wav'
uploaded prompt binary to en-us/conf-unmuted as conf-unmuted.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-welcome.wav' with language 'en-us'
importing as 'en-us/conf-welcome'
saved metadata about '/opt/kazoo/sounds/en/us/conf-welcome.wav'
uploaded prompt binary to en-us/conf-welcome as conf-welcome.wav
importing prompt '/opt/kazoo/sounds/en/us/conf-your_announcment.wav' with language 'en-us'
importing as 'en-us/conf-your_announcment'
saved metadata about '/opt/kazoo/sounds/en/us/conf-your_announcment.wav'
uploaded prompt binary to en-us/conf-your_announcment as conf-your_announcment.wav
importing prompt '/opt/kazoo/sounds/en/us/cw-activated.wav' with language 'en-us'
importing as 'en-us/cw-activated'
saved metadata about '/opt/kazoo/sounds/en/us/cw-activated.wav'
uploaded prompt binary to en-us/cw-activated as cw-activated.wav
importing prompt '/opt/kazoo/sounds/en/us/cw-deactivated.wav' with language 'en-us'
importing as 'en-us/cw-deactivated'
saved metadata about '/opt/kazoo/sounds/en/us/cw-deactivated.wav'
uploaded prompt binary to en-us/cw-deactivated as cw-deactivated.wav
importing prompt '/opt/kazoo/sounds/en/us/cw-not_available.wav' with language 'en-us'
importing as 'en-us/cw-not_available'
saved metadata about '/opt/kazoo/sounds/en/us/cw-not_available.wav'
uploaded prompt binary to en-us/cw-not_available as cw-not_available.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-confirm_menu.wav' with language 'en-us'
importing as 'en-us/dir-confirm_menu'
saved metadata about '/opt/kazoo/sounds/en/us/dir-confirm_menu.wav'
uploaded prompt binary to en-us/dir-confirm_menu as dir-confirm_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-enter_person.wav' with language 'en-us'
importing as 'en-us/dir-enter_person'
saved metadata about '/opt/kazoo/sounds/en/us/dir-enter_person.wav'
uploaded prompt binary to en-us/dir-enter_person as dir-enter_person.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-enter_person_firstname.wav' with language 'en-us'
importing as 'en-us/dir-enter_person_firstname'
saved metadata about '/opt/kazoo/sounds/en/us/dir-enter_person_firstname.wav'
uploaded prompt binary to en-us/dir-enter_person_firstname as dir-enter_person_firstname.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-enter_person_lastname.wav' with language 'en-us'
importing as 'en-us/dir-enter_person_lastname'
saved metadata about '/opt/kazoo/sounds/en/us/dir-enter_person_lastname.wav'
uploaded prompt binary to en-us/dir-enter_person_lastname as dir-enter_person_lastname.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-first_name.wav' with language 'en-us'
importing as 'en-us/dir-first_name'
saved metadata about '/opt/kazoo/sounds/en/us/dir-first_name.wav'
uploaded prompt binary to en-us/dir-first_name as dir-first_name.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-found.wav' with language 'en-us'
importing as 'en-us/dir-found'
saved metadata about '/opt/kazoo/sounds/en/us/dir-found.wav'
uploaded prompt binary to en-us/dir-found as dir-found.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-invalid_key.wav' with language 'en-us'
importing as 'en-us/dir-invalid_key'
saved metadata about '/opt/kazoo/sounds/en/us/dir-invalid_key.wav'
uploaded prompt binary to en-us/dir-invalid_key as dir-invalid_key.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-last_name.wav' with language 'en-us'
importing as 'en-us/dir-last_name'
saved metadata about '/opt/kazoo/sounds/en/us/dir-last_name.wav'
uploaded prompt binary to en-us/dir-last_name as dir-last_name.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-letters_of_person_name.wav' with language 'en-us'
importing as 'en-us/dir-letters_of_person_name'
saved metadata about '/opt/kazoo/sounds/en/us/dir-letters_of_person_name.wav'
uploaded prompt binary to en-us/dir-letters_of_person_name as dir-letters_of_person_name.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-no_more_results.wav' with language 'en-us'
importing as 'en-us/dir-no_more_results'
saved metadata about '/opt/kazoo/sounds/en/us/dir-no_more_results.wav'
uploaded prompt binary to en-us/dir-no_more_results as dir-no_more_results.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-no_results_found.wav' with language 'en-us'
importing as 'en-us/dir-no_results_found'
saved metadata about '/opt/kazoo/sounds/en/us/dir-no_results_found.wav'
uploaded prompt binary to en-us/dir-no_results_found as dir-no_results_found.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-result_menu.wav' with language 'en-us'
importing as 'en-us/dir-result_menu'
saved metadata about '/opt/kazoo/sounds/en/us/dir-result_menu.wav'
uploaded prompt binary to en-us/dir-result_menu as dir-result_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-result_number.wav' with language 'en-us'
importing as 'en-us/dir-result_number'
saved metadata about '/opt/kazoo/sounds/en/us/dir-result_number.wav'
uploaded prompt binary to en-us/dir-result_number as dir-result_number.wav
importing prompt '/opt/kazoo/sounds/en/us/dir-specify_minimum.wav' with language 'en-us'
importing as 'en-us/dir-specify_minimum'
saved metadata about '/opt/kazoo/sounds/en/us/dir-specify_minimum.wav'
uploaded prompt binary to en-us/dir-specify_minimum as dir-specify_minimum.wav
importing prompt '/opt/kazoo/sounds/en/us/disa-enter_pin.wav' with language 'en-us'
importing as 'en-us/disa-enter_pin'
saved metadata about '/opt/kazoo/sounds/en/us/disa-enter_pin.wav'
uploaded prompt binary to en-us/disa-enter_pin as disa-enter_pin.wav
importing prompt '/opt/kazoo/sounds/en/us/disa-invalid_extension.wav' with language 'en-us'
importing as 'en-us/disa-invalid_extension'
saved metadata about '/opt/kazoo/sounds/en/us/disa-invalid_extension.wav'
uploaded prompt binary to en-us/disa-invalid_extension as disa-invalid_extension.wav
importing prompt '/opt/kazoo/sounds/en/us/disa-invalid_pin.wav' with language 'en-us'
importing as 'en-us/disa-invalid_pin'
saved metadata about '/opt/kazoo/sounds/en/us/disa-invalid_pin.wav'
uploaded prompt binary to en-us/disa-invalid_pin as disa-invalid_pin.wav
importing prompt '/opt/kazoo/sounds/en/us/disa-retries_exceeded.wav' with language 'en-us'
importing as 'en-us/disa-retries_exceeded'
saved metadata about '/opt/kazoo/sounds/en/us/disa-retries_exceeded.wav'
uploaded prompt binary to en-us/disa-retries_exceeded as disa-retries_exceeded.wav
importing prompt '/opt/kazoo/sounds/en/us/dnd-activated.wav' with language 'en-us'
importing as 'en-us/dnd-activated'
saved metadata about '/opt/kazoo/sounds/en/us/dnd-activated.wav'
uploaded prompt binary to en-us/dnd-activated as dnd-activated.wav
importing prompt '/opt/kazoo/sounds/en/us/dnd-deactivated.wav' with language 'en-us'
importing as 'en-us/dnd-deactivated'
saved metadata about '/opt/kazoo/sounds/en/us/dnd-deactivated.wav'
uploaded prompt binary to en-us/dnd-deactivated as dnd-deactivated.wav
importing prompt '/opt/kazoo/sounds/en/us/dnd-not_available.wav' with language 'en-us'
importing as 'en-us/dnd-not_available'
saved metadata about '/opt/kazoo/sounds/en/us/dnd-not_available.wav'
uploaded prompt binary to en-us/dnd-not_available as dnd-not_available.wav
importing prompt '/opt/kazoo/sounds/en/us/dynamic-cid-enter_cid.wav' with language 'en-us'
importing as 'en-us/dynamic-cid-enter_cid'
saved metadata about '/opt/kazoo/sounds/en/us/dynamic-cid-enter_cid.wav'
uploaded prompt binary to en-us/dynamic-cid-enter_cid as dynamic-cid-enter_cid.wav
importing prompt '/opt/kazoo/sounds/en/us/dynamic-cid-invalid_using_default.wav' with language 'en-us'
importing as 'en-us/dynamic-cid-invalid_using_default'
saved metadata about '/opt/kazoo/sounds/en/us/dynamic-cid-invalid_using_default.wav'
uploaded prompt binary to en-us/dynamic-cid-invalid_using_default as dynamic-cid-invalid_using_default.wav
importing prompt '/opt/kazoo/sounds/en/us/eavesdrop-no_channels.wav' with language 'en-us'
importing as 'en-us/eavesdrop-no_channels'
saved metadata about '/opt/kazoo/sounds/en/us/eavesdrop-no_channels.wav'
uploaded prompt binary to en-us/eavesdrop-no_channels as eavesdrop-no_channels.wav
importing prompt '/opt/kazoo/sounds/en/us/fault-can_not_be_completed_as_dialed.wav' with language 'en-us'
importing as 'en-us/fault-can_not_be_completed_as_dialed'
saved metadata about '/opt/kazoo/sounds/en/us/fault-can_not_be_completed_as_dialed.wav'
uploaded prompt binary to en-us/fault-can_not_be_completed_as_dialed as fault-can_not_be_completed_as_dialed.wav
importing prompt '/opt/kazoo/sounds/en/us/fault-can_not_be_completed_at_this_time.wav' with language 'en-us'
importing as 'en-us/fault-can_not_be_completed_at_this_time'
saved metadata about '/opt/kazoo/sounds/en/us/fault-can_not_be_completed_at_this_time.wav'
uploaded prompt binary to en-us/fault-can_not_be_completed_at_this_time as fault-can_not_be_completed_at_this_time.wav
importing prompt '/opt/kazoo/sounds/en/us/fault-facility_trouble.wav' with language 'en-us'
importing as 'en-us/fault-facility_trouble'
saved metadata about '/opt/kazoo/sounds/en/us/fault-facility_trouble.wav'
uploaded prompt binary to en-us/fault-facility_trouble as fault-facility_trouble.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-abort.wav' with language 'en-us'
importing as 'en-us/hotdesk-abort'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-abort.wav'
uploaded prompt binary to en-us/hotdesk-abort as hotdesk-abort.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-disabled.wav' with language 'en-us'
importing as 'en-us/hotdesk-disabled'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-disabled.wav'
uploaded prompt binary to en-us/hotdesk-disabled as hotdesk-disabled.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-enter_id.wav' with language 'en-us'
importing as 'en-us/hotdesk-enter_id'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-enter_id.wav'
uploaded prompt binary to en-us/hotdesk-enter_id as hotdesk-enter_id.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-enter_pin.wav' with language 'en-us'
importing as 'en-us/hotdesk-enter_pin'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-enter_pin.wav'
uploaded prompt binary to en-us/hotdesk-enter_pin as hotdesk-enter_pin.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-invalid_entry.wav' with language 'en-us'
importing as 'en-us/hotdesk-invalid_entry'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-invalid_entry.wav'
uploaded prompt binary to en-us/hotdesk-invalid_entry as hotdesk-invalid_entry.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-logged_in.wav' with language 'en-us'
importing as 'en-us/hotdesk-logged_in'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-logged_in.wav'
uploaded prompt binary to en-us/hotdesk-logged_in as hotdesk-logged_in.wav
importing prompt '/opt/kazoo/sounds/en/us/hotdesk-logged_out.wav' with language 'en-us'
importing as 'en-us/hotdesk-logged_out'
saved metadata about '/opt/kazoo/sounds/en/us/hotdesk-logged_out.wav'
uploaded prompt binary to en-us/hotdesk-logged_out as hotdesk-logged_out.wav
importing prompt '/opt/kazoo/sounds/en/us/intercept-no_channels.wav' with language 'en-us'
importing as 'en-us/intercept-no_channels'
saved metadata about '/opt/kazoo/sounds/en/us/intercept-no_channels.wav'
uploaded prompt binary to en-us/intercept-no_channels as intercept-no_channels.wav
importing prompt '/opt/kazoo/sounds/en/us/intercept-no_users.wav' with language 'en-us'
importing as 'en-us/intercept-no_users'
saved metadata about '/opt/kazoo/sounds/en/us/intercept-no_users.wav'
uploaded prompt binary to en-us/intercept-no_users as intercept-no_users.wav
importing prompt '/opt/kazoo/sounds/en/us/ivr-group_confirm.wav' with language 'en-us'
importing as 'en-us/ivr-group_confirm'
saved metadata about '/opt/kazoo/sounds/en/us/ivr-group_confirm.wav'
uploaded prompt binary to en-us/ivr-group_confirm as ivr-group_confirm.wav
importing prompt '/opt/kazoo/sounds/en/us/menu-exit.wav' with language 'en-us'
importing as 'en-us/menu-exit'
saved metadata about '/opt/kazoo/sounds/en/us/menu-exit.wav'
uploaded prompt binary to en-us/menu-exit as menu-exit.wav
importing prompt '/opt/kazoo/sounds/en/us/menu-invalid_entry.wav' with language 'en-us'
importing as 'en-us/menu-invalid_entry'
saved metadata about '/opt/kazoo/sounds/en/us/menu-invalid_entry.wav'
uploaded prompt binary to en-us/menu-invalid_entry as menu-invalid_entry.wav
importing prompt '/opt/kazoo/sounds/en/us/menu-no_prompt.wav' with language 'en-us'
importing as 'en-us/menu-no_prompt'
saved metadata about '/opt/kazoo/sounds/en/us/menu-no_prompt.wav'
uploaded prompt binary to en-us/menu-no_prompt as menu-no_prompt.wav
importing prompt '/opt/kazoo/sounds/en/us/menu-return.wav' with language 'en-us'
importing as 'en-us/menu-return'
saved metadata about '/opt/kazoo/sounds/en/us/menu-return.wav'
uploaded prompt binary to en-us/menu-return as menu-return.wav
importing prompt '/opt/kazoo/sounds/en/us/menu-transferring_call.wav' with language 'en-us'
importing as 'en-us/menu-transferring_call'
saved metadata about '/opt/kazoo/sounds/en/us/menu-transferring_call.wav'
uploaded prompt binary to en-us/menu-transferring_call as menu-transferring_call.wav
importing prompt '/opt/kazoo/sounds/en/us/park-already_in_use.wav' with language 'en-us'
importing as 'en-us/park-already_in_use'
saved metadata about '/opt/kazoo/sounds/en/us/park-already_in_use.wav'
uploaded prompt binary to en-us/park-already_in_use as park-already_in_use.wav
importing prompt '/opt/kazoo/sounds/en/us/park-call_placed_in_spot.wav' with language 'en-us'
importing as 'en-us/park-call_placed_in_spot'
saved metadata about '/opt/kazoo/sounds/en/us/park-call_placed_in_spot.wav'
uploaded prompt binary to en-us/park-call_placed_in_spot as park-call_placed_in_spot.wav
importing prompt '/opt/kazoo/sounds/en/us/park-no_caller.wav' with language 'en-us'
importing as 'en-us/park-no_caller'
saved metadata about '/opt/kazoo/sounds/en/us/park-no_caller.wav'
uploaded prompt binary to en-us/park-no_caller as park-no_caller.wav
importing prompt '/opt/kazoo/sounds/en/us/pickup-no_channels.wav' with language 'en-us'
importing as 'en-us/pickup-no_channels'
saved metadata about '/opt/kazoo/sounds/en/us/pickup-no_channels.wav'
uploaded prompt binary to en-us/pickup-no_channels as pickup-no_channels.wav
importing prompt '/opt/kazoo/sounds/en/us/pickup-no_users.wav' with language 'en-us'
importing as 'en-us/pickup-no_users'
saved metadata about '/opt/kazoo/sounds/en/us/pickup-no_users.wav'
uploaded prompt binary to en-us/pickup-no_users as pickup-no_users.wav
importing prompt '/opt/kazoo/sounds/en/us/stepswitch-emergency_not_configured.wav' with language 'en-us'
importing as 'en-us/stepswitch-emergency_not_configured'
saved metadata about '/opt/kazoo/sounds/en/us/stepswitch-emergency_not_configured.wav'
uploaded prompt binary to en-us/stepswitch-emergency_not_configured as stepswitch-emergency_not_configured.wav
importing prompt '/opt/kazoo/sounds/en/us/temporal-marked_disabled.wav' with language 'en-us'
importing as 'en-us/temporal-marked_disabled'
saved metadata about '/opt/kazoo/sounds/en/us/temporal-marked_disabled.wav'
uploaded prompt binary to en-us/temporal-marked_disabled as temporal-marked_disabled.wav
importing prompt '/opt/kazoo/sounds/en/us/temporal-marked_enabled.wav' with language 'en-us'
importing as 'en-us/temporal-marked_enabled'
saved metadata about '/opt/kazoo/sounds/en/us/temporal-marked_enabled.wav'
uploaded prompt binary to en-us/temporal-marked_enabled as temporal-marked_enabled.wav
importing prompt '/opt/kazoo/sounds/en/us/temporal-marker_reset.wav' with language 'en-us'
importing as 'en-us/temporal-marker_reset'
saved metadata about '/opt/kazoo/sounds/en/us/temporal-marker_reset.wav'
uploaded prompt binary to en-us/temporal-marker_reset as temporal-marker_reset.wav
importing prompt '/opt/kazoo/sounds/en/us/temporal-menu.wav' with language 'en-us'
importing as 'en-us/temporal-menu'
saved metadata about '/opt/kazoo/sounds/en/us/temporal-menu.wav'
uploaded prompt binary to en-us/temporal-menu as temporal-menu.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-abort.wav' with language 'en-us'
importing as 'en-us/vm-abort'
saved metadata about '/opt/kazoo/sounds/en/us/vm-abort.wav'
uploaded prompt binary to en-us/vm-abort as vm-abort.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-deleted.wav' with language 'en-us'
importing as 'en-us/vm-deleted'
saved metadata about '/opt/kazoo/sounds/en/us/vm-deleted.wav'
uploaded prompt binary to en-us/vm-deleted as vm-deleted.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-enter_forward_id.wav' with language 'en-us'
importing as 'en-us/vm-enter_forward_id'
saved metadata about '/opt/kazoo/sounds/en/us/vm-enter_forward_id.wav'
uploaded prompt binary to en-us/vm-enter_forward_id as vm-enter_forward_id.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-enter_id.wav' with language 'en-us'
importing as 'en-us/vm-enter_id'
saved metadata about '/opt/kazoo/sounds/en/us/vm-enter_id.wav'
uploaded prompt binary to en-us/vm-enter_id as vm-enter_id.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-enter_new_pin.wav' with language 'en-us'
importing as 'en-us/vm-enter_new_pin'
saved metadata about '/opt/kazoo/sounds/en/us/vm-enter_new_pin.wav'
uploaded prompt binary to en-us/vm-enter_new_pin as vm-enter_new_pin.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-enter_new_pin_confirm.wav' with language 'en-us'
importing as 'en-us/vm-enter_new_pin_confirm'
saved metadata about '/opt/kazoo/sounds/en/us/vm-enter_new_pin_confirm.wav'
uploaded prompt binary to en-us/vm-enter_new_pin_confirm as vm-enter_new_pin_confirm.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-enter_pass.wav' with language 'en-us'
importing as 'en-us/vm-enter_pass'
saved metadata about '/opt/kazoo/sounds/en/us/vm-enter_pass.wav'
uploaded prompt binary to en-us/vm-enter_pass as vm-enter_pass.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-fail_auth.wav' with language 'en-us'
importing as 'en-us/vm-fail_auth'
saved metadata about '/opt/kazoo/sounds/en/us/vm-fail_auth.wav'
uploaded prompt binary to en-us/vm-fail_auth as vm-fail_auth.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-forward_abort.wav' with language 'en-us'
importing as 'en-us/vm-forward_abort'
saved metadata about '/opt/kazoo/sounds/en/us/vm-forward_abort.wav'
uploaded prompt binary to en-us/vm-forward_abort as vm-forward_abort.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-goodbye.wav' with language 'en-us'
importing as 'en-us/vm-goodbye'
saved metadata about '/opt/kazoo/sounds/en/us/vm-goodbye.wav'
uploaded prompt binary to en-us/vm-goodbye as vm-goodbye.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-greeting_intro.wav' with language 'en-us'
importing as 'en-us/vm-greeting_intro'
saved metadata about '/opt/kazoo/sounds/en/us/vm-greeting_intro.wav'
uploaded prompt binary to en-us/vm-greeting_intro as vm-greeting_intro.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-mailbox_full.wav' with language 'en-us'
importing as 'en-us/vm-mailbox_full'
saved metadata about '/opt/kazoo/sounds/en/us/vm-mailbox_full.wav'
uploaded prompt binary to en-us/vm-mailbox_full as vm-mailbox_full.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-main_menu.wav' with language 'en-us'
importing as 'en-us/vm-main_menu'
saved metadata about '/opt/kazoo/sounds/en/us/vm-main_menu.wav'
uploaded prompt binary to en-us/vm-main_menu as vm-main_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-main_menu_not_configurable.wav' with language 'en-us'
importing as 'en-us/vm-main_menu_not_configurable'
saved metadata about '/opt/kazoo/sounds/en/us/vm-main_menu_not_configurable.wav'
uploaded prompt binary to en-us/vm-main_menu_not_configurable as vm-main_menu_not_configurable.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-message_forwarding.wav' with language 'en-us'
importing as 'en-us/vm-message_forwarding'
saved metadata about '/opt/kazoo/sounds/en/us/vm-message_forwarding.wav'
uploaded prompt binary to en-us/vm-message_forwarding as vm-message_forwarding.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-message_menu.wav' with language 'en-us'
importing as 'en-us/vm-message_menu'
saved metadata about '/opt/kazoo/sounds/en/us/vm-message_menu.wav'
uploaded prompt binary to en-us/vm-message_menu as vm-message_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-message_number.wav' with language 'en-us'
importing as 'en-us/vm-message_number'
saved metadata about '/opt/kazoo/sounds/en/us/vm-message_number.wav'
uploaded prompt binary to en-us/vm-message_number as vm-message_number.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-new_and.wav' with language 'en-us'
importing as 'en-us/vm-new_and'
saved metadata about '/opt/kazoo/sounds/en/us/vm-new_and.wav'
uploaded prompt binary to en-us/vm-new_and as vm-new_and.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-new_message.wav' with language 'en-us'
importing as 'en-us/vm-new_message'
saved metadata about '/opt/kazoo/sounds/en/us/vm-new_message.wav'
uploaded prompt binary to en-us/vm-new_message as vm-new_message.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-new_messages.wav' with language 'en-us'
importing as 'en-us/vm-new_messages'
saved metadata about '/opt/kazoo/sounds/en/us/vm-new_messages.wav'
uploaded prompt binary to en-us/vm-new_messages as vm-new_messages.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-no_access.wav' with language 'en-us'
importing as 'en-us/vm-no_access'
saved metadata about '/opt/kazoo/sounds/en/us/vm-no_access.wav'
uploaded prompt binary to en-us/vm-no_access as vm-no_access.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-no_messages.wav' with language 'en-us'
importing as 'en-us/vm-no_messages'
saved metadata about '/opt/kazoo/sounds/en/us/vm-no_messages.wav'
uploaded prompt binary to en-us/vm-no_messages as vm-no_messages.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-not_available.wav' with language 'en-us'
importing as 'en-us/vm-not_available'
saved metadata about '/opt/kazoo/sounds/en/us/vm-not_available.wav'
uploaded prompt binary to en-us/vm-not_available as vm-not_available.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-not_available_no_voicemail.wav' with language 'en-us'
importing as 'en-us/vm-not_available_no_voicemail'
saved metadata about '/opt/kazoo/sounds/en/us/vm-not_available_no_voicemail.wav'
uploaded prompt binary to en-us/vm-not_available_no_voicemail as vm-not_available_no_voicemail.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-person.wav' with language 'en-us'
importing as 'en-us/vm-person'
saved metadata about '/opt/kazoo/sounds/en/us/vm-person.wav'
uploaded prompt binary to en-us/vm-person as vm-person.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-person_not_available.wav' with language 'en-us'
importing as 'en-us/vm-person_not_available'
saved metadata about '/opt/kazoo/sounds/en/us/vm-person_not_available.wav'
uploaded prompt binary to en-us/vm-person_not_available as vm-person_not_available.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-pin_invalid.wav' with language 'en-us'
importing as 'en-us/vm-pin_invalid'
saved metadata about '/opt/kazoo/sounds/en/us/vm-pin_invalid.wav'
uploaded prompt binary to en-us/vm-pin_invalid as vm-pin_invalid.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-pin_set.wav' with language 'en-us'
importing as 'en-us/vm-pin_set'
saved metadata about '/opt/kazoo/sounds/en/us/vm-pin_set.wav'
uploaded prompt binary to en-us/vm-pin_set as vm-pin_set.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-received.wav' with language 'en-us'
importing as 'en-us/vm-received'
saved metadata about '/opt/kazoo/sounds/en/us/vm-received.wav'
uploaded prompt binary to en-us/vm-received as vm-received.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-record_greeting.wav' with language 'en-us'
importing as 'en-us/vm-record_greeting'
saved metadata about '/opt/kazoo/sounds/en/us/vm-record_greeting.wav'
uploaded prompt binary to en-us/vm-record_greeting as vm-record_greeting.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-record_message.wav' with language 'en-us'
importing as 'en-us/vm-record_message'
saved metadata about '/opt/kazoo/sounds/en/us/vm-record_message.wav'
uploaded prompt binary to en-us/vm-record_message as vm-record_message.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-record_name.wav' with language 'en-us'
importing as 'en-us/vm-record_name'
saved metadata about '/opt/kazoo/sounds/en/us/vm-record_name.wav'
uploaded prompt binary to en-us/vm-record_name as vm-record_name.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-record_temp_greeting.wav' with language 'en-us'
importing as 'en-us/vm-record_temp_greeting'
saved metadata about '/opt/kazoo/sounds/en/us/vm-record_temp_greeting.wav'
uploaded prompt binary to en-us/vm-record_temp_greeting as vm-record_temp_greeting.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-recording_saved.wav' with language 'en-us'
importing as 'en-us/vm-recording_saved'
saved metadata about '/opt/kazoo/sounds/en/us/vm-recording_saved.wav'
uploaded prompt binary to en-us/vm-recording_saved as vm-recording_saved.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-recording_to_short.wav' with language 'en-us'
importing as 'en-us/vm-recording_to_short'
saved metadata about '/opt/kazoo/sounds/en/us/vm-recording_to_short.wav'
uploaded prompt binary to en-us/vm-recording_to_short as vm-recording_to_short.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-review_recording.wav' with language 'en-us'
importing as 'en-us/vm-review_recording'
saved metadata about '/opt/kazoo/sounds/en/us/vm-review_recording.wav'
uploaded prompt binary to en-us/vm-review_recording as vm-review_recording.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-saved.wav' with language 'en-us'
importing as 'en-us/vm-saved'
saved metadata about '/opt/kazoo/sounds/en/us/vm-saved.wav'
uploaded prompt binary to en-us/vm-saved as vm-saved.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-saved_message.wav' with language 'en-us'
importing as 'en-us/vm-saved_message'
saved metadata about '/opt/kazoo/sounds/en/us/vm-saved_message.wav'
uploaded prompt binary to en-us/vm-saved_message as vm-saved_message.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-saved_messages.wav' with language 'en-us'
importing as 'en-us/vm-saved_messages'
saved metadata about '/opt/kazoo/sounds/en/us/vm-saved_messages.wav'
uploaded prompt binary to en-us/vm-saved_messages as vm-saved_messages.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-settings_menu.wav' with language 'en-us'
importing as 'en-us/vm-settings_menu'
saved metadata about '/opt/kazoo/sounds/en/us/vm-settings_menu.wav'
uploaded prompt binary to en-us/vm-settings_menu as vm-settings_menu.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-setup_complete.wav' with language 'en-us'
importing as 'en-us/vm-setup_complete'
saved metadata about '/opt/kazoo/sounds/en/us/vm-setup_complete.wav'
uploaded prompt binary to en-us/vm-setup_complete as vm-setup_complete.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-setup_intro.wav' with language 'en-us'
importing as 'en-us/vm-setup_intro'
saved metadata about '/opt/kazoo/sounds/en/us/vm-setup_intro.wav'
uploaded prompt binary to en-us/vm-setup_intro as vm-setup_intro.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-setup_rec_greeting.wav' with language 'en-us'
importing as 'en-us/vm-setup_rec_greeting'
saved metadata about '/opt/kazoo/sounds/en/us/vm-setup_rec_greeting.wav'
uploaded prompt binary to en-us/vm-setup_rec_greeting as vm-setup_rec_greeting.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-thank_you.wav' with language 'en-us'
importing as 'en-us/vm-thank_you'
saved metadata about '/opt/kazoo/sounds/en/us/vm-thank_you.wav'
uploaded prompt binary to en-us/vm-thank_you as vm-thank_you.wav
importing prompt '/opt/kazoo/sounds/en/us/vm-you_have.wav' with language 'en-us'
importing as 'en-us/vm-you_have'
saved metadata about '/opt/kazoo/sounds/en/us/vm-you_have.wav'
uploaded prompt binary to en-us/vm-you_have as vm-you_have.wav
importing went successfully
ok
[root@li891-65 ~]# sup crossbar_maintenance create_account admin
admin.pbx.com admin pass1234
created new account '32b3a96696ddcb193acc1dfff7b85c05' in db 'account%2F32%2Fb3%2Fa96696ddcb193acc1dfff7b85c05'
created new account admin user '916f8c4e84bf8fafb28d28a51e9e3043'
promoting account 32b3a96696ddcb193acc1dfff7b85c05 to reseller status, updating sub accounts
updating master account id in system_config.accounts
ok
[root@li891-65 ~]# vim /var/www/html/monster-ui/js/config.js
[root@li891-65 ~]# sup crossbar_maintenance init_apps /var/www/html/monster-ui/apps/
trying to init app from /var/www/html/monster-ui/apps/webhooks
saved app webhooks as doc e6b10bcb976775f59faa7add6f9661e6
saved WebHooks_app.png to e6b10bcb976775f59faa7add6f9661e6
saved webhooks1.png to e6b10bcb976775f59faa7add6f9661e6
saved webhooks2.png to e6b10bcb976775f59faa7add6f9661e6
trying to init app from /var/www/html/monster-ui/apps/callflows
saved app callflows as doc 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved Callflows_app.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved callflows_1.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved callflows_2.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved callflows_3.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
trying to init app from /var/www/html/monster-ui/apps/voip
saved app voip as doc 59bc9486f947093f2c25ff5dd2c4c271
saved SmartPBX_app.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx1.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx2.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx3.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx4.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx5.png to 59bc9486f947093f2c25ff5dd2c4c271
trying to init app from /var/www/html/monster-ui/apps/fax
saved app fax as doc f1d2a913d51f6dfa5a9d701b6f6ef95a
saved Fax_app.png to f1d2a913d51f6dfa5a9d701b6f6ef95a
trying to init app from /var/www/html/monster-ui/apps/accounts
saved app accounts as doc 77cdb91b1d6b37a30da5f596a7bfbc38
saved Accounts_app.png to 77cdb91b1d6b37a30da5f596a7bfbc38
saved accounts_1.png to 77cdb91b1d6b37a30da5f596a7bfbc38
saved accounts_2.png to 77cdb91b1d6b37a30da5f596a7bfbc38
saved accounts_3.png to 77cdb91b1d6b37a30da5f596a7bfbc38
trying to init app from /var/www/html/monster-ui/apps/numbers
saved app numbers as doc 82772dd64e4ea7228a566da1ffe01528
saved NumberManager_app.png to 82772dd64e4ea7228a566da1ffe01528
failed to find screenshots in 82772dd64e4ea7228a566da1ffe01528
trying to init app from /var/www/html/monster-ui/apps/pbxs
saved app pbxs as doc 90a6f39d031a9da0c2ebb1cbd874d8f6
saved PBXconnector_app.png to 90a6f39d031a9da0c2ebb1cbd874d8f6
saved pbxconnector1.png to 90a6f39d031a9da0c2ebb1cbd874d8f6
saved pbxconnector2.png to 90a6f39d031a9da0c2ebb1cbd874d8f6
trying to init app from /var/www/html/monster-ui/apps/voicemails
saved app voicemails as doc ce618ca61c3791ec7bb966cbe39e17ee
saved Voicemail_app.png to ce618ca61c3791ec7bb966cbe39e17ee
ok
[root@li891-65 ~]# sup crossbar_maintenance init_apps /var/www/html/monster-ui/apps/
trying to init app from /var/www/html/monster-ui/apps/webhooks
app webhooks already loaded in system
not updating api_url, it is undefined
saved WebHooks_app.png to e6b10bcb976775f59faa7add6f9661e6
saved webhooks1.png to e6b10bcb976775f59faa7add6f9661e6
saved webhooks2.png to e6b10bcb976775f59faa7add6f9661e6
trying to init app from /var/www/html/monster-ui/apps/callflows
app callflows already loaded in system
not updating api_url, it is undefined
saved Callflows_app.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved callflows_1.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved callflows_2.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
saved callflows_3.png to 74359ec1d7bb2cd1ebf16d9cafd8bfcf
trying to init app from /var/www/html/monster-ui/apps/voip
app voip already loaded in system
not updating api_url, it is undefined
saved SmartPBX_app.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx1.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx2.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx3.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx4.png to 59bc9486f947093f2c25ff5dd2c4c271
saved smartpbx5.png to 59bc9486f947093f2c25ff5dd2c4c271
trying to init app from /var/www/html/monster-ui/apps/fax
app fax already loaded in system
not updating api_url, it is undefined
saved Fax_app.png to f1d2a913d51f6dfa5a9d701b6f6ef95a
trying to init app from /var/www/html/monster-ui/apps/accounts
app accounts already loaded in system
not updating api_url, it is undefined
saved Accounts_app.png to 77cdb91b1d6b37a30da5f596a7bfbc38
saved accounts_1.png to 77cdb91b1d6b37a30da5f596a7bfbc38
saved accounts_2.png to 77cdb91b1d6b37a30da5f596a7bfbc38
saved accounts_3.png to 77cdb91b1d6b37a30da5f596a7bfbc38
trying to init app from /var/www/html/monster-ui/apps/numbers
app numbers already loaded in system
not updating api_url, it is undefined
saved NumberManager_app.png to 82772dd64e4ea7228a566da1ffe01528
failed to find screenshots in 82772dd64e4ea7228a566da1ffe01528
trying to init app from /var/www/html/monster-ui/apps/pbxs
app pbxs already loaded in system
not updating api_url, it is undefined
saved PBXconnector_app.png to 90a6f39d031a9da0c2ebb1cbd874d8f6
saved pbxconnector1.png to 90a6f39d031a9da0c2ebb1cbd874d8f6
saved pbxconnector2.png to 90a6f39d031a9da0c2ebb1cbd874d8f6
trying to init app from /var/www/html/monster-ui/apps/voicemails
app voicemails already loaded in system
not updating api_url, it is undefined
saved Voicemail_app.png to ce618ca61c3791ec7bb966cbe39e17ee
ok
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]#
[root@li891-65 ~]# # DONE! Go to the GUI and create a phone! Then try a call...
[root@li891-65 ~]# # You can watch the output below of your first call…
[root@li891-65 ~]# fs_cli -l 6
.=======================================================.
| _____ ____ ____ _ ___ |
| | ___/ ___| / ___| | |_ _| |
| | |_ \___ \ | | | | | | |
| | _| ___) | | |___| |___ | | |
| |_| |____/ \____|_____|___| |
| |
.=======================================================.
| Anthony Minessale II, Ken Rice, |
| Michael Jerris, Travis Cross |
| FreeSWITCH (
http://www.freeswitch.org) |
| Paypal Donations Appreciated:
pay...@freeswitch.org |
| Brought to you by ClueCon
http://www.cluecon.com/ |
.=======================================================.
.=======================================================================================================.
| ____ _ ____ |
| / ___| |_ _ ___ / ___|___ _ __ |
| | | | | | | |/ _ \ | / _ \| '_ \ |
| | |___| | |_| | __/ |__| (_) | | | | |
| \____|_|\__,_|\___|\____\___/|_| |_| |
| |
| _____ _ _ ____ __ |
| |_ _|__| | ___ _ __ | |__ ___ _ __ _ _ / ___|___ _ __ / _| ___ _ __ ___ _ __ ___ ___ |
| | |/ _ \ |/ _ \ '_ \| '_ \ / _ \| '_ \| | | | | | / _ \| '_ \| |_ / _ \ '__/ _ \ '_ \ / __/ _ \ |
| | | __/ | __/ |_) | | | | (_) | | | | |_| | | |__| (_) | | | | _| __/ | | __/ | | | (_| __/ |
| |_|\___|_|\___| .__/|_| |_|\___/|_| |_|\__, | \____\___/|_| |_|_| \___|_| \___|_| |_|\___\___| |
| |_| |___/ |
| _____ _ _ |
| | ____|_ _____ _ __ _ _ / \ _ _ __ _ _ _ ___| |_ |
| | _| \ \ / / _ \ '__| | | | / _ \| | | |/ _` | | | / __| __| |
| | |___ \ V / __/ | | |_| | / ___ \ |_| | (_| | |_| \__ \ |_ |
| |_____| \_/ \___|_| \__, | /_/ \_\__,_|\__, |\__,_|___/\__| |
| |___/ |___/ |
| ____ _ ____ |
| __ ____ ____ __ / ___| |_ _ ___ / ___|___ _ __ ___ ___ _ __ ___ |
| \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| '_ \ / __/ _ \| '_ ` _ \ |
| \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | | | | _ | (_| (_) | | | | | | |
| \_/\_/ \_/\_/ \_/\_/ (_) \____|_|\__,_|\___|\____\___/|_| |_| (_) \___\___/|_| |_| |_| |
| |
.=======================================================================================================.
Type /help <enter> to see a list of commands
+OK log level 6 [6]
frees...@li891-65.members.linode.com>
2017-05-20 03:31:59.395666 [NOTICE] switch_channel.c:1104 New Channel sofia/sipinterface_1/
test...@admin.pbx.com [YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.]
2017-05-20 03:31:59.535637 [INFO] mod_dialplan_xml.c:637 Processing testtest <testtest>->*97 in context context_2
2017-05-20 03:31:59.736586 [INFO] kazoo_node.c:837 exec: kz_uuid_setvar_multi(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE. ecallmgr_Call-Interaction-ID=63662470319-2197abdf)
2017-05-20 03:32:00.055636 [NOTICE] mod_dptools.c:1724 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|
ecal...@li891-65.members.linode.com won call control
2017-05-20 03:32:00.275631 [INFO] kazoo_node.c:837 exec: kz_uuid_setvar_multi(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE. ^^;ecallmgr_Call-Interaction-ID=63662470319-2197abdf;ecallmgr_Fetch-ID=e1cef004-3d0c-11e7-8269-6b43aa1bebc0;ecallmgr_Account-ID=32b3a96696ddcb193acc1dfff7b85c05;ecallmgr_Account-Name=admin;ecallmgr_Account-Realm=
admin.pbx.com;ecallmgr_Authorizing-ID=e7e7c14d58bc24707ce5d1e95c18088c;ecallmgr_Authorizing-Type=device;ecallmgr_Owner-ID=2cbbf471b55368d53464a657aa92bc32;ecallmgr_Realm=
admin.pbx.com;ecallmgr_Register-Overwrite-Notify=false;ecallmgr_Suppress-Unregister-Notifications=true;ecallmgr_Username=testtest;ecallmgr_Caller-Screen-Bit=true;ecallmgr_Caller-Privacy-Hide-Name=false;ecallmgr_Caller-Privacy-Hide-Number=false;ecallmgr_CallFlow-ID=8f6abf8d83f33d802596e22becb466bd;ecallmgr_Channel-Authorized=true;ecallmgr_Application-Node=
kazoo...@li891-65.members.linode.com;ecallmgr_Application-Name=callflow)
2017-05-20 03:32:00.415634 [INFO] kazoo_node.c:837 exec: kz_uuid_setvar_multi(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE. ^^;ecallmgr_Call-Interaction-ID=63662470319-2197abdf;ecallmgr_Fetch-ID=e1cef004-3d0c-11e7-8269-6b43aa1bebc0;ecallmgr_Account-ID=32b3a96696ddcb193acc1dfff7b85c05;ecallmgr_Account-Name=admin;ecallmgr_Account-Realm=
admin.pbx.com;ecallmgr_Authorizing-ID=e7e7c14d58bc24707ce5d1e95c18088c;ecallmgr_Authorizing-Type=device;ecallmgr_Owner-ID=2cbbf471b55368d53464a657aa92bc32;ecallmgr_Realm=
admin.pbx.com;ecallmgr_Register-Overwrite-Notify=false;ecallmgr_Suppress-Unregister-Notifications=true;ecallmgr_Username=testtest;ecallmgr_Caller-Screen-Bit=true;ecallmgr_Caller-Privacy-Hide-Name=false;ecallmgr_Caller-Privacy-Hide-Number=false;ecallmgr_CallFlow-ID=8f6abf8d83f33d802596e22becb466bd;ecallmgr_Channel-Authorized=true;ecallmgr_Application-Node=
kazoo...@li891-65.members.linode.com;ecallmgr_Application-Name=callflow;effective_caller_id_number=1000;effective_caller_id_name=Bob Barker)
2017-05-20 03:32:00.615638 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing answer
2017-05-20 03:32:00.615638 [NOTICE] sofia_media.c:92 Pre-Answer sofia/sipinterface_1/
test...@admin.pbx.com!
2017-05-20 03:32:00.637380 [NOTICE] mod_dptools.c:1312 Channel [sofia/sipinterface_1/
test...@admin.pbx.com] has been answered
2017-05-20 03:32:00.935640 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing kz_multiset playback_terminators=#*0123456789
2017-05-20 03:32:01.135648 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fvm-enter_id/vm-enter_id.wav?rev=2-db8581fe8e59171143a4da82a4bce523}
2017-05-20 03:32:01.135648 [INFO] mod_http_cache.c:712 Cache MISS: size = 0 (0 MB), hit ratio = 0/1
2017-05-20 03:32:01.155631 [INFO] mod_http_cache.c:1124 URL
http://127.0.0.1:15984/system_media/en-us%2Fvm-enter_id/vm-enter_id.wav?rev=2-db8581fe8e59171143a4da82a4bce523 downloaded in 3 ms
2017-05-20 03:32:03.815650 [INFO] switch_channel.c:515 RECV DTMF 1:960
2017-05-20 03:32:03.836075 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=b87d54ae57ac5a77fbd3a02589b36370
2017-05-20 03:32:04.035648 [INFO] kazoo_node.c:837 exec: uuid_break(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE. all)
2017-05-20 03:32:04.235648 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=e081e06fc8705c4afbbb09892f74db89
2017-05-20 03:32:05.615841 [INFO] switch_channel.c:515 RECV DTMF 1:960
2017-05-20 03:32:05.835641 [INFO] switch_channel.c:515 RECV DTMF 2:960
2017-05-20 03:32:06.053555 [INFO] switch_channel.c:515 RECV DTMF 3:960
2017-05-20 03:32:06.235653 [INFO] switch_channel.c:515 RECV DTMF 4:960
2017-05-20 03:32:06.595661 [INFO] switch_channel.c:515 RECV DTMF #:960
2017-05-20 03:32:06.655676 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fmenu-invalid_entry/menu-invalid_entry.wav?rev=2-e141db2d275c8bf35e5c4e28b9ca6759}
2017-05-20 03:32:06.655676 [INFO] mod_http_cache.c:712 Cache MISS: size = 1 (0 MB), hit ratio = 0/2
2017-05-20 03:32:06.675660 [INFO] mod_http_cache.c:1124 URL
http://127.0.0.1:15984/system_media/en-us%2Fmenu-invalid_entry/menu-invalid_entry.wav?rev=2-e141db2d275c8bf35e5c4e28b9ca6759 downloaded in 3 ms
2017-05-20 03:32:07.655673 [INFO] switch_channel.c:515 RECV DTMF 1:960
2017-05-20 03:32:07.675817 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=dffc233dad6416de4caa0855acbe93b9
2017-05-20 03:32:07.836236 [INFO] switch_channel.c:515 RECV DTMF 2:960
2017-05-20 03:32:07.875816 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fvm-enter_id/vm-enter_id.wav?rev=2-db8581fe8e59171143a4da82a4bce523}
2017-05-20 03:32:08.015649 [INFO] switch_channel.c:515 RECV DTMF 3:960
2017-05-20 03:32:08.075646 [INFO] kazoo_node.c:837 exec: uuid_break(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE. all)
2017-05-20 03:32:08.175651 [INFO] switch_channel.c:515 RECV DTMF 4:960
2017-05-20 03:32:08.275647 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=3a51fa42c136848329edc2897eb5bdd3
2017-05-20 03:32:08.435638 [INFO] switch_channel.c:515 RECV DTMF #:960
2017-05-20 03:32:08.475642 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fmenu-invalid_entry/menu-invalid_entry.wav?rev=2-e141db2d275c8bf35e5c4e28b9ca6759}
2017-05-20 03:32:09.655644 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=72887793c13f84d820bd68b3376b6f4c
2017-05-20 03:32:09.855705 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fvm-enter_id/vm-enter_id.wav?rev=2-db8581fe8e59171143a4da82a4bce523}
2017-05-20 03:32:13.015638 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=cbfb07094f69eadeba11040a41d17db1
2017-05-20 03:32:16.415654 [INFO] switch_channel.c:515 RECV DTMF 1:960
2017-05-20 03:32:16.436234 [INFO] kazoo_node.c:837 exec: uuid_break(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE. all)
2017-05-20 03:32:16.635647 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=a9f91a02bfb580b2ce90befff0bd95fb
2017-05-20 03:32:18.655646 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fmenu-invalid_entry/menu-invalid_entry.wav?rev=2-e141db2d275c8bf35e5c4e28b9ca6759}
2017-05-20 03:32:19.515652 [INFO] switch_channel.c:515 RECV DTMF 1:960
2017-05-20 03:32:19.535776 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=52062f1f160a174449136d092a966c40
2017-05-20 03:32:19.756410 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing playback ${http_get
http://127.0.0.1:15984/system_media/en-us%2Fvm-abort/vm-abort.wav?rev=2-3e6b4017a796b474e413e0cf6b89d5aa}
2017-05-20 03:32:19.756410 [INFO] mod_http_cache.c:712 Cache MISS: size = 2 (0 MB), hit ratio = 4/7
2017-05-20 03:32:19.775634 [INFO] mod_http_cache.c:1124 URL
http://127.0.0.1:15984/system_media/en-us%2Fvm-abort/vm-abort.wav?rev=2-3e6b4017a796b474e413e0cf6b89d5aa downloaded in 6 ms
2017-05-20 03:32:19.975654 [INFO] switch_channel.c:515 RECV DTMF 2:960
2017-05-20 03:32:19.995803 [NOTICE] kazoo_node.c:430 log|YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.|executing event Event-Subclass=kazoo::noop,Event-Name=CUSTOM,kazoo_event_name=CHANNEL_EXECUTE_COMPLETE,kazoo_application_name=noop,kazoo_application_response=b99fca1476e687eb564034f1dcccac7c
2017-05-20 03:32:20.195650 [INFO] kazoo_node.c:837 exec: uuid_kill(YzEwMTVmZmU3YWI4NGFkMzQxODJlMzQ0YmU1OWQ0YzE.)
2017-05-20 03:32:20.195650 [NOTICE] switch_ivr.c:4269 Hangup sofia/sipinterface_1/
test...@admin.pbx.com [CS_EXECUTE] [NORMAL_CLEARING]
2017-05-20 03:32:20.217811 [NOTICE] switch_core_session.c:1682 Session 2 (sofia/sipinterface_1/
test...@admin.pbx.com) Ended
2017-05-20 03:32:20.217811 [NOTICE] switch_core_session.c:1686 Close Channel sofia/sipinterface_1/
test...@admin.pbx.com [CS_DESTROY]
frees...@li891-65.members.linode.com> /exit
[root@li891-65 ~]# logout
Connection to 45.56.89.65 closed.
real 9m47.881s
user 0m0.256s
sys 0m0.532s
dschreiber@darren:~$