Search results

  1. whut

    Event Guard

    Good point. Definately restart the service. I have experienced event guard service running (and restarted) but doing no blocking. Most of the time it is working as intended.
  2. whut

    emailing from script

    what are the best and easiest ways to email from a bash or shell script? the email_script.sh will contain variables for email to, email from, subject, body, file to attach etc. If I call fs_cli luarun email.lua, the email is not sent because the domain uuid and domain name are not included. I...
  3. whut

    VIP List

    That is an interesting issue. There are multiple ways to fix the issue. I like the redis idea as it should be fast as it is in memory as mentioned. I would be interested in seeing how this would be implemented. Pulling from a file should also be fast too unless it is a very large list of...
  4. whut

    Event Guard

    Event guard is blocking the attempts from being successful. It can't stop someone from trying. For more blocking you could have a firewall in front of the server.
  5. whut

    Call Limit message

    Playing audio should be easy with this, or similar: <action application="playback" data="voicemail/vm-that_was_an_invalid_ext.wav"/> I have not yet successfully sent SMS to yealink devices via command line or dialplan. Let me know if you do figure that out as perhaps it may be useful in certain...
  6. whut

    CDR results does not match CDR Statistics Results

    your statistics page sums to 1,115 for the 7am-7am period in the upper section. I would try to replicate the period on cdr page in the date&time filters and try again. Hopefully they match.
  7. whut

    Call Privacy

    The first item I see that is probably causing this dialplan to not work is the order set at 200. The order needs to be a lower number than your outbound route. Otherwise, this dial plan will never be executed. Your existing outbound route is probably order 100, or similar. Change your new dial...
  8. whut

    Do I understand custom dial plans correctly?

    I would test with break=on-true or break=never on the first condition in groups 1 and 2. Do not include it on the last group (group 3). Do you have specific names or numbers that are calling? If so you can use the call block application. IVRs are a good item to use in your defense for the...
  9. whut

    Limit User Access - Fax Servers?

    Great! fax_extension_view_domain should be disabled in the fax users group for the functionality you are looking for.
  10. whut

    Limit User Access - Fax Servers?

    It is not natively intuitive, but yes, you can. Edit the fax server and select the user(s) in the User List "Assign the users that can manage this fax extension.". Also make sure the users' group does NOT have the fax_extension_view_domain permission. User A has access to only Fax Server A User...
  11. whut

    Call Privacy

    You might also share what the privacy dialplan looks like that you crafted.
  12. whut

    Fusionpbx backup size

    If you are wanting the db backup .sql size to be smaller you can leave the event logs out.
  13. whut

    Call Privacy

    Every version of fusion has the ability to add any number of conditions to a dialplan.
  14. whut

    best way to lock / disable extension

    Are you allowing emergency services dialing on "no user" extensions?
  15. whut

    Is it possible to have multiple time conditions slaved to one setting ?

    Destination= true dropdown at the top section of the dialplan
  16. whut

    What happened to GSwave?

    the grandstream applications are confusing because the names. Grandstream Wave, GS Wave, GS Wave Lite. GS Wave Lite is no longer available. It has a gradient blue icon with a white "G" logo. https://www.grandstream.com/support/product-archive This is the application you can provision in fusion...
  17. whut

    Is it possible to have multiple time conditions slaved to one setting ?

    yes you can! that may be a nice method to get around this issue. it gets you away from the nice gui method. benefits and drawbacks to the 'dialplan' method and the 'time condition' method.
  18. whut

    Is it possible to have multiple time conditions slaved to one setting ?

    yes you can get it working by editing the time condition dialplan or time condition xml. but the customizations will be overwritten whenever the time condition is saved. the time condition gui takes priority and is the 'owner' of the dialplan.
  19. whut

    Call Privacy

    You have a few options. If you want extension 10102 to have privacy turned on all of the time you can build a dialplan looks like this. Adjust the condition sip from user to your desired extension or group of extensions. You could build an outbound route that runs before the final outbound...
  20. whut

    Customized Queue

    It looks like you are describing the included call center queue functionality with agents who log in and out. Applications -> Call Centers and Applications -> Call Centers -> Agents