Search results

  1. H

    Ring on both landphone and GS Wave app

    Any downsides to consider when enabling multiple-registrations?
  2. H

    Call Center agent get single call

    Isn't the idea of a que that the agent should not get calls when on a call but rather the caller waits in the que?
  3. H

    Extension call forward based on time condition

    Yes the main idea is to have it automated, because it's a fixed timing, but the end user comes from a different platform where this option is available and when he wants the change for example starting the transfer 10 AM instead of 9 AM, it's a simple setting in follow me. Your follow me idea...
  4. H

    Extension call forward based on time condition

    Thank you. I went with option 1, but having this option is really convenient for a end user, rather than having to check all routes that brings calls to his extension and needing to update them all. I even tried for a minute to create a dial plan for 202 in the dialplan manager before the...
  5. H

    User Login

    You can login as user@doamin, in your example hukster1@fusionpbx2.org
  6. H

    Extension call forward based on time condition

    How can I create a time condition for a extension, that every call to this extension should be forwarded to another extension on Tuesday for example? Lets say I want extension 108 to forward calls to extension 101 on Tuesday, If I'm creating a time condition that is sending calls to extension...
  7. H

    Safe to delete "Action set provider_prefix" in Outbound Routes?

    Setting the provider prefix will remove the prefix from the CDR and will avoid the number on the screen from adding the provider prefix.
  8. H

    911 Outbound Route lua Email

    In the 911 default dialplan the ${effective_caller_id_name} is set as ${emergency_caller_id_name}, so if ${emergency_caller_id_name} is empty so will ${effective_caller_id_name} be.
  9. H

    Can I install event guard on fusion 5.0.1?

    I uploaded the files, followed the instructions to install as a service: cp /var/www/fusionpbx/app/event_guard/resources/service/debian.service /etc/systemd/system/event_guard.service systemctl enable event_guard systemctl start event_guard systemctl daemon-reload I'm getting the following...
  10. H

    bind_digit_action with follow-me

    I had the same issue where it did work on the first domain but not on others, I changed ${context} to ${domain_name} on other domains in the bind_digit_action dialplan and its working.
  11. H

    Where is the CDR destination_number set?

    In outbound routes I'm sending calls to the gateway as 12123334455, in the CDR when I'm searching for direction=outbound, the destination_number will sometimes be +12123334455 and sometimes just 2123334455, where is fusion taking this info from?
  12. H

    Fax notifications

    ssh into your server, type fs_cli, hit enter.
  13. H

    Fax notifications

    What is the command that it's printing when trying to send the fax? You can look it up in the logs or watch it live in the CLI when testing a inbound fax.
  14. H

    Fax notifications

    I think bg_system is executing the command in the background. Is your hangup_rx.lua file the same as what is described in the post mentioned above?
  15. H

    Fax notifications

    I haven't looked at 5.0.2, I updated the file under /usr/share/freeswitch/...
  16. H

    Fax notifications

    This is what fixed it for me on 5.0.1 https://www.pbxforums.com/threads/received-faxes-are-not-sent-by-email-but-sent-ones-are.5792/page-2
  17. H

    Voicemail to Email notification not working

    I see now the issue is discussed here: https://www.pbxforums.com/threads/received-faxes-are-not-sent-by-email-but-sent-ones-are.5792/page-2
  18. H

    Voicemail to Email notification not working

    I also experience the issue where inbound fax works fine, but I do not get a email. All other email are working fine, voicemail, missed call etc. I see in the cli where it's supposed to send the email: If i copy this command, exit the cli and paste it, i receive the email. Is that a...
  19. H

    Polycom auto provisioning with custom wallpaper

    Is there a possibility to add a custom wallpaper/logo to the polycom VVX500 with the auto provisioning? I have looked at the template but I don't see anything there.