Search results

  1. 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.
  2. 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!
  3. 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.
  4. 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?
  5. 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...
  6. P

    readonly for all domains

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

    Introducing the New Business Hours Module – Goodbye Time Conditions!

    @voipBull @vuthy09 Thank you. Stayed tuned. More to come
  8. 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...
  9. 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
  10. P

    Bandwidth IP Based Gateway Setup

    Show us your gateway settings for this trunk. Maybe we can see where you made a mistake. Inbound calls are easier to fix. Also show sngrep log when you make an inbound call, showing that the call actually reached your system. Lastly Freeswitch log would be nice to see and figure out where the...
  11. P

    CDR - Calls Forwarded TO VM showing up as "missed" instead of "VoiceMail"

    You need to either report the bug to FusionPBX developers or fix it yourself. The CDR upload script has many bugs. It took me 2 years to get it straight.
  12. P

    Can not email

    This is only lines 61 through 69 of the last error. I need the first few lines. Run the tail command before you attempt to send the email to see full log. Also make sure that you run cd /var/www/fspbx php artisan app:update after any changes you make in the .env file. Otherwise, they don't...
  13. P

    Can not email

    Did you add email settings to the .env file in the/var/www/fspbx directory? If so, run this in the console: tail -f /var/www/fspbx/storage/logs/laravel.log Then, try to send an email and post the errors here so we can identify the issue.
  14. P

    Ringotel User Limit

    The old device page is still available if you navigate to it manually. We have been trying to obscure the SIP credentials fields for devices for security reasons. However, if demand grows, we can reconsider and add them to the new interface as well.
  15. P

    SMS App-Messages + Telnyx + Twilio + SignalWire | Help

    You might've wanted to post this in FusionPBX subforum. This subforum is for FS PBX discussions and we do SMS very differently
  16. P

    Forwarding Calls with Original Caller ID

    I would start with the dial plan that sets the caller ID and check if one has already been passed to you. Then, leave it as is and do not override it.
  17. P

    Ringotel User Limit

    We can add the limit for apps in one of the future releases. Could you please open a GitHub issue so we can track the progress of this feature request? Provisioning is another story. Right now provisioning is handled by the FusionPBX side, and it sends SIP credentials to the phones. How do you...
  18. P

    STIR/SHAKEN

    Please send me a private message for a demo.
  19. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    Possibly. If clients decide that's a worthy feature. Right now, everyone who uses FS PBX is asking to rebuild the old FusionPBX Time Conditions page to make it user-friendly. That's what we are going to focus on in he next month or so.
  20. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    @whut those are to connect to the ESL socket and run commands, but none of them for event subscription for notifications from Freeswitch. ESL works both ways.