Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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
  6. whut

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

    Delete the directory and then reinstall the free version
  7. 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...
  8. 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...
  9. 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.
  10. 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...
  11. whut

    How to schedule Call Broadcast

    @Mikeme school bells week work nicely for a scheduled broadcast daily at 8:00
  12. 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...
  13. whut

    SOLVED xml_cdr not working after update

    It looks like new installations do not have the xml_cdr module installed.
  14. whut

    WebPhone for FusionPBX.

    Hello @Amit Iyer, This looks like an interesting application that I will look into further. Thank you for posting it. I say that I see a few points in the code and in the installation instructions that you are installing it in core, which I disagree with. As this is not operational to fusion's...
  15. whut

    is it right to clear RAM cache daily?

    As I understand it this will free up memory which would be good. But a caution of lower performance until the cache is rebuilt over time with frequently used data.
  16. whut

    Call Recordings delete after 2 days

    It look like only pieces of your maintenance script are uploaded and they do not include the call recordings code within. Example.pdf states purge_call_recordings=false which is disabled and days_keep_call_recordings=180 if it was enabled. I would expect something similar to if [...
  17. whut

    Dial By Name Directory

    did you reload xml?
  18. whut

    Dial By Name Directory

    Edit /etc/freeswitch/autoload_configs/directory.conf.xml and test thoroughly. This is affects all domains, any 3 character names cannot be expected to work, and that may be too many digits to enter for ease of use. So you may want to consider developing a domain level solution.
  19. whut

    After upgrade, email_queue.php gives "Email Queue is disabled in Default Settings"

    No, that will not matter. Obviously something else. Run every update option - 1 at a time, 1 after another and try again.
  20. whut

    After upgrade, email_queue.php gives "Email Queue is disabled in Default Settings"

    Try changing the default settings value 'True' to 'true' - all lowercase, save, reload button at the top-right of the default settings page and try your command again.