Recent content by mrjoli021

  1. M

    outbound faxing

    Is there some other setting I need to do for outbound faxing to work in this format?
  2. M

    outbound faxing

    Hello, I have inbound faxing working, my smtp settings are setup and faxes come to extensions email correctly. but now an external user needs to send a fax and they dont have access to the website. I know that the is an option where they can send 15551234567@mydomain.com but just not sure how...
  3. M

    VM Cleanup

    This what I got. update to the index.lua script ```` -- Save the message to voicemail messages if (message_length ~= nil and tonumber(message_length) > 2) then caller_id_name = string.gsub(caller_id_name, "'", "''"); local sql = {} table.insert(sql, "INSERT INTO v_voicemail_messages...
  4. M

    VM Cleanup

    cool let me play with this. thx
  5. M

    VM Cleanup

    The problem is that I dont have control of that. The client from their phone/softclient presses the option to save the VM. As far as linux is concerned it does not know the client did this. I really dont know how to get which VM's are tagged as saved. If that is a possibility then I can just...
  6. M

    VM Cleanup

    Hello, I currently have a bash script that I use to clean up the VM's in my system. The script checks for VM's older than X days and then deletes them. This has worked pretty well until a client marked one of their VM's as a saved message and I deleted it. Is there a way to clean up the VM's...
  7. M

    Nicaragua DID

    Hello, I have a potential new client and looking to purchase some Nicaraguan DID's for local inbound and outbound. Does anyone have any recommendations?
  8. M

    limit phone usage for an extension

    The Extensions for this domain are 3 digit extensions. I created a local gateway and added a route for the 3 digits under the local GW. In the local route I named the toll Local. I know I would still need to add another route specific for 911. I then tested my extension and was still able to...
  9. M

    limit phone usage for an extension

    I have several domains on this box and this particular domain has about 25 extensions. If I set the condition to ${toll_allow} Outbound on my Global Outbound route, then no one can make calls except if I add Outbound to each extension. Is there a way to that I can only change one extension? So...
  10. M

    limit phone usage for an extension

    I found this online, but it does not seem to work. What am I missing? The extensions are three digit extensions starting with 2XX.
  11. M

    limit phone usage for an extension

    Hello, I have an extension that is in a common area. We would like to limit that extension to only internal dialing and 911. Not sure how to do this. Could someone please point me in the right direction. Thanks,
  12. M

    FusionPBX Web Portal Security

    Fail2ban was replaced with Eventguard a while back.
  13. M

    FusionPBX Web Portal Security

    I have been running FusionPBX for a while now with no issues, but the webportal has been locked down to external access. I have public SIP access for registration frontened by a kamailio server from there it forwards registration to FusionPBX. So FusionPBX has no External access at this point...
  14. M

    SMS Calendar

    I have a client that wants a to make a companywide calendar where they can add their clients appointement. Then have an SMS sent to their clients a reminder of their upcomming appts. Does FusionPBX have something like this? If not any suggestions on a third party company that does this?
  15. M

    transfer VM's to a new server

    I am moving a single domain server to a domain on a multi-tenant server. I have copied the vm's over from /var/lib/freeswitch/storage/voicemail/ to the correct domain on the new server. I see the files there via ssh, but the GUI is not seeing them. I have chmod 750 the files (which the...