Search results

  1. R

    I am having a weird issue with a vps deployment, after each webui change a switch_cpp.cpp:1466 [cache] can not write file error logs in fs_cli

    as stated, the error is a Permission denied for specifically writing to the cache folder `/var/cache/fusionpbx/setting.etc-etc-etc` , so the cache folder is pretty baron. compared to a local instance anyways. Any change made via the webui is denied writing to the cache folder, so to test I...
  2. R

    Upgraded from 5.2-->5.3 - Cant run App Defaults without error after Upgrade

    As stated, I pushed the upgrade using this method https://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html When I run the app default it errors out the webui and displays this Fatal error: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, bool given in...
  3. R

    SOLVED How to Disable caller having to say their name or push a key to continue when using direct dial feature on an IVR

    I have 5-6 instances and only one of my instances(the newest one) has a feature implemented on the IVR that requires the caller to say their name or enter a key to continue after direct dialing a registered extension, excuse my ignorance, but how do I disable this? My other systems just push the...
  4. R

    SOLVED Call detail Records application stopped updating records

    Strange deal, I can't get any new call records, I have ran the upgrade sequence hoping that would set it straight but it is still not populating any new calls. Is there a way to reset this app entirely? Reinstall the module maybe? Thanks a bunch
  5. R

    mod_curl help

    I am having issues getting my cURL request format correct when using mod_curl. My working raw data when ran in terminal and postman is I simplified it to run as a one line command if it makes it easier According to mod_curl or just typing curl in fs_cli, I need this formatted like so I...
  6. R

    Follow me does not work when in a ring group, no matter the strategy, but works when calling the station direct

    Long title, thats the jist of it. I have been comparing this with another working fusion instance and I cant seem to tell where it breaks. But it seems to break with the ring group app itself. Is there a way to recompile or rebuild it and keep my server active? Thanks a bagillion KB
  7. R

    Odd issue after upgrade(just a guess)

    The pbx server seems to read my sip expire timer at 60 seconds more than what is set on the phones. Which makes them drop out when the expire timer lapses, at least to my un trained eye. Has anyone had this issue? Any help is appreciated Thanks KB
  8. R

    Provisioning multiple Device Profiles With unique Multicast addresses

    I have a single k-12 school district deployment. I have several device profiles that separate the grade groups. I am wanting to edit a provisioning file to contain each grade groups multicast page group. But I want this config to essentially be tied to the device profiles associated with each...
  9. R

    Redirecting a paging event from another pbx

    I have been working on getting telecenter u fully integrated into fusionpbx via sip. Telecenter u is a district wide voip pa/intercom platform that sends audio to its own devices via rstp, but it can accept and redirect its traffic via sip. So far I created a gateway using its local ip and sip...