freeswitch

  1. P

    FS PBX — Now with Official Debian 13 (“Trixie”) Support

    We’re happy to announce that the latest version of FS PBX officially supports Debian 13 (Trixie)! This release ensures smooth installation and operation on the newest Debian release, while maintaining full backward compatibility with Debian 12 (Bookworm). Highlights Debian 13 (Trixie) Support...
  2. R

    Does The Spam Ever Stop?

    Hi all. I'm new to freeswitch. I have some basic setup in place, including using mod_signalwire, mod_callcenter, routing calls with lua, connecting vagents via secure web sockets, etc. Overall I THINK everything is in a pretty good place... HOWEVER, when I watch logs roll through in fscli, I...
  3. J

    Hello from Jack – VoIP Developer & SIP Stack Enthusiast

    Hi everyone, I’m Jack Morris, a VoIP solutions enthusiast currently working with platforms like FreeSWITCH, Kamailio, and Asterisk. I specialize in building scalable, secure, and custom SIP infrastructures for businesses looking to modernize their communication stack. I’m part of the team at...
  4. P

    STIR/SHAKEN deadline for US providers approaching (June 20th, 2025). Are you ready?

    Hey everyone, Just a quick heads-up for all US providers, resellers, and wholesalers: The FCC’s deadline to implement your own STIR/SHAKEN certificate-based authentication is coming up fast—June 20, 2025. What does this mean for you? You’ll need to get your SPC token and obtain your own...
  5. M

    SOLVED FreeSwitch installation on Debian 12 is broken

    I'm trying to install FusionPBX on a server from Hetzner with the Debian 12 Image. From what I've talked with chatgpt he is saying that FreeSwitch : and it seems the installation is dying here: wget -O - https://files.fusionpbx.com/freeswitch-release-bookworm-archive-keyring.gpg and this also...
  6. P

    How to Create and Manage Ring Groups in FS PBX (Full Walkthrough)

    Hey everyone, I just published a full step-by-step video tutorial on how to create and manage Ring Groups in FS PBX, and thought it might help others working on FS PBX or migrating from FusionPBX. What’s Covered: Creating a new Ring Group Adding a greeting (Text-to-Speech or file upload)...
  7. J

    Total number of records

    Hello everyone, could you help me get access to the total number of authenticated extensions? There is the Status > Registrations, but it won't work at the moment because my client needs to know how many people have registered at some point. Example: I have 10 extensions, and I need to know...
  8. H

    Difference between "Status UP" and "Status UP (ping)"

    What's the difference between these two statuses? They were run 60s apart: ================================================================================================= Name e90a3575-fdbf-4c03-8a93-cf0c889fe64f ... Ping 1742483830 PingFreq 60 PingTime...
  9. P

    Enabling TLS Support for FS PBX

    Hello everyone, I have prepared a comprehensive tutorial on enabling TLS support for FS PBX and FreeSWITCH. If you notice any missing elements from the required steps, please feel free to let me know...
  10. K

    SOLVED Fresh Install (Proxmox) - freeswitch service failed

    I have just installed the latest version of FusionPBX on Proxmox CT as per the instructions. I has ended the installation with: Job for freeswitch.service failed because the control process exited with error code. See "systemctl status freeswitch.service" and "journalctl -xeu...
  11. Z

    CustomPBX GUI and API for Freeswitch

    Hello. CustomPBX - Just another graphical interface (GUI) for Freeswitch. Built with Golang and Angular. Under MIT License. Have fun! GITHub
  12. B

    mod_opal in freeswitch

    mod_opal in Freeswitch, should I use it in production, I would like to integrate IAX. Using FreeSWITCH 1.10 with fusionpbx. Is there any alternate solution?
  13. T

    Apple device cannot receive calls

    Hello, In our Freeswitch service, freeswitch can successfully forward the call to apple devices. Therefore, I can see the 200 OK response in the Freeswitch logs, but the notification does not reach the device. Also api.push.apple.com (17.188.172.27) is not pinged in freeswitch. I achieved this...
  14. B

    Compiling phpmod issue

    I have download the latest Freeswitch 1.10.12-release. make and make install works perfectly. I can run freeswitch and tested various features. All works. Now I want to compile/build esl phpmod. so I just go to src/libs/esl and fire make phpmod but getting bellow error. I have php 8.1.29...
  15. T

    Variables are not being saved

    In Advanced > Variables, I tried setting 'outbound_codec_prefs' to G729,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,OPUS After reloading XML, and re-scanning the SIP profiles, the value stays the same. Which file is it saved to? I think it might be a permission problem.
  16. M

    Replicating the switch database between two nodes

    Hi all, I've followed the member guide "Logical Replication - Multi-Master" the FusionPBX database to replicate the FusionPBX database between two hosts, but now I am trying to do the same for the switch database and am running into trouble. Is there any documentation on how to go about this...
  17. M

    freeswitch mod_callcenter bug

    Ex: I have a queue that 13 of calls waiting in queue. But order by score, 8. call (Score is 53) connected to agent. How it is possible...
  18. A

    LibreSBC/Freeswitch change

    I'm working on a POC using LibreSBC which uses freeswitch and when sending test SIP INVITEs with the StarTrinity client and including the 'require: siprec' header, I immediately get a SIP 420 Bad extension with Unsupported: siprec In...
  19. M

    freeswitch silence audio on mute for dialogflow

    Hi All, I have an issue with muted calls to dialogflow Call flow: User calls -> SBC -> FS with ESL -> UniMRCP -> Dialogflow We have no-input-timeout (50 seconds - for some other reasons) higher than the no-input-timeout value (5 seconds) of dialogflow. So, alway dialogflow's timer takes...
  20. V

    Custom Conference Room

    Hi, I have two issues going on i) I want to create a conference room that calls an external number as soon as anyone joins the room, if the external call fails, the user should be directed to another fixed conference room. ii) I want another conference room that keeps playing a hold music...