FS PBX Messaging Module Now Available in Version 1.5.0

pbxgeek

Active Member
Jan 19, 2021
725
214
43
39
We’re excited to announce that the new Messaging module is now available in FS PBX 1.5.0.

The Messaging module adds a modern chat-style interface directly inside FS PBX, making it easy to manage conversations in the same platform you already use for business communications. It includes a conversation list, active message view, and contact details panel for a clean and streamlined experience.

This release is another step toward making FS PBX a more complete communications platform.

Screenshot attached.

If anyone has questions about the new module, feel free to ask.

1773610958329.png
 
  • Like
Reactions: voipBull
Having a look at this - as I understand it this is for SMS to someone's mobile phone - is that correct? Deducted from the release notes:

New Messaging app. You can now send and receive text messages (SMS) in the dashboard. Associate a user with an extension and an SMS number and head to Applications->Messaging.
 
Ok - clearly in the USA SMS is still a thing? I cannot remember when I last sent one or even received one. Whatsapp completely obliterated that technology here. A bit like faxing - which has been completely dead for well over 10 years. Interesting how different things are around the world! Keep up the good work - great to see so much development.
 
  • Like
Reactions: RCCradio
I like this option. Our system sends 30-50 automated speech-to-text messages a day, and we receive 4-5 faxes a day as well. It's crazy, but some places just refuse to give up their fax.
 
Just updated and all my messages says "Queued", including my voice-to-text messages, that were working right before the update.
Here is what the Horizon log shows for the failed job. I changed all the Auth keys.

Code:
Illuminate\Broadcasting\BroadcastException: Pusher error: cURL error 7: Failed to connect to 127.0.0.1 port 8095 after 0 ms: Couldn't connect to server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://127.0.0.1:8095/apps/750577/events?auth_key=##########&auth_timestamp=1773672784&auth_version=1.0&body_md5=#########0&auth_signature=#######. in /var/www/fspbx/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php:164
 
@RCCradio
Run this command on your server

Code:
supervisorctl restart all

Turned out not all services start after this big update. We moved to PHP 8.4, and some services need a fresh start.
 
@RCCradio
Run this command on your server

Code:
supervisorctl restart all

Turned out not all services start after this big update. We moved to PHP 8.4, and some services need a fresh start.
Thank you, that did it. I was trying to find that line before posting, but didn't search well enough.