Jump to content

Ramen

2600Hz Employees
  • Posts

    40
  • Joined

Posts posted by Ramen

  1. Welcome @Brisco Chris Excited to see your interest in our open-source evolution as well as paid support and for inquiries about paid options, please feel free to reach out to 2600Hz Sales at sales@2600Hz.com with any questions.

  2. @airsay I'm not certain about the specifics for the Kazoo Technical Support role, especially regarding its status as a 1099 Independent Contractor position. Let me reach out to the Support Manager for more details/information.

  3. @Rabs utilizing the master branch instead of simply updating the library and callLogs would have been a viable alternative. Nonetheless, I would personally refrain from doing so due to the substantial differences between the 4.3.x and master/5.3.x versions. There is a possibility that certain functionalities may have been altered; for example there is new Call Forwarding update coming and when merged new build from master will defiantly break Call Forwarding on 4.3 in voip/SmartPBX

  4. On 9/4/2023 at 12:21 AM, Rabs said:

    I have uploaded your attached file into the respective folders:

    1. main.js --> /var/www/html/monster-ui/js/main.js
    2. callLogs.js --->  /var/www/html/monster-ui/apps/voip/submodules/callLogs/callLogs.js

    After that, on my Monster-UI - I pressed Ctrl+R. The result was a blank white screen on the SmartPBX App as per the attached image below. All other apps like Number, Voicemail, Accounts, etc. are working except SmartPBX after replacing the previous files with the new files. If I roll back the changes, SmartPBX will start to work. 

    Interesting. I just tested with https://github.com/2600hz/monster-ui/tree/4.3 on my local install and it seems to be working, could you please check which Monster UI package you have in staging as well as share the console logs if any for when those files are changed/the white screen in voip/SmartPBX

    On 9/4/2023 at 12:21 AM, Rabs said:

    I also tried to npm install before gulp build-prod (apparently won't work without running npm install first) on 4.3 Github branch and that resulted in an error. Logs are pasted below for your reference. (my OS is Centos 7) could be related to npm version issues. Kindly advise what npm version should I use

    As per Monster UI documentation node >= 12 & npm. However, my default for development/testing is v14.18.0 and you can follow for investigation on local install

    Clone repos for Monster UI and voip/SmartPBX with branch 4.3

    Change node version to v14.18.0

    Install dependencies using npm install

    Update config.js and you should be able to use the same as your staging environment

    Make changes to to Monster UI and voip/SmartPBX as per https://github.com/2600hz/monster-ui/blob/2391d035888fe9fcb676bb28c5b5aa8449a35cbc/src/js/vendor/moment.js for moment.js and https://github.com/2600hz/monster-ui-voip/blob/a249edd45e60052b4624efc4020766e647643a83/submodules/callLogs/callLogs.js for callLogs.js

    Build and launch the web server using gulp

    If everything worked as expected run gulp build-prod for creating main.js 

    Let me know how that goes/if you need any further assistance 🙂

  5. Hi @davicito welcome to the community!

    It's great to have you here, especially with your background in Erlang and don't worry too much about being new to telecom concepts and protocols – we all start somewhere, and this community is here to support you. If you ever have any questions or need guidance, feel free to ask. We're a friendly bunch, and we're more than happy to help you dive deep into Kazoo and explore the wonderful world of telecommunications.

  6. @Rabs on way would be to update moment.js library and callLogs.js.

    You could do that by download monster-ui and monster-ui-voip from GitHub with branch 4.3 after that update moment.js with the changes that are in the PR https://github.com/2600hz/monster-ui/blob/2391d035888fe9fcb676bb28c5b5aa8449a35cbc/src/js/vendor/moment.js for moment.js and https://github.com/2600hz/monster-ui-voip/blob/a249edd45e60052b4624efc4020766e647643a83/submodules/callLogs/callLogs.js for callLogs.js

    Once that is done run gulp build-prod and copy main.js from /dist/js and callLogs (attaching file to this message in case you have any issues) to the same location where you have the production Monster UI.

    callLogs.js main.js

×
×
  • Create New...