Recent content by DownUnder

  1. D

    FreeSWITCH DB location

    Hi Daz, The idea is to move it to a ramdrive, I just wonder why the option is in the GUI but it doesn't actually do anything.
  2. D

    FreeSWITCH DB location

    Changing the core-db-name in /etc/freeswitch/autoload_configs/switch.conf.xml does the trick, may the setting isn't implemented in fusionPBX?
  3. D

    FreeSWITCH DB location

    I have tried changing the location of the FreeSWITCH db under: Advanced -> Default Setting -> switch -> db However, FreeSWITCH is still using the default location. Any suggestions?
  4. D

    Agents not able to login - [ERR] attempt to concatenate global 'agent_uuid'

    Hi Adrian, It looks ok, each entry seems to have a valid UUID. From the FusionPBX DB: "1fa2d48d-ecd2-495a-8fd3-8965dd67e7fe";"e1d638ac-0c93-49f5-a301-d013dc633969";"A814";"callback";60;"814";"";"user/814@###.com";"Available";"";0;1;90;90;"30";""...
  5. D

    Agents not able to login - [ERR] attempt to concatenate global 'agent_uuid'

    Yesterday I had an issue where I was seeing "database disk image is malformed" in the fs_cli The recommended solution was to stop FreeSWITCH, remove the DB files from /var/lib/freeswitch/db and start FreeSWITCH again to regenerate the files. This seemed to work ok, phones registered and were...
  6. D

    SOLVED Agent status & BLF

    Unfortunately, I see the same thing happening here
  7. D

    SOLVED Agent status & BLF

    Thanks Daz, you are a legend. The only issue I had was the agent name was the same as the extension number so it was not working correctly. Once I changed the agent name to something different, then set up the BLF with agent_name@domain_name it works a treat.
  8. D

    SOLVED Agent status & BLF

    I would also like to know this
  9. D

    Set account code on forwarded calls

    We use the accountcode field for billing purposes, however, when someone sets a call forward for their extension the cdr of the forwarded call does not contain the account code. Is there a way of setting the account code for forwarded calls?
  10. D

    Extension Summary and CDR Statistics - User Group

    I agree this is an important feature
  11. D

    IP Authentication for an extension - ACL's

    If I add the customers IP in the "domains" ACL the call makes it to the server, however, the context is then "public" rather than the domain set in that extension so there is no route for the call
  12. D

    IP Authentication for an extension - ACL's

    Thanks smn, I did try reloading the ACL's
  13. D

    IP Authentication for an extension - ACL's

    I was using this guide as a reference - http://inside-out.xyz/technology/enabling-ip-authentication-in-fusionpbx.html
  14. D

    IP Authentication for an extension - ACL's

    I am having an issue using IP Authentication for an Extension. I have created an ACL called "customer" with a default type of deny Then I add the customers IP as 1.1.1.1/32 as a node with type allow Then on the extension, I set the Auth ACL as "customer" I have flushed the Memcache and...
  15. D

    SOLVED Providing SIP Trunks via a fusionPBX Server

    Just tried it and it works a treat, thanks again :)