freeswitch

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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?
  8. 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...
  9. 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
  10. D

    Transfer between accounts on IVR

    Fixed
  11. 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
  12. 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...
  13. 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...
  14. 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...
  15. D

    Outbound route 483 too many hops

    I can't seem to find any documentation to raise the max-forwards from 6. Any help would be appreciated.
  16. R

    SOLVED Getting "Connection to Event Socket Failed"

    Hello All I am hoping someone can help me quickly. I am getting the above error whenever I go to Reg, Calls, Sip Status etc. I had changed the event password (in Settings) from the default and it all went wrong. ( i have since changed it back to the default) I have restarted freeswitch many...
  17. D

    INBOUND CALL NOW PROGESS NAT GCP

    Hello I have a issue with my inbound calls becausa are denied by my server. I response with SIP 403 Forbidden. This my internal configuration profile (internal and external has the same configuration with autonat:public_ip). The issue is only with the inbound calls, outbound call work...
  18. K

    Calls Get Stuck in Call Center Queue Randomly

    PBX version 4.5.32 FreeSwitch Version 1.10.6 (64bit) We use the Call Center feature with about 20 agents and 5 inbound numbers. We get around 20-30 calls an hour on average. Randomly calls get "stuck" in the queue - the call ends, but the call still shows as active in the Active Call Center...
  19. S

    Routing message through gateway

    Hi, I am new to FreeSWITCH and I am trying to send a message from Freeswitch-A to Freeswitch-B. I have created a gateway connection. Registered one softphone 101 with Freeswitch-A and 6010 with Freeswitch-B. But when I send a message to 6010, it says can't find registered user...
  20. T

    ESL and Timeout

    Hi! I am using the C# NEventSocket library to dial some some numbers. I have some Tasks that create an InBoundSocket, connect to them and send the originate command. It works most of the times, but sometimes it throws a timeout error: NEventSocket.InboundSocketConnectionFailedException: Timeout...