Search results

  1. P

    Active call stuck

    Here is a script to remove stale calls if you are using SQLite Install sqlite3 apt install sqlite3 Create a cron job to run every 30 minutes. #!/usr/bin/env sh #default location sqlite3 /var/lib/freeswitch/db/core.db "delete from channels where strftime('%s','now') - created_epoch > 14400;"...
  2. P

    freeswitch mod_callcenter bug

    I found your issue. Calls with lower priority joined the queue later than those with priority 53. Here is how I figured it out Call 2a3aa62b-40d0-480f-b342-93e1acf0e8ef Score 5 system_epoch Thursday, June 6, 2024 11:55:16 AM joined_epoch Thursday, June 6, 2024 11:55:53 AM Call...
  3. P

    freeswitch mod_callcenter bug

    A screenshot of your queue settings
  4. P

    Active call stuck

    I'm happy to share some info here to help you out. If you need further assistance, feel free to DM me for more personalized support.
  5. P

    Active call stuck

    Yeah, I get that. Your only other option is to run a script every so often to remove the stale calls. It's not perfect, but it will work. Say you run a script every 30 minutes and delete calls older than 4 hours. You will have a BLF issue until the call is removed, but at least it's automated.
  6. P

    Active call stuck

    Can you downgrade to 1.10.7? I have customers who use this version in production, and they have no stale calls. I also heard that the bug was noticed all the way in 10.10.9 version. Freeswitch developers have had a ticket open for years; they are well aware but not doing much to fix it.
  7. P

    FusionPBX and Shoutcast/Icecast Streams

    You can add streams to the dialplan
  8. P

    Call flip/switch

    If you use Ringotel for your mobile apps there is a built-in feature now to flip calls between user apps.
  9. P

    Question from a customer

    It's possible to do for sure. However, it will require a lot of custom development.
  10. P

    Outgoing routes

    Have you restarted the sip profiles and/or FreeSWITCH after you set it all up. I've seen instances where the entire server needed to be rebooted after initial installation.
  11. P

    Clients switches to UDP-NAT

    I have seen both statuses and never found any issues with any. My opinion Is it depends on the manufacturer of the device. I might be wrong though
  12. P

    Push Notification Softphone Recommendations

    I have used Ringotel for two years now. There are some issues sometimes, but they seem to fix them if you open a ticket. I've implemented SMS via integrations and API. Both have cons and pros. The price is cost-efficient, but if I find a true WebRTC replacement, I might go with it. Otherwise we...
  13. P

    Constant Ringotel VM notifications since 5.3.1

    I'm cautious with upgrades these days. I'm still on version 5.1.3 with some customizations. I can confirm that my version doesn't have this issue.
  14. P

    Active call stuck

    Restart is the only way I found that works 100%. Some stale calls cannot be killed easily. Are you on the 1.10.11 version?
  15. P

    freeswitch mod_callcenter bug

    Send screenshots of your set up
  16. P

    Active call stuck

    I'm curious if this happens when CDR upload via the HTTP server is not used. Does someone have CDR upload set up and still have stale calls?
  17. P

    Device Profile Assignment

    It's broken in 5.1.3. I confirmed on my system
  18. P

    Registration issue after server reboot

    Hi All, I want to pick your brains. I have 2 redundant servers in active-passive mode. Ideally, when one goes offline, the other one should handle the calls. I use Polycom phones, and they have a dual registration setup. Most of the time, all of this works as expected until I reboot the main...
  19. P

    Deflect / Redirect

    Is there an actual solution for this? Have the same issue.