freeswitch

  1. 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...
  2. 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...
  3. 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)...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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?
  10. 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...
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. D

    Freeswitch Event Consumer

    Dear All, Please I need assistance on how to access and manipulate information from the code. The example is available in from Freeswitch lua API page but i can figure how to make it work...
  19. T

    Upgrade 4.5.31 (master) to Latest (5.1.3), No Registration safter Freeswitch update

    What I did/updated: On a staging/clone VM I updated from 4.5.31 (master branch), to latest 5.1.3 (still master) and all that seemed to go smoothly. Before running that update I did a apt-get update and apt-get upgrade with the Signalwire key installed. I didn't notice at the time but it held...
  20. S

    freeswitch-mod-curl not installing

    I'm trying to install mod_curl on my Debian 8.1 server using FreeSwitch 1.6 + FusionPBX 4.5.3. I execute the command - (as referenced in https://www.pbxforums.com/threads/curl-on-dialplan.2635/) apt-get install freeswitch-mod-curl Everything seems to go well until it attempts to download and...