Search results

  1. P

    Where are the device provisioner generic xml templates located?

    Only if you never want to update the system. Otherwise, you would need 4 GB of RAM to compile files in the future
  2. P

    Suddenly Video Call is not working

    Did you flash the cache and reload the XML after making those changes?
  3. P

    Intalling on an RPI4

    @DigitalDaz I'll circle around and try to get the installer to work on arm64.
  4. P

    Where are the device provisioner generic xml templates located?

    I have not tried that. Please try and let me know.
  5. P

    Intalling on an RPI4

    Yeah, let me know. Good luck!
  6. P

    Intalling on an RPI4

    PHP should be 8.1. The installation works when not broken on Debian 12. I read this forum daily, and unfortunately, it's broken a lot. It's not always due to FusionPBX itself. It's sometimes due to new Linux updates that aren't compatible with FusionPBX/Freeswitch. Sometimes, it's due to missing...
  7. P

    Cisco 7942s

    There should still be a way to edit the configuration. Every phone I've ever worked on has this ability.
  8. P

    Cisco 7942s

    No, they don't. Search for something similar for your version. I'm not surprised that it changed since. It's been about 3-4 years. It could also be related to the particular model. This was for SPA phones.
  9. P

    Cisco 7942s

    I don't know if pressing those buttons is the same as switching to admin mode. I usually did it from the web. My notes say to navigate this URL. Not sure if they are up to date. It's been a while http://192.168.x.x/admin/advanced
  10. P

    Cisco 7942s

    I think you need to switch to admin mode, as I recall
  11. P

    Cisco 7942s

    Asterisk and Freeswitch work a bit differently. So the config from FreePBX may not match what Freswitch is expecting. Freeswitch needs a domain passed for authorization. Try resetting the phone and manually enter the config parameters to register the phone. Once you find a working configuration...
  12. P

    Cisco 7942s

    I would dig more into the settings and find which setting may be responsible for this.
  13. P

    Cisco 7942s

    Also, make sure you have the correct firmware on that phone. Some Cisco phones ship with the firmware that is meant to work only with Cisco Voip Servers and some ship with firmware that can be used with any SIP server. I know that you can buy a license to convert from one to another
  14. P

    Cisco 7942s

    Hi @mdoupe, I’d recommend starting by double-checking the Cisco phone itself—make sure it’s actually picking up the configuration you’re pushing, and see if the SIP server is showing the correct FQDN on the phone. Once you’ve done that quick sanity check, you can run a Wireshark capture to see...
  15. P

    internal extension not working SIP 404

    It says that the dialplan is processed in the public context instead of the domain context. Which is why I thought you might be registering to external profile. If it's not the case you need to check that both extensions' context setting is set to your domain and doesn't say public. <variable...
  16. P

    internal extension not working SIP 404

    Are you by chance registered using an external profile instead of an internal one??
  17. P

    How can I stop recording internal calls?

    You can set incoming calls to be recorded, and then on the extension, select to record only outbound calls.
  18. P

    Where are the device provisioner generic xml templates located?

    For FS PBX, the templates are located here: /var/www/fspbx/public/resources/templates/provision/ As far as your error goes, it's due to a memory issue. You need 4 GB of RAM to compile the files. This is per your first screenshot. The second screenhowt only has warnings that can be ignored.
  19. P

    Introducing the New Business Hours Module – Goodbye Time Conditions!

    @junction1153 This was a longstanding issue in FusionPBX, likely leading many users to abandon the feature altogether. The root cause was in FreeSWITCH itself, which ignored the time zone when evaluating time ranges. In FS PBX, we completely rebuilt this functionality to work around the...
  20. P

    Introducing the New Business Hours Module – Goodbye Time Conditions!

    Thanks, @Adrian Fretwell! This was definitely a challenging module—it took months of back-and-forth, a lot of research into how the big providers handle things, and plenty of late nights coding. I’m really happy to hear people are enjoying the end result!