Search results

  1. whut

    Fusion update broke GXP2130 provision BLF

    So all grandstream devices will be broken in any new installs? Master branch is not default. How is any default installation supposed to work with grandstream?
  2. whut

    Recording Lenny

    What are your plans for identifying inbound calls to be sent to Lenny? Do you have any spam score data? Are you planning on turning Lenny into a destination so you can push calls to it as part of the call block treatment?
  3. whut

    Wrong Stats on User Dashboard

    Then how about make a faxuser group, hide the dashboard items from the group, and redirect faxuser group to the fax application. Do not overwhelm them with the needless access.
  4. whut

    Wrong Stats on User Dashboard

    You will want to have run the permission updates/upgrade. Probably restore default on the group permissions. If you have made adjustments then make sure to capture those beforehand. /var/www/fusionpbx/app/xml_cdr/resources/dashboard/recent_calls.php only has 3 permissions: if xml_cdr_view then...
  5. whut

    Wrong Stats on User Dashboard

    User should only see details for the extension(s) the user is assigned to. Domain level admin should only see the details for the domain. Review the group permissions carefully. Make sure they don't have something global like the XML CDR domain all permission. Test thoroughly with test accounts.
  6. whut

    Caller ID name change via command or API call

    I would be interested in hearing more details about the foreign API for gathering the updated list of guests/patients information. I would recommend creating a update_extensions.sh, or similar named script, which will contain database password and your SQL update v_extensions statement. Make...
  7. whut

    SOLVED Changing settings does not apply but shows in GUI - part 2

    Your cache settings image shows a conflict with everything else you are describing. you have told fusion that your cache is in /tmp. Change the cache location to /var/cache/fusionpbx Save Reload button in the top-right of the default settings page. Then watch the /var/cache/fusionpbx...
  8. whut

    reduce empty 3s voicemails

    The best solution is in the save voicemail process. But that may be difficult. Have you tried a new test server installation to see if it exhibits the same issue?
  9. whut

    reduce empty 3s voicemails

    Default settings > voicemail has 2 voicemail silence variables, but those probably won't help as they will impact "real" voicemail messages. I would conduct testing and compare and contrast short messages like "call me" as the audio against your 3 seconds of silence messages. I would see what...
  10. whut

    Destination 88888888 in CDR

    Very strange. Do you have displaying B leg partially enabled? Does this happen on 1 domain only? On outbound only? I am thinking the 888 calls and the calls after them are part of the same call. Much like how the entire calls including actions like transfers get broken up into multiple calls...
  11. whut

    How to schedule Call Broadcast

    It looks like call broadcast is nearly there for your desired functionality. I would then dig through that code to build your own cli command to schedule the calls.
  12. whut

    Polycom VVX Series Provisioning

    I have not touched Poly in a long time given their "brilliant" decision not to update certificates. I am sure anyone still supporting the brand can provide more up to date information on that issue. They do keys differently than any other brands. This is Poly/Polycom firmware configuration and...
  13. whut

    The encoded file /var/www/fusionpbx/app/dialplan_tools/app_languages.php has expired

    These steps mention more steps https://github.com/fusionpbx/fusionpbx-app-device_logs
  14. whut

    The encoded file /var/www/fusionpbx/app/dialplan_tools/app_languages.php has expired

    Delete the directory and then reinstall the free version
  15. whut

    How to schedule Call Broadcast

    I think you will want to research sched_api and sched_broadcast. Also dissect the call broadcast code and the school bells code. In the past I had used school bells to call am extension or a ring group. When an extension answers they would hear a recorded message. What exactly are you wanting...
  16. whut

    SOLVED Fanvil provisioning problems

    Factory reset the device to ensure there are no residual settings. Assuming you have populated the auto provisioning page correctly, press the provision button. Then on the settings page (I think - don't remember without looking) press the reboot button. Fanvil needs a reboot to take the auto...
  17. whut

    "providers" ACL

    I do not know the logic behind requiring 1 ACL to be specifically named. I would not rename the 2 ACLs that come with fusion by default. It does not matter what you name any additional ACLs that you create.
  18. whut

    "providers" ACL

    Providers is the default ACL that you have by installing fusion. It is intended for you to add your trunk provider CIDR. You may also create any additional ACLs for whatever you like: customers, replication servers, softphone applications, and so forth. I do not know why providers ACL spelling...
  19. whut

    How to schedule Call Broadcast

    @Mikeme school bells week work nicely for a scheduled broadcast daily at 8:00
  20. whut

    SOLVED xml_cdr not working after update

    I see in https://github.com/fusionpbx/fusionpbx-install.sh/blob/master/debian/resources/switch/package-master.sh that freeswitch-mod-xml-cdr is being installed. modules.conf is missing `<load module="mod_xml_cdr"/>` (and `<load module="mod_tone_stream"/>`). Still no if I re make mod_xml_cdr and...