Skip to content

Releases: simontelephonics/smsconnector

v16.0.17.2

22 Nov 18:35
Compare
Choose a tag to compare

Fix issue in FreePBX 17 where mobile app sends null value in message if the only content is a MMS picture.

v16.0.17.1

24 Sep 15:06
Compare
Choose a tag to compare

Fixes #56

On incoming messages, replace unset/null text bodies with empty string.

v16.0.17

17 Aug 18:14
Compare
Choose a tag to compare

Adds provider Bandwidth.com and updates code for PHP 8 compatibility.

v16.0.16.1

12 Apr 19:05
Compare
Choose a tag to compare

Update i18n, code clean-up, number formatting enhancements

v16.0.16

28 Mar 17:45
Compare
Choose a tag to compare

Adds providers SignalWire and Sinch

v16.0.15.3

25 Mar 19:12
Compare
Choose a tag to compare

Bug fixes for PHP 8 and SIP SMS

v16.0.15.2

20 Mar 14:01
Compare
Choose a tag to compare

Minor bug fixes and updates for compatibility with PHP8 / FreePBX 17.

To install or upgrade:
fwconsole ma downloadinstall https://simon.tel/pbx-modules/smsconnector-16latest.tar.gz

v16.0.15.1

12 Mar 14:54
Compare
Choose a tag to compare

Fixes a bug with long SMS on Voip.ms

v16.0.15

11 Mar 20:07
Compare
Choose a tag to compare

This release adds a new provider, Siptrunk.com.

v16.0.14

04 Mar 16:43
Compare
Choose a tag to compare

Adds a new feature: SMS to and from capable SIP clients.

Quick start for SIP SMS:

  • associate a SIP MESSAGE-capable PJSIP extension with a user
  • associate the user with a DID in SMS Connector
  • in User Management, edit the user and find the SMS Connector tab. Enable SIP SMS, set a default "from" DID, and choose whether to enable email notifications.

You may need to configure your SIP client to allow MESSAGEs. You may also need to ensure your client only sends messages with content type of "text/plain," otherwise Asterisk will reject the messages with code 415.

Tested with the following SIP clients:

Mac desktop

  • Zoiper Pro (must disable "sending of typing notification" in account advanced settings)

iOS

  • Acrobits Groundwire
  • Zoiper

Hardware

  • Sangoma S705
  • Fanvil X3SG Pro

Updated between 16.0.13 and 16.0.14:
The long-running daemon process for tracking inbound messages and sending to SIP was not necessary. This release removes the daemon and implements a function hook instead.

Full Changelog: v16.0.13...v16.0.14