Jump to content

fmateo05

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    28

4 Followers

Recent Profile Visitors

5,366 profile views
  1. In that case you can use a kind of proxy that exits to USA I remember this happened to my environment when located outsude of USA. Used a proxy or socks5 with IP from there, and the error did stop showing
  2. Continue the install procedure and let me know
  3. Now you can execute yum-config-manager --disable freeswitch and then retry the next yum install
  4. # echo "MYUSERNAMEFORTOKEN"> /etc/yum/vars/signalwireusername # echo ${TOKEN} > /etc/yum/vars/signalwiretoken # yum install wget # wget https://$(< /etc/yum/vars/signalwireusername):$(< /etc/yum/vars/signalwiretoken)@freeswitch.signalwire.com/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm # rpm -i --replacefiles freeswitch-release-repo-0-1.noarch.rpm Skip these steps by installing freeswitch without them
  5. [root@test-kazoo ~]# yum install -y https://packages.2600hz.com/centos/7/stable/2600hz-release/4.3/2600hz-release-4.3-0.el7.centos.noarch.rpm Loaded plugins: fastestmirror 2600hz-release-4.3-0.el7.centos.noarch.rpm | 11 kB 00:00:00 Examining /var/tmp/yum-root-qcoe5E/2600hz-release-4.3-0.el7.centos.noarch.rpm: 2600hz-release-4.3-0.el7.centos.noarch Marking /var/tmp/yum-root-qcoe5E/2600hz-release-4.3-0.el7.centos.noarch.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package 2600hz-release.noarch 0:4.3-0.el7.centos will be installed --> Finished Dependency Resolution Dependencies Resolved ====================================================================================================== Package Arch Version Repository Size ====================================================================================================== Installing: 2600hz-release noarch 4.3-0.el7.centos /2600hz-release-4.3-0.el7.centos.noarch 22 k Transaction Summary ====================================================================================================== Install 1 Package Total size: 22 k Installed size: 22 k Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : 2600hz-release-4.3-0.el7.centos.noarch 1/1 Verifying : 2600hz-release-4.3-0.el7.centos.noarch 1/1 Installed: 2600hz-release.noarch 0:4.3-0.el7.centos Complete! This is my output by this moment. It showed no errors. Going to install other components ]# rpm -qa kazoo-applications kazoo-applications-4.3-170.el7.centos.noarch The other components are installing correctly so far..
  6. I see... I am going to prepare a test machine and check the steps to see how it presents the error
  7. Can you test by disabling the freeswitch main repo? yum --disablerepo=freeswitch install kazoo-applications (for example)
  8. I am quite indifferent. Some of my customers have chosen/migrated alternative pbx's in the mean time. These are less robust compared to kazoo, but they solve at least the basics.
  9. Hi. I added some brands with models to the source code, the next step is to make work the combo keys to them from the UI. https://github.com/fmateo05/provisioner
  10. I am trying some tests to make it send the message correctly. The logs shows similar to this (with debug) 15:27:02.624 [debug] |Ci~qQUKL7a|kz_amqp_channel:245(<0.10237.78>) published to im(direct 333B) exchange (routing key sms.outbound.Ci~qQUKL7a) via <0.4190.21> 15:27:02.626 [debug] |7f98b0f8025a9d988ad65997c680fcde|kz_services_plan:318(<0.10239.78>) fetching plan 21013770bd8a23de0187944eb217fd8b/plan_simple_1 15:27:02.629 [debug] |7f98b0f8025a9d988ad65997c680fcde|kz_services_plans:196(<0.10239.78>) adding plan 21013770bd8a23de0187944eb217fd8b/plan_simple_1 for bookkeeper default_bookkeeper 15:27:02.632 [debug] |7f98b0f8025a9d988ad65997c680fcde|kz_services_plan:318(<0.10239.78>) fetching plan 21013770bd8a23de0187944eb217fd8b/plan_simple_1 15:27:02.632 [debug] |7f98b0f8025a9d988ad65997c680fcde|kz_services_plans:196(<0.10239.78>) adding plan 21013770bd8a23de0187944eb217fd8b/plan_simple_1 for bookkeeper default_bookkeeper 15:27:02.645 [debug] |7f98b0f8025a9d988ad65997c680fcde|kz_im_onnet:250(<0.10239.78>) not routing #{account => <hidden-information/> reseller_id => <<"21013770bd8a23de0187944eb217fd8b">>, route => undefined} It is trying the send in offnet number. Looking how to configure offnet text messaging or to force onnet
  11. Hi Felipe,

    I wanted to try your Kazoo live medium (https://sourceforge.net/projects/kazoo-live-medium/) on a virtual machine - thanks a lot for that job! - but I get "Login incorrect" error.
    I'm using root/kazoo as login/password.  Have you changed the password since that time?

    Have you may be a newer version of live medium?

    Thanks you very much!
    Bruno

    1. fmateo05

      fmateo05

      Credentials are: root / password . Try it and let me know

    2. blenne

      blenne

      It works ! Thanks a lot!

  12. Very good. Going to explore a bit about this
×
×
  • Create New...