freeswitch

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. N

    Freeswitch responding RTP always delay 5 seconds

    Hello everyone, I have a problem with the freeswitch responding RTP always delay 5 seconds after 200OK. I wonder if anyone has ever had this happen? I have done many tests and different connections still have the same result, the network has no problem, just an error with this freeswitch build...
  13. M

    SOLVED Freeswitch process not running on FusionPBX fresh install

    Hi, I have tried to install FusionPBX latest version on Debian 11 64 bit.It installs and web interface works fine. But for some reason, freeswitch process is not starting at all and the command "fs_cli" says "command not found". Is this some new bug in install script?
  14. P

    Error initialize Freeswitch on freebsd13.2

    Hello, I was able to install fusionpbx on freebsd13.2 but now Freeswitch does not start, do you guys now what can be causing this? Starting freeswitch. 1075 Backgrounding. ERROR: Failed to set SCHED_OTHER scheduler (Operation not permitted) user@server:/usr/local/www/fusionpbx # service...
  15. H

    Error Creating SIP UA for profile: external-ipv6

    I have installed FusionPBX on Debian 11. I have facing the issue about making calls. I have restart the sofia status internal and external but external-ipv6 is not running that's why i think I'm facing this issue. Please guide me
  16. D

    Transfer between accounts on IVR

    Fixed
  17. hfoster

    CVE-2022-47516 - Remote attackers can cause a denial of service with a crafted UDP message - Sofia SIP

    Heads up. Sofia SIP can possibly bring down your PBXs with an easily craftable OPTIONS message. https://github.com/freeswitch/sofia-sip/security/advisories/GHSA-h94r-c3pv-4564
  18. R

    Cannot start Freeswitch - Help!

    Hello all I hope someone can help quickly. Here is story: My FS/Fusionpbx server ran out of disk space. The postgres server stopped responding. I quickly removed a bunch or files to make space. I restarted postgres. I also restarted Freeswitch using service freeswitch restart - and got an...
  19. hfoster

    SOLVED Multiple registered endpoints, one breaks the forked invites by sending 488 Not Acceptable Here.

    Wonder if anyone knows the secret FreeSWITCH magic to get FusionPBX to ignore a 488 Not Acceptable Here error message from a single registered device (in this case a PUSH server) from breaking the entire call? I've included a diagram of what's happening to the call. Normally, the Push Service...
  20. M

    invalid target uri in NOTIFY - missing "sip:" prefix

    FusionPBX Version: 4.5.27 Switch Version: 1.10.7 (64bit) OS: Debian 10 Hi all, I'm facing a really strange problem with invalid NOTIFY messages. More precisely, it's about the target URI in the xml body. It sometimes happens that freeswitch does not send a "sip:" prefix there, which...