Search results

  1. Caleb

    SOLVED Install Graylog2 Plugin

    We use a Graylog2 server, and it has been on our wishlist to get the logs from FreeSwitch to our Graylog server. FreeSwitch has a "graylog2" module (see https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/loggers/mod_graylog2), but unfortunately that mod does not come with...
  2. Caleb

    SOLVED sofia_presence.c "Cannot find profile" after mod install

    Hi All, We're wanting to setup our production FusionPBX server to send logs to our Graylog2 server. FreeSwitch has a module for it. See https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/loggers/mod_graylog2. In the FreeSwitch HipChat, I also learned of the...
  3. Caleb

    SOLVED Twilio Webhook for Incoming SMS

    For anyone who has gone through the process of setting up SMS in FusionPBX using Twilio, you may have found that Twilio doesn't use consistent IPs for contacting the Webhook, and so FusionPBX's check_acl() function will almost always result in an "access denied" message. Using Twilio's Signature...
  4. Caleb

    SOLVED SMS App Setup

    We decided to add SMS to our phone system, just "because we can." Since the SMS app doesn't seem to be currently maintained, I've been doing some digging around to see what needed to be done to get it working. We now have SMS (both sending and receiving) functioning. Here's the steps I took in...
  5. Caleb

    Voicemail to Email File Type

    How might we configure the FusionPBX to email an attached voicemail in a file type other than an uncompressed wav? We get some pretty long voicemails, and it would be nice to have the file smaller in size (such as mp3), to those who wish to receive their voicemails as an email attachment. I know...
  6. Caleb

    SOLVED Re-Provision Grandstream Phones w/o Reboot

    The Status > Registrations page provides the button to cause a registered device to re-provision itself. The button causes FreeSwitch to send a SIP NOTIFY message to the device, with differing "Event" property values, depending on the brand. We use Grandstream GXP2130/60's, and clicking that...
  7. Caleb

    SOLVED Show Only Directory-visible Extensions in Contacts/Phonebook Request

    We have a few extensions that are set to not be visible in the directory, and we wanted the same sort of filter to apply to "phonebook" or "contacts" downloads (via provisioning). Unfortunately, I haven't found a built-in way to do this, so I accomplished the goal by adding the following line of...
  8. Caleb

    SOLVED XML Phonebook

    We've decided to include the XML phonebook in our provisioning of our GXP2130 and 60 phones. FusionPBX doesn't come with the files to support that, so here's a basic one we made that works with extensions, first and last names, and contact photos. Create a file called "phonebook.xml" in each...
  9. Caleb

    SOLVED Config Template to Remove VPK and MPK Settings

    The current config template for Grandstream GXP2130, 35, 40, 60, and 70 phones doesn't reset the MPK and VPK settings when a key's "Type" in the device's properties is set to the blank option; the next time the phone checks for a provision file, the respective P-option will simply not be...
  10. Caleb

    SOLVED Send Provisioning Request to Phone

    We have a bunch of GXP2130's and a GXP2160, all provisioned using FusionPBX. We've allowed users to customize the Virtual Multi-Purpose Keys and Multi-Purpose Keys on the phones using FusionPBX (see http://www.pbxforums.com/threads/assign-device-to-user.485/#post-1929), but FusionPBX doesn't...
  11. Caleb

    SOLVED Assign Device to User

    When setting up devices for provisioning, I've been assigning them to users on our system in hopes of allowing them to customize certain options for the device. However, I have yet to find any location in FusionPBX that actually uses this assignment. Does anyone know if it is, in fact, used...
  12. Caleb

    SOLVED Setup LDAP with TLS for User Authentication

    I've seen hints that FusionPBX supports the use of LDAP for user authentication (not necessarily for adding to dialplan stuff). I was wondering how might we enable a feature like this?
  13. Caleb

    SOLVED Routing Out Through Multiple SIP Trunks

    Hi All, We have a specific group of extensions whose calls we want to go out through a specific SIP trunk, but still access everything else internally. The essential internal stuff includes regular extensions, the conference server, and ring groups. Does anyone have any pointers or direction on...
  14. Caleb

    SOLVED Server and Multiple Local Subnets Behind Same NAT Firewall

    We have a FusionPBX behind a NATing firewall, with multiple internal subnets connected to that firewall. Initially, when we had endpoints in subnets where the PBX was not located (e.g. FusionPBX on the LAN and the endpoint on the DMZ), FreeSwitch was sending the public IP address in the SDPs to...
  15. Caleb

    Send Only SAVP in SDP

    Hi All, We're trying to configure our FusionBPX server with Linphone clients, and we're hoping to use TLS/SRTP (or maybe even ZRTP). With TLS/SRTP enabled, we've been able to get registration and outgoing calls (from endpoints) working great. We can also receive incoming calls to endpoints...