Search results

  1. P

    Cisco 7942s

    I think you need to switch to admin mode, as I recall
  2. 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...
  3. P

    Cisco 7942s

    I would dig more into the settings and find which setting may be responsible for this.
  4. 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
  5. 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...
  6. 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...
  7. P

    internal extension not working SIP 404

    Are you by chance registered using an external profile instead of an internal one??
  8. 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.
  9. 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.
  10. 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...
  11. 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!
  12. P

    User Permission

    Are you using FS PBX? You posted in the FS PBX subforum. If not, you need to post in the correct subforum. In FS PBX, I can easily add this requirement. It'll probably take 15 minutes.
  13. P

    No outbound calls

    The trunks don't always work the same way for inbound and outbound calls. In my experience, every new trunk needs to be fine-tuned separately for inbound and outbound calls. It is very common for calls to work one way but not the other. Good luck with your endeavors!
  14. P

    Robotic Sound After Resuming A Call

    Start by comparing the codecs you negotiated before and after putting the call on hold. See if they are different.
  15. P

    No outbound calls

    In other cases, it doesn't connect. You are correct. Are you sure you are using the correct IP address for them?
  16. P

    No outbound calls

    You are sending it to the provider and I see a REJECT in one of the cases. It could be as simple as an incorrect format of the number. You are passing 10 digits and they might expect 11 digits or +1. I would read their docs first. Otherwise, study the REJECT response and see if there is...
  17. P

    readonly for all domains

    you will need a new group and assign only permissions you need to it
  18. P

    Introducing the New Business Hours Module – Goodbye Time Conditions!

    @voipBull @vuthy09 Thank you. Stayed tuned. More to come
  19. P

    Introducing the New Business Hours Module – Goodbye Time Conditions!

    Hello everyone, I’m excited to share that FS PBX now includes a fully redesigned Business Hours module—your long-awaited replacement for the old Time Conditions page. This intuitive modern interface makes configuring your office schedule and holiday exceptions easier than ever. What’s Changed...
  20. P

    Record an inbound/outbound DID

    By default its either all or nothing but you can set something like this up using custom diaplan in Dialplan manager