Recent content by Seglaf

  1. S

    SQL ERROR Connection Refused FusionPBX Server and GUI is Down

    FIXED! Turns out that the server somehow got to 100% disk usage over the weekend. After getting this way down by removing some files I was able to successfully reboot FreeSwitch and PSQL. I also removed the changes that the Stack Overflow form recommended as they were not needed at all to fix...
  2. S

    SQL ERROR Connection Refused FusionPBX Server and GUI is Down

    This morning I found out one of our servers we use is showing this error when anyone tries to access the GUI. No updates, no adjustments, and no new changes were made between yesterday and today so no sure what triggered this and have never seen this error on any other server before. "error...
  3. S

    freeswitch-mod-curl not installing

    Thank you very much for your responses! Was quite sick this week, but wanted to get back to everyone. Yeah, I was hoping to avoid needing to migrate this server data to a new more up to date Debian / Freeswitch / FusionPBX environment. But it definitely seems like there's no better time than...
  4. 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...
  5. S

    mod_curl POST Request responds with error from LUA script

    Annnd I was able to figure this out - jsonStr = "{\"from\":\"+19494324054\",\"to\":\"+15622133497\",\"message\":\"Hello%20World\"}"; postStr = "https://example.app/api/send append_headers 'Authorization: Bearer xxxTokenxxx:xxxAccountUUIDxxx' Content-Type 'application/JSON' post " .. jsonStr...
  6. S

    mod_curl POST Request responds with error from LUA script

    Hello! I'm trying to send a POST request in a Lua script after a session has ended in Freeswitch. I am fairly new to using the mod_curl application and have included my research sources below. I've worked out most of the implementation but I'm stuck being unable to send a POST request...
  7. S

    Incoming Calls Dropping After 1 minute

    Been using FusionPBX for some personal business and things have been going great. Starting yesterday I've been having quite a few dropped calls. Not all of them but enough to notice and make me look into my PBX. My PBX has been totally fine for a long time and I've not done anything drastic...
  8. S

    Hello from California!

    Been working with FusionPBX for a few years now and still finding there is always more to learn! I've been utilizing it to run a small telecom company that services local businesses in my area. I am always looking to improve and better support all our provided services and this forum looks to...