Not built in to FusionPBX. SIP endpoints registered with your FusionPBX that support chat messages (I don't know what the technical term in SIP for them is off the top of my head) are what you would use for any texting capabilities, whether that's through Twilio or another provider.
@yukon, thanks for the feedback. I know just enough about the languages that make up FusionPBX to be able to figure things out and make my own changes, but I haven't been in to software development long enough to learn how to work with code repositories... (I know, I know... real programmers...
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...
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...
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...
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...
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...
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...
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...
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...
I don't think that's quite the case... The FusionPBX Doc on Hot Desking talks about logging in at the phone, not by the admin setting the "user" value for the device. However, that would be a pretty nice feature... If a user is assigned multiple extensions, and the environment is setup with...
Potentially. We also use some softphone apps on mobile devices (primarily the Grandstream Wave app) which don't support OpenVPN. Since we decided we would like all internal SIP connections secure, it was simplest for us to just use TLS and SRTP all around instead of configuring two categories...
We use GXP 2130's and a 2160 (current firmware version is 1.0.9.26, but we did the setup originally on an older version... 1.0.7.something?). We needed to set the "SRTP mode" in Accounts > Account (#) > Audio Settings to "Enabled and forced." This causes the phone to send only the SAVP in its...
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...
Since there's literally no documentation on the topic of LDAP user authentication, nor on FusionPBX Authentication Plugins in general, I set out to learn it the hard way! After three solid days of studying and experimenting with the PHP behind FusionPBX, I've come up with a solution that works...
For the reader's sake... Here's a little bit of the configuration we've got:
Two SIP trunk providers, one is 'special' (used by a specific group of extensions)
The special trunk has a limited number of simultaneous connections
The group of extensions should use the primary trunk (that everyone...
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?
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...